— This script only works on standard materials but that can easily be fixed by adding more — checks in the ValidateMaterial function. You will ha…
First of all, how extensive is your knowledge of binary numbers? Do you know about bit flags and bit masking? Do you know how to count in binary? Cove…
Standard max lights have includeList and excludeList arrays all you need to do is make whichever list you need equal you list. ie If it were for a se…
No, I want the user to be able to pick vertices that the script will “capture”, the script will then perform a function on the selected verts. I can’t…
Use the classof function. eg. for obj in objects do ( format “% ” (classof obj) ) But as soon as you collapse the primative to an editable mesh/…
Thanks magicm, I’ll give it a shot.
I renamed the file to .ms and it comes out as jumbled garbage!?! Could you send it again please.
I’ve just tried that but no luck I get the same error, could somebody give me a practical example?
Don’t get me wrong, I do enjoy maxScript, in fact I started in maxScript then went to C++, I just feel that it could be better. I must say, however, t…