- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone
When I scroll the spinner, I want to fix my modifier to work without interruption.
I wrote this modifier as an extend modifier of normalize_spline2 and for now, I want only to print the number of segments and vertex of the newly normalized spline ( not the baseobject spline ).
I used many techniques but none of them worked for me. The problem is in the 'copy', 'instance', 'delete', or 'maxops.clonenodes' commands that I used to copy the spline and then extract data from it. this causes an interruption in the spinner of the modifier.
in the second version, I used snapshot as a mesh but it will convert spline to mesh so I can not access spline data.
I would be grateful if anyone help me to fix this. I searched ChatGPT and everywhere for about one week.
Thanks
Solved! Go to Solution.