I tallied everything possible and did it many times. Gosh!!! I tried it twice more. Which version of max are you using? I am using 2009. Below are the…
30+ views and no replies… Does that mean the Question is a pretty dumb one??
No Its perfectly fine… So when you hold down the ctrl Key on the Keyboard and move the object, It will popup a dialog box!!! What Listener says is tha…
Wow!!! I nevery knew if we could even use Global with a Function!!! Thanks a ton… Solved my problem…
Thank You so much BOBO for the reply, I tried running the script and it returns an error: – Error occurred in anonymous codeblock; filename: none; p…
Hey!! Thank You for your tip. I will definitely do it. I was just confused with the following line: while (firstArray.count<b and firstArray.cou…
Awesome!!! You are a Genius!!! Can you also explain your part of code?? It would be a great help to me.
I did exactly what you said earlier… Replaced a part of my code with yours, thats when It gave me the error…
Tried your code, Returns an error : – Compile error: no local declarations at top level: firstArray – In line: local firstArray =
Hi, I tried to run the script in my editor, It works perfectly well… Try and run it again…
Hey Thank You… Here is what I made after racking my head… a = (for o in SceneMaterials where classof(o) == MultiMaterial collect o) for i = 1 to a….