Hey @Lucas-Morante I've created a PR for issue number 2 you mentioned above: blender/blender#108183
This will set the correct attribute on the curve so that…
pinned
. This lets the client know that the first and last points are to be treated as points on the curve, and that it needs to generate "phantom" points to account for the start and end control points of a general catmullRom curve.
double
type to WM_reportf
@Lucas-Morante thanks so much, this is really helpful for me to follow up on. Are you able to share the blend file you are using at all? That way I can replicate exactly what you are seeing and do…
@Lucas-Morante Hopefully this change should be included in the next release. If you have specific use cases for it I would love to get some feedback when it's available.
I have been testing…
I have resolved this issue with the knots now. According to the USD spec knots should be the concatentation of all batched curves
so I've updated the logic there and added a test with a curve…
Thanks @HooglyBoogly - yeah sorry it's been awhile since I got a chance to come back to this.
For some reason gitea won't let me resolve conversations, but from the previous comments I just…
points
. Update report warning to use enum names.
unique_ptr
deleter to handle early return cases