Choose a PME building block

PME can present commands, compose interfaces, sequence actions, and react to context. This page is a compact orientation—not an exhaustive list of current modes. Use the current PME documentation for the product reference.

When you want to…Start with…See it in use
Reach a short set of actions by directionPie MenuBuild your first useful Pie Menu
Show a longer linear listRegular MenuExamples and Showcases
Put controls and native widgets in a temporary surfacePopup DialogAdd a Blender widget to a Popup Dialog
Run several operations as one workflowMacroRun a Macro from a menu or panel
Cycle a memorable sequence on one keyStack KeyCycle several actions with one key
Change something only while a key is heldSticky KeyTemporarily change a property
Adjust a value interactivelyModalUnderstand a historical Modal execution case
Reuse a Blender value as a PME controlPropertyMake a Property slider
Keep a task surface in Blender’s sidebarPanel GroupCreate a Sidebar Panel Group

A quick choice

Need to choose an action?
├── Short spatial set → Pie Menu
├── Longer linear set → Regular Menu
└── Controls or a small form → Popup Dialog
 
Need behavior rather than a menu?
├── Several steps together → Macro
├── Repeated presses cycle actions → Stack Key
├── Press and release borrow a state → Sticky Key
├── Mouse movement adjusts a value → Modal
├── A reusable Blender value → Property
└── A persistent task surface → Panel Group

The most useful setup often combines more than one block. Selected examples focuses on that composition rather than on feature names.