An open API service indexing awesome lists of open source software.

https://github.com/passivestar/quickmenu

Blender addon that simplifies access to useful operators and adds missing functionality
https://github.com/passivestar/quickmenu

addon blender blender-addon

Last synced: about 2 months ago
JSON representation

Blender addon that simplifies access to useful operators and adds missing functionality

Awesome Lists containing this project

README

        

quickmenu

# Quick Menu is a Blender productivity addon

## Installation

- Go to [Releases](https://github.com/passivestar/quickmenu/releases) and download `quickmenu.zip`
- In Blender go to `Edit -> Preferences -> Add-ons`
- Click `Install From Disk` in the dropdown menu on the top right
- Select the archive (don't unpack it)

Press `D` in 3D view to open the menu.

Join our [discord](https://discord.gg/pPHQ5HQ) for discussion.

## Compatibility

For blender `4.3.x` use the latest version

For blender `4.2.x` use version [3.1.4](https://github.com/passivestar/quickmenu/releases/tag/3.1.4)

For blender `4.1.x` use version [3.0.10](https://github.com/passivestar/quickmenu/releases/tag/3.0.10)

Earlier Blender versions aren't supported

## Things to know about Quick Menu:

- It's **minimalistic**. The addon is designed to be as unintrusive as possible. It only takes one hotkey (`D` by default) and doesn't have any UI (other than the menu itself)

- It's **quick**. It's designed to be used with one hand, so you can keep your other hand on the mouse. It also promotes usage of accelerator keys, i.e `d11` to Separate/Join, `d13` to Hide/Unhide, etc

- It's **customizable**. You can remove any button from the menu, reorder them, create your own submenus through a JSON config. You can also add your own operators to it, even if they come from third-party addons!

- It's **node-driven**. The addon makes use of Blender 4 node tools where possible, making its python footprint as small as possible, which in turn makes it easier for me to maintain and expand it. You can even look into the `nodetools.blend` file yourself to see how tools are put together. You can also make your own node tools and put them into the menu!

## Tutorial

Click here to watch a video showing every tool from the addon:

quickmenututorial