Hey thanks, I reached much the same conclusion in the end. I was struggling because I was using matrixfromnormal, which was giving unpredictable resu…
Thanks, that’s what I was looking for.
Solved: $[4][12]
Doesn’t seem to make any difference, are you sure thats a stipulation? The object I’m querying does have a master point controller, it shows up in th…
Nice solution, I love that you use the max timer, the one thing I was avoiding to make it work. I wonder if there’s a cleaner method? Why would it be…
Interesting different approaches, thanks.
In which case: (meshop.getisoverts $.mesh).numberset
fn GetNumIsoVerts epoly =(((#{1..(polyop.getnumverts epoly)}) – (polyop.getvertsusingface epoly #all)).numberset) GetNumIsoVerts $ Something like…