denisT: are you sure? ‘not return’ doesn’t mean ‘not has’ EDIT: I don’t need to know if it has executed or not. I mean, of course I do. That’s …
HiddenDosCommand doesn’t return the output, so it’s not what I’m looking for.
This seems to work! Much faster indeed. Thanks again denisT!
Denis version is like a third faster than mine! I’m going to study this for sure! EDIT: It’s actually even faster if you don’t use “node.selectedface…
So I managed to do it with “meshop.getPolysUsingFace”. I collect every polygon in an array. Then I loop through the faces of each polygon, and I loop …
Right, because for every time you use “.mesh” you are internally converting to editable mesh and this would take time. The key is to convert to editab…
So that would require to figure out how to loop through the polygons in editable mesh. I thought about it, but I didn’t figure out how to. I’ll think …
That works perfectly for me! Thanks denisT!
You can use a command line tool called “NirCmd”. Through it you can run a bat that moves the file to the desired folder and you can use nircmd to elev…
Hey Denis, I’m just curious, what interface takes the longest to create in 3dsmax?
Does this also work with other functions such as polyop.getVert? (I’m on my phone so I can’t test it.)