Skip to content

Action Browser

ActionBrowser

The action browser is the simples way to create simple single action menus to left or right click. These action are calling built-in actions. There are two type of actions:

Built-in actions

These actions are coming from built-in action items identified with IDs. The action of the Group Command.

actionMan.executeAction 0 "40140"

Macros

These type of action are normally register to Categories with the Names. The action of the Chamfer Caddy exposed to the Ribbon.

macros.run "Ribbon - Modeling" "EPoly_ChamferOptions"

Assigning Actions

To assign an action to your button, you have to drag and drop the action from the action browser to the button.

You can drag and drop the action directly into the Command Editor as well.

Note

You have to turn on the action by clicking on the Active Checkbox in the Command Editor, otherwiser the action won't trigger. This is true to both of the cases.