Thanks for the help! I tried out the solution you posted as well as looked into the threads for getting reverse edges, and found a great function writ…
Not the same thing. That just gets edges which have no reverse edges.
Just tested and that worked. The example in the documentation used direct assignment so I just did the same, but they were only moving points (which d…
Thanks PolyTools3D ! That solution seems to work for both Editable_Poly and Editable_Mesh. Would there perhaps be a similarly fast way to move verts o…
Not quite the same thing. getSelectedVertices() returns the UV indexs, while getSelectedGeomVertsByNode returns the main vertice indexs.
I use it at the start of edge loop crawling/sorting functions. Depending on the tool you’re making you may want to sort/crawl loops in different ways,…
Yea, yours is better. I take my hat off to you and your mastery of maxscript good sir
Ok, tried it. With 7508 edges selected; First method: 11555 ms , heap size of -3152L Second method: 191 ms, heap size of 1147880L Third method: 103 m…