How about providing a full transformation matrix instead of just one vector? Right now, you are only setting the DIR (Z axis) of the point, but the ot…
It is wrong because a FOR loop creates a local G variable which ceases to exist the moment the loop is done. The ‘print g.count’ is wrong for two reas…
Volumetric Shading requires an Atmospheric object plugin. Typically (for example in Afterburn, FumeFX etc.), the Atmospheric object is working togethe…
The info taken from the file is related to getting the frame range, render output path, Max version, all renderer settings etc. The functions that cre…
Here it comes. It looks scary, but half of the code is remarks, and half of the rest is the function to detect where the repository is (you can hard-c…
Deadline ships with a library of MAXScript functions (SubmitToDeadline_Functions.ms) found in the Repository under submission\3dsmax. You can fileIn()…
Deracus: Hi i´m trying to automate a process of looking through different objects if there is a modifier present and then delete it, if it is the r…
Looks like the PatchOps are quite broken. I played with your code and while calling an update to the patch sets the new selection correctly, getting t…
Did I say that? I said: –Make a destination bitmap: theNewMap = bitmap 128 128 –Copy original map into it: copy theOldMap theNewMap –If you display …
If you can live with unfiltered resize, all you have to do is make a destination bitmap with the desired size and copy the original bitmap into the ne…
When run in the Listener or in the global scope as you did here, each line of the script is more or less its own expression. Each of these expressions…
emecstudios: …yep, I know that works since that path is setup by default as your main script path. So I think it’s only possible to change that in …
There is no bug in the code, there is something about your SCENE that is different. Start scanning your object’s controller structure in the Listener …
Pennink: I create a line, create a dummy, path constrain the dummy to the line, shift drag it to create copies, select all copies, hitting ‘execute …
Did you try the code I posted? Your code had the wrong controller/subanim struct and caused that same error when I tried it. My code actually did what…