Another problem we are now facing since upgrading is running max from the command line. For example we used to run: ““C:/Program Files/Autodesk/3ds…
I found that this only happens for my netrender backburner connection. I have a netrender connection but it somehow loses the connection after each re…
Say A.ms imports B.ms. When I update B.ms in the editor and then run A.ms, the changes to B.ms are not used. To force a refresh of B.ms I have to res…
renderPresets.LoadAll 0 preset_file is returning true and updating the settings in the render dialog, so I assume the preset is loading correctly
I think the problem is related to using $.modifiers[#Unwrap_UVW] instead of the modifier directly. But when I try applying flatten to the modifier dir…
RTFineM hahaha I found that texture maps need to be flattened when copying a modifier and after some testing I have this partially working solution…
thanks Bobo – just what I needed. With Python (in Maya) I can use dir(object) to find all the available methods and properties of an object. Is there …
local myfunction1, myfunction2 I didn’t know I could do that – thanks very much (again) Bobo!
There’s a topic called Scope of Variables (or something similar) in the documentation that explains how scopes work. I had read that section but did…
hello, I define the global variable within a function, but then it can’t be found by following functions: function connectBackburner = ( … n…
or is there an alternative (more stable) way to use global constants?