Yeah ideally you could just convert to like an EXR and have a C++ maxscript function which just read the bytestream object nearly instantly into a bit…
This is the fastest code I could come up with for an #(#(Red),#(Green),#(Blue)) .net array (I might consider joining it into one big-array in C# with …
You can also rename the .mcg file to .zip and open it up. The “installation” appears to just use Max’s zip functionality to extract them into a fol…
It’s a solution. When you create an RPM Material it just copies it to all of the passes. So if you make a change to the material in one pass it do…
There is a bug in 2012 related to variables created in loops. I haven’t seen this one before. Try defining “o” outside of the loop first to initiali…
Kind of reminds me of this fun project: Write Ruby on WP7 phone and compile and execute it on the phone. No need for a PC.
Found the solution. Files Copied off of a network or downloaded from the internet are considered “blocked” DLLs by Windows. you have to right click …
PiXeL_MoNKeY: No problem, where do I send the bill? -Eric Definitely to Mike.
That fixed it. Thanks! Is QuatToEuler2 better or is it just going to go bananas in a different esoteric rare situation?
QuatToEuler
I do it slightly differently in that I create a stringstream and then at the end of the string-stream do a: format stringstreamVar to:fileVar what I…