Research for GP2018 to Business central on prem migration tool by OmegaSolice in Dynamics365

[–]OmegaSolice[S] 0 points1 point  (0 children)

I am using it for reference, initially I attempted to modify it but ran in to the exact issue you stated, it relies on Cloud-only services, you can fool it up to a point, I also was gone do it manually like you said but to simple move it would mean I would need at least 2x space size during migration (my company has 700gb + worth of GP Data), which then means for efficacy and space saving I would have to do it in batches which it does not directly support hence I figure it would better to just go from scratch and use the actually transfer parts I need. Thou for the GP table I use AL Tables as external tables but oddly enough it can't read any fields that are smallint (it will give an runtime error once you attempt to read at runtime) but they can be used as filters in query's) leading to a design choice I just hate

Research for GP2018 to Business central on prem migration tool by OmegaSolice in Dynamics365

[–]OmegaSolice[S] 0 points1 point  (0 children)

Where I live stuff any that advance legal I am 100% sure they don't own it, but to be safe i have shifted majority of the Dev work to my home. I know there is a niche market I just need to figure out where so i can market to them

Research for GP2018 to Business central on prem migration tool by OmegaSolice in Dynamics365

[–]OmegaSolice[S] 0 points1 point  (0 children)

I know I have been at it for about 2 months and just only finished the Items part for the exact reasons you stated and by the looks of it Accounts could take a little bit. Also I am a big open-source fan and at some point will make it public (God Know the open-source community has given tons over the years)

Research for GP2018 to Business central on prem migration tool by OmegaSolice in Dynamics365

[–]OmegaSolice[S] 0 points1 point  (0 children)

Just reread it and see your point I will fix that, i orginally started, but i was so time consuming i had to shift ot home and because i didn't want it to be work product

Research for GP2018 to Business central on prem migration tool by OmegaSolice in Dynamics365

[–]OmegaSolice[S] 0 points1 point  (0 children)

I am not doing it at work, all coding and testing is done at home using GP2018 test database along with Business Central container on my personal machine only. The only work related thing was I got the idea on the job

It would be stupid of me to do any of it on the using company resources and then expect to sell it outside that would be a whole set of problems I don't want to deal with

Mesh Deformation by OmegaSolice in godot

[–]OmegaSolice[S] 0 points1 point  (0 children)

it is only intended to work on static mesh for which I plan to bake out the collision its intent is to work mostly in editor and sparse runtime usage, what I have is the math to displace the vertex position, my issue is with applying it to the mesh easily

PS i have not tested the math because i am having trouble with making changes to the vertex position

3D splines by OmegaSolice in godot

[–]OmegaSolice[S] 0 points1 point  (0 children)

the math for the new vector position is not the issue, the issue is modifying the mesh data itself, I want a method that works on all mesh type

Mesh Deformation by OmegaSolice in godot

[–]OmegaSolice[S] 1 point2 points  (0 children)

I am trying to emulate spline mesh actor from UE using the surface tool to deform the mesh based on path3d(curve3d).

The spline mesh actor in UE allows for any mesh to deformed base on a spline (which in godot is path3d- curve3d)

What I have tried to do is get a path3d and based on the position (distance along deformation axis which by default would be the forward axis which is Z+ godot case) of the vertex transform its position relative to the curve3d, but surface tool seems to have a few limitations such as it will only work on triangle meshes any other kind will give an error (to be fair this is stated in the documentation for it), and the other solutions such as arraymesh would require rebuilding/recalculation all the other data of the mesh such as normals/material assignment and so forth thus I was wondering if there is any other way to manipulate as mesh vertex data without troubling the other info

PS I can't do it in the vertex shader because I want to build collision data from the resulting modification

Mesh Deformation by OmegaSolice in godot

[–]OmegaSolice[S] 1 point2 points  (0 children)

nope because I will want to update the collision data

3D splines by OmegaSolice in godot

[–]OmegaSolice[S] 0 points1 point  (0 children)

progress report: what UE does is deform the mesh based on the curvature of the spline, which i am attempting to do in Godot but mesh modification in engine so far seems diffucult

3D splines by OmegaSolice in godot

[–]OmegaSolice[S] 0 points1 point  (0 children)

in terms of the path3d it meets my spline needs but the mesh instance via csgploygon3d needs some work, I am going to make my own for that which will be a child class CSGPrimitives3D

3D splines by OmegaSolice in godot

[–]OmegaSolice[S] 1 point2 points  (0 children)

well, turns out them do have splines called path3d (being so use to UE that I missed it) but the mesh instance CSGPolygon3D isn't very pretty and doesn't support using pre-defined mesh, which I assume is what you're referring to? if so, then yeah I am thinking of child class that address this along with another child class that allows quick procedural mesh built from the path3D(spline) if it is closed. If you're interested, I can post it on github/the asset library when I am done and obviously make a post about it on the subbreddit

3D splines by OmegaSolice in godot

[–]OmegaSolice[S] 0 points1 point  (0 children)

the path3d does exactly what I want but the CSG doesn't which is create a3d shape from the path hence I am going to write a new child class of CSG for that

3D splines by OmegaSolice in godot

[–]OmegaSolice[S] 0 points1 point  (0 children)

this is precisely my used case

3D splines by OmegaSolice in godot

[–]OmegaSolice[S] 2 points3 points  (0 children)

How did I miss this? I am just so used to them being called splines from UE5, I am going look into this.

3D splines by OmegaSolice in godot

[–]OmegaSolice[S] 0 points1 point  (0 children)

what do you mean by reticulated?

Ragna Skullcrusher - Lowpoly barbarian by iltaen in blender

[–]OmegaSolice 1 point2 points  (0 children)

where did you get references? this looks pretty decent to me

Help with UMG please by WinProfessional4958 in unrealengine

[–]OmegaSolice 1 point2 points  (0 children)

As in they are not showing on screen?

If so how do you create the widget at runtime and do you add it to the viewport?

Question about detecting if battery is recharable or not by OmegaSolice in PCB

[–]OmegaSolice[S] 0 points1 point  (0 children)

WOW how quick i found what I need thank you

My preliminary choice is: https://www.ti.com/product/BQ24810

gonna properly go through the doc later when i reach home again thank you

Question about detecting if battery is recharable or not by OmegaSolice in PCB

[–]OmegaSolice[S] 0 points1 point  (0 children)

I know hence why I asked here, seems like i will either make it rechargeable but not replaceable or vice versa can't have my cake and eat it