I have tried to bugtrack this stuff but I don’t understand what is going on, for some reason code that works fine in V5 adds extra points at w(0,0,0) which is quite strange, but it happens on multiple of my scripts.
And now that I work on a mesh tool that analyzes faces based on their boundries I realized that it only happens on the quads and not the tris (obviously based on how I check for similar vertex data on vertex 3 and 4) but still it is very strange. Oh, and in my example it happnes on 66 curves, but there are 198 points at w(0,0,0)…
I expect it doesn’t like the first and last point being the same - which should theoretically just create a closed curve - coupled with Degree1. If you raise the degree to 2 or 3, it works fine.
Ok, that makes sense, but on my other scripts that have the same w(0,0,0) issues all the curves are open…
Anyway, I leave it to the big brains and thank you for the workarounds!