https://github.com/schroef/QuickSwitch
QuickSwitch is a little Helper to make it easy
https://github.com/schroef/QuickSwitch
addon blender blender-addon pie-menu python quickswitch shortcut wm-menu
Last synced: 9 days ago
JSON representation
QuickSwitch is a little Helper to make it easy
- Host: GitHub
- URL: https://github.com/schroef/QuickSwitch
- Owner: schroef
- Created: 2018-12-23T01:20:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T16:51:49.000Z (about 1 month ago)
- Last Synced: 2025-04-04T17:34:36.264Z (about 1 month ago)
- Topics: addon, blender, blender-addon, pie-menu, python, quickswitch, shortcut, wm-menu
- Language: Python
- Size: 67.4 KB
- Stars: 27
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# QuickSwitch
QuickSwitch a helper to quick switch workspaces and view render menu in viewport. The Pie menu can be adjusted using the order of the WM menu. Also shortcuts can be added to all workspaces making it very easy and fast to switch to preferred workspace. It also allows you to quick switch render engine using a popup menu.
Keepmode will store the object interaction mode. So for example when your in modeling workspace and are in weightpaint mode on returning you're still in weightpaint mode. The standard workflow for Blender is that this will be reset to the setting preset under Workspace Settings > Workspace > Mode. Storing this value speeds up your process by removing this repetitive move of returning to your last interacting mode when you left the workspace.
> Some limitations are currently present due to Beta containing some bugs

> Choose either Pie menu or WM menu

> Customise shortscuts from addon preferences
### System Requirements
| **OS** | **Blender** |
| ------------- | ------------- |
| OSX | Blender 2.90+ |
| Windows | Blender 2.90+ |
| Linux | Not Tested |### Installation Process
1. Download the latest [release](https://github.com/schroef/quickswitch/releases/)
2. If you downloaded the zip file.
3. Open Blender.
4. Go to File -> User Preferences -> Addons.
5. At the bottom of the window, choose *Install From File*.
6. Select the file `quickswitch-master.zip` from your download location..
7. Activate the checkbox for the plugin that you will now find in the list.
8. Set custom pie menu items by setting shortcuts for WM menu### Changelog
[Full Changelog](CHANGELOG.md)