Notifications
Clear all

[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

4 Replies

Check the topic “Command Panels” in the MXS reference.

 PEN

max modify mode

1 Reply
(@cridalab)
Joined: 11 months ago

Posts: 0

thanks! Just what I was after.

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.