Symptom
After moving to a clean Blender installation or uninstalling another add-on, one PME item reports a missing operator, does nothing, or breaks the containing workflow. Other PME menus continue to work.
Cause
PME saved the operator call that you asked it to run. Removing the add-on that registered that operator does not automatically tell PME whether the item should be deleted, replaced, or kept for a future reinstall.
The historical report described a reference error and crash in a PME 1.18-era setup. PME 2.1 checks direct Command operator calls and reports Operator not found, making the saved reference easier to locate.
Fix
- Export or back up your PME configuration before cleaning it.
- Open PME’s Health view and inspect Missing operators.
- Open the reported menu and item. Record the missing operator id, such as
some_addon.some_action. - Choose one resolution:
- reinstall a compatible version of the owning add-on;
- recapture the replacement action from the add-on’s UI;
- disable or delete the obsolete PME item.
- Invoke the containing menu again and check the System Console.
- Only investigate Blender’s keymap if the old shortcut still exists after the PME item itself is clean.
What Health checks
In PME 2.1, the missing-operator scan covers enabled, direct operator calls stored in Command items. Health reads those calls without executing them.
An operator hidden inside arbitrary Python, an external script, or a dynamically assembled expression may not appear in that list. For those cases, run the smallest failing item and use the exact exception from the System Console.
Also check
- Inspect the saved item before reinstalling PME, so you retain the exact missing reference.
- Keep unrelated hotkeys in place. A missing command and its keymap registration are separate issues.
- If the add-on is installed but the operator is still missing, its ID may have changed between versions. Capture the action again instead of guessing the new identifier.
- Health leaves disabled menus and slots out of this scan.
Related answers
- Separate stale keymaps from command failures
- An installed operator can still reject the current context
- Restore menus from an automatic backup