24 items with this tag.
Historical · current compatibility unverified
A 2018 PME recipe for running an operator immediately with Blender's EXEC_DEFAULT context.
Find and replace a saved operator reference whose owning Blender add-on is no longer installed.
Historical · current compatibility unverified
A historical macro pattern for creating a modifier, retaining its reference, and setting its propert...
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...
Build a single shortcut that advances through an ordered list of commands or hotkeys each time it is...
Use a PME Boolean Property to keep a dependent action visible but disabled until its prerequisite is...
Historical · current compatibility unverified
A historical Sticky Key workflow for selecting a mask brush, starting a stroke, and restoring the pr...
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 ...
Move one edge of the active or a named Blender area by a fixed pixel distance with PME's area-move o...
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.
Historical · current compatibility unverified
A historical design pattern that gives a Macro its own text, choice, and reset controls instead of m...
Historical · current compatibility unverified
A historical PME pattern for combining state changes with an interactive Blender operator.
Link the Macro from the Menu tab, or open it deliberately from a Command item.
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...
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 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...
Follow eight real support conversations from menu composition and temporary tools to remembered choi...