Pie Menu Editor Logo


Welcome to PME Documentation

Pie Menu Editor (PME) is a Blender add-on originally created by roaoao in 2016. It lets you build pie menus, regular menus, pop-up dialogs, macros, and custom panels without writing code, so you can customize Blender’s interface freely.

Note

This documentation is currently being updated. Some pages may still be incomplete or contain information from older versions.

If anything is unclear, please use the Blender Artists Forum.

Keys & Shortcuts

Get more range out of fewer keys.

Sticky Key Editor

Assign different actions to key press and key release. Useful for temporary tools and mode switching.

../editors/sticky_key_editor.html
Stack Key Editor

Assign multiple commands to one hotkey and cycle through them with repeated presses.

../editors/stack_key_editor.html

Operators & Automation

Turn repeated steps into actions you can reuse quickly.

Macro Operator Editor

Combine existing Blender operators into a new action. Well suited for recurring workflows.

../editors/macro_operator_editor.html
Modal Operator Editor

Create interactive operators that adjust values while they run in response to keys and mouse input.

../editors/modal_operator_editor.html

Interface & Properties

Organize Blender’s UI and data into a shape that fits your work.

Menu/Panel Extension

Insert your own menus into existing Blender menus and panels. You can also control placement and order.

../editors/ui_customization.html#pme-menu-panel-extension
Property Editor

Define custom properties with Getter and Setter support, and register them on any Blender data block.

../editors/property_editor.html
Side Panel Editor

Reorganize side panel tabs and panel structure. Useful for custom categories and extending existing UI.

../editors/side_panel_editor.html
Hiding Unused Panels

Hide unused panels and groups to keep your workspace clean and focused.

../editors/hiding_unused_panels.html

Do I need programming knowledge?

No. PME can be used without programming. If you use Python, you can customize it even further.

Where to Get It

Pie Menu Editor Fork is available on Gumroad. It supports Blender 5.0 and later.

Buy Pie Menu Editor Fork

For recent changes, see the changelog.

Community