If you are using this, I would say there is a chance something could be redesigned better.
At the very least you should give a link to where you found the content, e.g. Scriptspot, if not the developer’s homepage.
I appreciate the initiative and the amount of work involved, but don’t you feel you should ask permission from the people whose scripts you are offeri…
Search this forum for ‘enableAccelerators’
getRenderType() == #selected
Then it will just do nothing.
May I suggest a reduction (getClassInstances VRayDirt).subdivs = value
From what I remember this would negatively affect viewport frame rates, as it renders the viewport once for the viewport, and once for the transparent…
I guess I never faced that issue because I don’t rely on object names in scripts. And even then, you can always use GetNodebyName. I took a look at y…
As far as the actual language itself goes, my biggest wish is to disallow use of undeclared variables, rather than implicitly declare and set them to …
I’m not sure what you mean, could you give an example? I don’t think I’ve ever had to use execute for anything.
Though if it ends up eventually just running maxscript code, it’s really just a runtime packaging system.
PolyTools3D: improve the SDK. I’d settle for improving the documentation :banghead:
denisT: controllers don’t support doubles, point2,3,4 are floats, etc… so it doesn’t really give a double precision. that’s why MAX is not AutoCAD …
Am I crazy or have doubles already been implemented since Max 9? 1.0d0 –returns 1.0d0 0.5 as Double –returns0.5d0 2.0d5–returns 2000000.0d0 1.2d-3…