ScriptSpot

Forum topic · General Scripting

show all subtree's

By roosterMAP · 2012-04-09

Description

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 (1)

not that I know of

jos · 2012-04-10

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

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