Notifications
Clear all

[Closed] Add dropdown menu to maintoolbar via script?

Currently im using the following to add a new toolbar(dialog) and dock it to the top.
cui.registerDialogBar myCustomScript
cui.dockDialogBar myCustomScript #cui_dock_top

Is there anyway to automatically add a dropdown menu to the “Main toolbar” and not create my own toolbar?

1 Reply

It’s not possible to do that in MAXScript and in C++ it would be tricky (and I’m not sure it can be really done). We can only add a toolbar button (macroscript) to the main toolbar.