Hey DenisT, I tried a few different methods to optimize the script further based on your advise, and was able to get it down to about 37ms (from 49ms)…
Whoa! 0_0 I think you just blew my mind there Miauu. I can hardly believe assigning the commands like that gave such a massive performance boost; fro…
Maybe something like this? minMaxFaces = #(1,1000) –set the minimum and maximum number of faces for elements to be detatched. groupByFaceCount = fal…
Thanks for the help miauu! Problem solved. Also, I had no idea some parts of Maxscript had issues with different localisations like that.
Hey Serejah, thanks for taking the time to post that, it’s much faster then what I was using before! I do have a question about it though; is it possi…
Well I actually just want to get the mesh and material names from the obj file, I don’t want to import them.
Oh wow, I’d always been explicitly defining the app path or at least name when using shell launch until now, like; shellLaunch “firefox.exe” “” Good…
In the above example what you could do is get the 90 and 270 degree positions, and then based on which the point is closest to determine if the angle …