01-18-2023, 09:21 AM
Hi
The reason you loose changes is that the Shape's script updates the associated spline, overriding your changes. Disabling the script should avoid this issue.
Besides manually rotating the points, the solution I see is to modify the Shape's code. The method to check is ApplyShape(). You will see that the CPs' position is set in that method, you can set the rotations too.
Did this help?
Have a nice day
The reason you loose changes is that the Shape's script updates the associated spline, overriding your changes. Disabling the script should avoid this issue.
Besides manually rotating the points, the solution I see is to modify the Shape's code. The method to check is ApplyShape(). You will see that the CPs' position is set in that method, you can set the rotations too.
Did this help?
Have a nice day
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Please consider leaving a review for Curvy, this helps immensely. Thank you.

