[Closed] how to open the Modify panel
hello,
my script uses some functions that will only work if the Modify panel is open (weird huh!).
So, is it possible to script opening the Modify panel? The MAXScript Listener isn’t recording anything when I do this manually and I didn’t see it documented in the reference.
[left]
The closest I found was:
[/left]
[left]modPanel.validModifier (< modifier > | < modifier_class >).
[/left]
[left]Returns true if Modify panel is open, one or more nodes are selected, and the specified modifier is applicable to all the nodes at their current edit level in the stack.
[/left]
thanks, Richard
Make sure you have enabled MacroRecorder in MAXscript Listener specially “Show Command Panel Switching” so that stuff like that gets printed in the listener window.