I’ve never been able to get that code to work as I only encounter bitmap files, which is not a MAXClass, but: I don’t think you need to loop through…
[i]You could write a simple function that uses the following two maxscript commands to copy the userproperties from one node to another. For example, …
Hi Denis, Why do you forward declare the printAry function name? J.
Do you only have one bitmap? Such as somename_24i.bmp and somename_16i.bmp ? If so, add an alpha channel to your bitmap. White is fully visible. B…
Oh god… the pain – the game is tedious – and played everyday. Thanks for sharing this code example. The other problem I have is that even if you f…
Reading through the forum you are often doing things no one else seems to be doing (or very few anyway), – so figured you might have more to say abou…
Also: The maxscript docs read: disableRefMsgs() and enableRefMsgs() Added new metho…
What exactly does the following line do? When I run it on max2012 it disables the ability to select my max window. Are you using this to stop the s…
Hey Impus, Thanks a lot, your code works. I’m wondering if I could ask a few questions though to better understand what is going on. You are creati…
I’m still having troubles making the Maxscript reference meaningful – but with some help the answer was using the following command: LayerManager.new…