File LocationsΒΆ
PME stores user-created files in a dedicated directory. Scripts, icons, backups, and export data are all kept here.
Default LocationΒΆ
OS |
Path |
|---|---|
Windows |
|
macOS |
|
Linux |
|
These directories are independent of the add-on and Blenderβs config folder. Updating the add-on or upgrading Blender will not affect these files.
Directory StructureΒΆ
Pie Menu Editor/
βββ scripts/ # User scripts
β βββ autorun/ # Scripts that run automatically on PME startup
β βββ examples/ # Copied from bundled templates
β βββ command_*.py
β βββ custom_*.py
βββ icons/ # Custom icons
βββ backups/ # Automatic backups
β βββ backup_YYYY.MM.DD_HH.MM.SS_<environment-id>.json
βββ exports/
β βββ examples/ # Preset examples copied on first launch
β βββ 3d_view_numpad_pie.json
β βββ mesh_select_mode_pie.json
β βββ ...
βββ logs/ # Log files
Changing the LocationΒΆ
You can change the root directory from Preferences > Settings > Resources.
Note
After changing the path, PME will reference the new directory. Existing files are not moved automatically β copy them manually.