Hi Light, One other useful thing would be to have the possibility to add paths to different scripts locations. When I develop new scripts I usually k…
Go to www.scriptspot.com and search for “I also know what you did last summer” or here: to get more scripts by the same guy. There is one also dhat d…
Hi reForm, I gave it a go on a large scene with closeley to 300 vray mats and it crashed on me. I think it either ran out of memory or it has to do w…
If I understand this right, then for each folder you should build an array with your files, filterstring each element for “.” and compare the second i…
In your enhanced script you are setting the variables to “value” instead of “yourspinner.value”. You could use “yourspinner.value” in the rest of the …
Didn’t get the chance to look at your script (waiting for a render…) but from your description it seems like you have some variables that you declared…
I just figured it out what it was causing it. The corner of my object was @ 0,0,0 and on the 2 sides that were on the x and y axys it was having the e…
Look here: for both DVD’s done by Bobo and Laszlo Szebo. They are great. Other than that… the maxscript reference is perfect.
Are you looking to encrypt a Max scene or a Max Script? If you are trying to encrypt a Max Script you can do it easily, but if you want a scene you ne…
Ok, I’ve got the chance to work a bit on your script and here is what I came up with: rollout myOC “OrbitCam” ( spinner camRad “Camera Radius” range…
You need an action for the spinner also the way you have it for the button (on camRad changed val do …). Also too many brackets with no purpose in the…
Gibbz, I’m doing it via maxscript and they are not selected after the import. Thanks Bobo, I was thinking about something like that but hoping it wou…