Selector toolbar for FreeCAD
Go to file
triplus c96a562df6
More robust duplicate toolbars detection
More then one module can do the same check. It can lead to race condition. Better to check through a range of possible custom toolbars groups.
2017-12-21 18:44:25 +01:00
License First release 2017-04-02 20:20:41 +02:00
Resources/icons Selector menu icon (contributed by pablogil) 2017-04-09 20:41:10 +02:00
InitGui.py More robust duplicate toolbars detection 2017-12-21 18:44:25 +01:00
README.md First release 2017-04-02 20:20:41 +02:00
SelectorToolbar_Gui.py Selector menu improvements 2017-04-13 21:11:44 +02:00

Selector toolbar

Selector toolbar for FreeCAD.

Installation:

Install path for FreeCAD modules depends on the operating system used.

Examples:

Linux:

/home/user/.FreeCAD/Mod/SelectorToolbar/InitGui.py

macOS:

/Users/user_name/Library/Preferences/FreeCAD/Mod/SelectorToolbar/InitGui.py

Windows:

C:\Users\user_name\AppData\Roaming\FreeCAD\Mod\SelectorToolbar\InitGui.py

Usage:

Selector toolbar provides a point and click experience for changing FreeCAD workbenches. Preferences can be located in menu bar under Tools -> Accessories -> Selector toolbar.