Selector toolbar for FreeCAD
Go to file
triplus 11981261ef First release
- Create global selector toolbar on FreeCAD start
- Remove global selector toolbar on FreeCAD close
- Creation of workbench actions
- Append active workbench if not in enabled list
- Support for styling (by using style sheets) toolbar buttons based on the toolbar orientation
- Optional selector menu (lists all available workbenches) located at front or at the end
- Preferences dialog (configurable button style, position and workbench list)
- Selector toolbar preferences added to the accessories menu
2017-04-02 20:20:41 +02:00
License First release 2017-04-02 20:20:41 +02:00
InitGui.py First release 2017-04-02 20:20:41 +02:00
README.md First release 2017-04-02 20:20:41 +02:00
SelectorToolbarPath.py First release 2017-04-02 20:20:41 +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.