About this site
ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
Comments
http://www.scriptspot.com/3ds
http://www.scriptspot.com/3ds-max/scripts/show-hide-user-interface
cui.showToolbarDisplays the
cui.showToolbar
Displays the Toolbar specified by name.
Returns True on success, False if the toolbar name does not exist.
Available in 3ds Max 2014 and higher.
EXAMPLE:
cui.showToolbar "Brush Presets"
Is it possible to do for the method cui.showToolbar false value? Want to make the on\off button for some toolbars
This close Brush Presets toolbar only when it is undocked. How can it make same with docked toolbar or first make toolbar floated and then close them?
Found solution