Interfaces > Core Interfaces > actionMan |
All Action Items are macro recorded when executed. This includes main menus items, CUI buttons, keyboard shortcuts and quad menu items.
Executes the action specified by the table ID and persistent ID. Returns True if successful and false otherwise.You can get an action's IDs by enabling the MacroRecorder and performing actions in the 3ds Max User Interface. Actions that can be performed only via the actionMan interface will appear as actionMan.executeAction() calls with the corresponding IDs.
Loads the keyboard shortcuts settings from the specified file.Returns Truei f successful and false otherwise.
Saves the keyboard shortcuts settings to the specified filename.Returns True if successful and false otherwise.
Returns the filename of the current keyboard shortcuts file.