Customize menu > Customize User Interface > Toolbars panel
The Toolbars panel lets you edit existing toolbars and create your own custom toolbars. You can add, remove, and edit buttons on existing toolbars, or you can delete the toolbars entirely. You can also create custom toolbars with both gmax commands and scripts.
Procedures
To create your own toolbar:
Choose Customize menu > Customize User Interface > Toolbars tab.
Click New.
The New Toolbar dialog appears.
Enter the name of the toolbar and click OK.
The new toolbar appears as a small floater.
To add a command to the toolbar:
Choose Customize menu > Customize User Interface > Toolbars tab.
You can also right-click the label of the toolbar you just created, and then choose Customize.
Choose the toolbar you want to edit from the drop-down list.
There are three ways to add commands to the toolbar:
In the Customize User Interface dialog, drag the command from the action list.
If the action has a default icon assigned to it (it will be next to the command in the action list), the icon will appear as a button on your toolbar. If no icon is assigned to to the command, the name of the command will appear as a button on the toolbar.
CTRL-drag buttons from any toolbar onto your toolbar. This creates a copy of the button on your toolbar.
ALT-drag buttons from any toolbar onto your toolbar. This moves the button from the original toolbar onto your toolbar.
To record a script and add it to a toolbar:
Open a MAXScript Listener window, by doing one of the following:
Choose Utilities panel > MAXScript > MAXScript rollout > Open Listener.
Right-click a viewport label, and then choose Views > Extended > MAXScript Listener.
Choose MAXScript menu > Macro Recorder.
Perform the actions you want to record.
Select the lines in the script that you want. Drag those lines directly onto the toolbar.
Note that your macro might require some minor editing to remove extraneous steps or to refine the procedure.
You can edit the appearance of the text or icons on your toolbars with the Edit Button Appearance command, which is available when you right click on the toolbar button.
Interface
Group: Displays a drop-down list that lets you select the context you want to customize, such as Main UI.
Category: Displays a drop-down list of all the available categories of user interface actions for the selected context.
Action Window: Displays all the available actions for the selected group and category.
Toolbars List: Displays any toolbars youÆve created using the New button.
New: Displays the New Toolbar dialog. Enter the name of the toolbar you want to create and click OK. The new toolbar appears as a small floater.
Once youÆve created a new toolbar, there are three ways to add commands:
Drag actions from the Action Window in the Toolbars panel of the Customizable User Interface dialog onto your toolbar.
CTRL-drag buttons from any toolbar onto your toolbar. This creates a copy of the button on your toolbar.
ALT-drag buttons from any toolbar onto your toolbar. This moves the button from the original toolbar onto your toolbar.
Delete: Deletes the toolbar displayed in the toolbars list.
Rename: Displays the Rename Toolbar dialog. Select a toolbar from the Toolbars list to activate the Rename button. Click Rename, change the name of the toolbar, and click OK. The toolbar name changes in the toolbar floater.
Hide: Toggles the displays of the active toolbar in the toolbars list.
Load: Displays the Load UI File dialog. Allows you to load custom user interface files into your scene.
Save: Displays the Save UI File As dialog. Allows you to save any changes youÆve made to the user interface to a .cui file.
Reset: Resets any changes youÆve made to the user interface to the default setup (defaultui.cui).