Yea just regular tools like Extrude, Bevel, Bridge, etc. while their popup dialog is open in an editable poly. While they’re running Max displaying a …
Alright, here’s a cleaned up version of your code: theObj = (selection as array)[1] theMod = modpanel.getCurrentObject() theClass = classOf theMod if…
I made a script for that a while ago (works on both Editable Poly and the Edit Poly modifier):
Oh! That explains it. I thought the vert indexs had to be in ascending order when comparing them to the edges, but without sorting them like that it s…
I see. I was hoping their was a way to have it directly inherit the flipped direction based on a connected face, but of course nothings ever that easy…
Late response, but wanted to give an update. I tried polyop.createPolygon and found it wasn’t any faster. So instead wrote a function for generating f…
Thanks for the help Serejah. Had a follow up question; How would you go about setting edge visibility using this method? It seems that mnmesh discards…
Oops, should have mentioned I’m doing this in Maxscript. Is it possible to set the number of faces and verts like that via maxscript for Editable_Poly…