well its not that fast: in maxscript you have to build up an array of the shells yourself because maxscript does not provide something like that. It means that you have to loop at least through all faces and another loop inside it. If you have a mesh with a few million faces it might awful slow things down. I wrote a…
Hi guys, I am trying to do a little script (Max) that does the following, basically converts the objects that i have selected in the viewport to EdPoly and then sets one smoothing group per object. For example, obj1 would have smoothgroup 1, obj2 would have smoothing group 2 and so on and so forth. The problem is that its…