Scripts & Data Location¶
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.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.