Notifications
Clear all
[Closed] Add dropdown menu to maintoolbar via script?
May 14, 2007 4:56 am
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
May 14, 2007 4:56 am
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.