More info here
Use to select toolbar nodes, save them to an internal store or a file library. Load from the store or library. Temporarily hide the toolbars to get them out of the way when switching to modelside. Easily save toolbars and transfer them to another layout.
persistent base install required
A version of this script comes pre-installed in the Unofficial trueSpace Updates - https://www.united3dartists.com/forum/viewforum.php?f=55
general usage is to create custom toolbars, name them and add them to the toolbar menu and save toolbars state so they can be used on context reset and layout changes. save to library is for more permanent toolbar storage for backup and sharing toolbars
Toolbar Manager Testing your toolbarScripts toolbarScripts jScript Function Set function deletetoolbar() if(Node.Exists(theframe)) WindowsManager.CloseWindow(theframe); Move the above line to the top else the toolbar frame is frozen in 3D Space loadToolbarFromLibrary script ERROR if fileList is Empty And or if you try to Load CustomFrame.RsObj oneButtonFrame.RsObj Note: These two objects did not exist in the Objects - UserToolbars library //delete the node in windows manager space if(Node.Exists("/Project/Windows Manager Space/" + nodename )) Node.Delete("/Project/Windows Manager Space/" + nodename ); The above statement should be changed to > WindowsManager.CloseWindow(theframe); else the toolbar frame is frozen in 3D Space MyToolbarFrame OwnedBy Add {2C152F81-45A2-4035-8896-9E49D60C8A7A} else the toolbar shows on the users Desktop Suggestion: Toolbars are always in 1D Save state does not seem to honor 2D Could be your use of: Node.Value(butt,"Package") = "{E0C3ABBA-AA1C-4A09-8089-9ED4A8AC63B9}";//needed for menu button That said though, if a user copies buttons from existing toolbars, then changing their attributes will break their functionality, for instance your newest Snapping and NURBS toolbars. This is very concerning! What is your thoughts?
bug fix
February 1 2015:
version 1.1 May 28 - more robust toolbar selection process
January 8 2012: