Stop showing off Denis.
Test if v == num_verts then don’t add the comma. for obj in (selection as array) do ( tmesh =snapshotAsMesh obj ( num_verts = tmesh.numverts fo…
I think it is a bug in the vray code. Some of the materials are very picky on what can and can’t be done. For example, you can connect a Shell Materia…
If anyone wants to know more about this you can try to find Charles’ blog post on this topic from February of this year. -Eric
Only Max Objects can have controllers. Dialogs aren’t Max Objects they are User Interface objects. There is no way that I know of to link a controller…
Does it actually work in the Material because of the custom attribute, or is it because the Material is an actual Max Object and therefore can have co…
Looks like various things they are doing with AppData in the Macro_BakedTextures.mcr in case anyone else is looking for where this came from. -Eric
Are you looking for the default folder, or per pass/output? -Eric
Really need more information. What format are you rendering to? Are you saving with Alpha enabled? Please provide all the details about how you are tr…
A few things: Direction is defined along the Z-axis. Which on a teapot is pointing up, so you will need to compensate for that. You need to set the …
You can find the info you need in the Controller Common Properties, Operators, and Methods page of the maxscript help. displayControlDialog <cont…
I went back and looked at your results and the problem you have is how you are deriving your euler values. quattoeuler (inverse (quat -0.193227 -0.48…
Unfortunately if you are using Euler there is always the chance of flipping or gimbal lock, simply because the way the math works. TCB/Quaternions get…
See this thread for info about rotations. -Eric
Actually Richard Annema created a simple exposure render effect that shipped as part of the Bonus Tools with Brazil 2. If you can find a copy of Brazi…