Hi Patan77, make sure to read up on all available MaxScript UI controls; there is tons of interesting stuff. The one you are looking for, a “text onl…
Oh yeah, “$” returns the current selection. If you want to process every single node in the scene there is another way to get this collection: ‘object…
It seems you’re accessing the ‘visibility’ property (which holds a boolean value), while you should be accessing the ‘.controller.value’ property of i…
That’s great Denis, thanks for the reply.
Do you have a screenshot of the problem?
Thanks for the answer.
Just for the sake of knowledge, here is the way to find the Command Panel’s HWND in Max 9 (which doesn’t have the ‘getChildHWND’ method):
I’m using MaxScript 9, and the Windows structure doesn’t have that getChildHWND method. Is there another way to get the HWND to the Modifier panel? E…
As I understand you need to know what nodes are really animated for the future export. It’s very common task. Usually the problem solves by tagging (m…
Hello lo, thanks a lot for your input. I was afraid of using such a method when someone might be dealing with large game cutscenes with lots of frames…