The Scripting Mini Listener is a single-line view of the contents of the Scripting Listener window.
The Scripting Listener window is divided into two panes: one pink, and one white. The pink pane is the MacroRecorder pane. When the MacroRecorder is enabled, everything that is recorded is displayed in the pink pane. The pink line in the Mini Listener shows the latest entry into the MacroRecorder pane.
The white pane is the Scripter window where you can create scripts. The last line you type in the white area of the Listener will appear in the white area of the Mini Listener. Use the arrow keys to scroll the display in the Mini Listener.
You can type directly into the white area of the Mini Listener, and the command executes in the viewports.
Right-click either of the Mini Listener lines to open the floating Scripting Listener window. It will also display a list of the last 20 commands recorded. You can choose any of these commands and press Enter to execute them.
For more information about the Scripting Listener window, as well as about creating scripts, see the MAXScript Help: choose Help MAXScript Help.
Example: To create a sphere using the Mini Listener:
A sphere appears in the viewports.
Example: To redo a command using the Mini Listener:
Example: To make a script and add it to a toolbar:
For this very simple example, you’ll make a script that collapses an object to an editable mesh, and then create a toolbar icon to run the script.
The MacroRecorder line goes blank because the cursor goes to the last line.
Highlight the command script as you would highlight a line of text in a text editor by clicking at the start of the line and dragging along the entire length.
The pink, upper line displays the last thing recorded by the MacroRecorder. If the MacroRecorder is not enabled, nothing will appear in this line.
The white, lower line displays the last entry typed into the Scripter window. You can type directly into this line and execute the commands in the viewports.
Right-clicking either of the Mini Listener lines displays a history of the last twenty commands recorded by the Macro Recorder (provided it has been enabled). Click any of these commands to execute them in the viewports.
Right-clicking either of the Mini Listener lines displays a dialog that allows you to open the Scripting Listener window. You can also open the Listener using the Utilities panel MAXScript rollout. You can display the Listener window in a viewport by clicking or right-clicking the Point-Of-View (POV) viewport label, then on the POV viewport label menu, choosing Extended Viewports Scripting Listener.