i have the same problem here on 3dsmax 2010 It seems that certain objects work and other don’t. i was not able to determine for wich reason. any idea …
No answer yet, the only workaround i have found is to add an FilePostOpen , and FilePostSave Callback to write the information i need into a human rea…
Thank you very much for the tip. it works perfectly
It works perfectly ! Now i have to understand how all that stuff work. very very interesting technique Thank you
Hi, Many thanks for your answer! I have tested your method with a simple plane and some vertex color on it. I followed each step but i didnt get the …
hi, You can use Execute for that, exemple : for i =1 to 5 do ( StringToExecute = (“$box00″+i as string) select (execute StringToExecute) …
What i want to do is to keep a path into a environment variable. I have a tool where you must choose a texture, i want to save the last path that the…
this one is more complicated, here is the script, it uses a recursive function that search for all the subfolders contained in the rootfolder. Then i…
Here is your script, Just open a max file and you will be able to navigate between all maxfiles that are in the same folder. ( — — Load t…