show all subtree's

the macro recorder isn't picking up on displaying the subtree of a modifier.

I would like the command that is the equivalent of clicking on the little + on the left of all modifiers in my stack (on the right of the little light-bulb).

Is this even possible?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
jos's picture

not that I know of

I don't think this is possible with maxscript.
you can select an item in the subtree:

modPanel.setCurrentObject $.modifiers[index]
subobjectLevel = 1

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.