38 items with this tag.
Choose a PME coding goal, open a focused recipe, or adapt a compact command pattern.
Distinguish a failed assignment from a stale editor and request the smallest useful redraw.
Guard object-specific data paths so one Custom layout remains useful for meshes, curves, empties, an...
Diagnose missing imports and hidden session dependencies when execute_script() raises NameError.
Historical · current compatibility unverified
A historical macro pattern for creating a modifier, retaining its reference, and setting its propert...
Use a Custom item and Blender's UILayout template methods when PME cannot add a widget from the norm...
Historical · current compatibility unverified
Use a small context check to choose a selection-dependent action or a fallback menu.
Historical · current compatibility unverified
Start with a reproducible native operation, capture its call, then separate setup, action, and clean...
Invoke a named PME Macro through the stable 2.1 operator instead of hard-coding its generated bpy.op...
Historical · current compatibility unverified
A historical PME Property pattern for applying the same value, a delta, or a ratio across a selected...
Historical · current compatibility unverified
A historical advanced pattern that uses a Blender context override to draw a native Pose panel throu...
Use a PME Boolean Property to keep a dependent action visible but disabled until its prerequisite is...
Use UILayout's index argument to show only X, Y, or Z from an array property instead of drawing the ...
Use UILayout's text keyword with prop_enum so custom PME buttons remain readable across Blender UI c...
Use a Custom item and depress= to give an action button live pressed-state feedback without changing...
Historical · current compatibility unverified
A historical getter/setter pattern for controlling Blender state and updating visible feedback from ...
Use PME's Popup Area command when you need a temporary second editor window rather than a Popup Dial...
Use ordered fallback menu names for mode-, selection-, and object-type-sensitive workflows.
A maintainable workflow for calling trusted Python files from PME Command or Custom items.
Draw an existing Object, Bone, or Scene custom property directly when PME's normal property picker c...
Hold a shortcut to set a property and restore its exact previous value on release, rather than assum...
Historical · current compatibility unverified
A historical design pattern that gives a Macro its own text, choice, and reset controls instead of m...
Use the Slot Editor tabs to run an action, expose a value, link another customization, replay a shor...
Historical · current compatibility unverified
A historical example of finding a Blender operator in PME and exposing its properties.
Use a Poll method based on the active Node Editor ui_type to keep each node-tree menu in its own con...
Use PME's event object to branch one Command item by modifier key without duplicating the menu.
Choose between a Command branch, Poll-gated items, or a Custom control that reflects live state.
Show a short message after a PME action, place it deliberately, and avoid treating a temporary overl...
How PME draws Blender panels with the correct editor context, frame, header, and initial expansion s...
Read and write registered PME Properties from Command and Custom items without hard-coding Blender p...
Capture a value before a Macro changes it, then restore it in a later Command step.
Historical · current compatibility unverified
When Blender operators make separate undo entries, decide whether to keep them visible or push a del...
Historical · current compatibility unverified
A Context Browser workflow for discovering Blender property paths and real enum values before turnin...
Historical · current compatibility unverified
A historical PME experiment that edits object alpha, detects its keyframe state, and reflects that s...
A tiny PME workflow that turns object naming from deferred cleanup into the final step of object cre...
Historical · current compatibility unverified
A community setup that uses Blender's sculpt-brush icons in a PME Pie Menu for fast, visually legibl...
Understand the editor names, slots, Poll conditions, Blender context, and scripting shortcuts used a...
Follow eight real support conversations from menu composition and temporary tools to remembered choi...