Presets & Import / Export¶
What Is a Preset?¶
A Preset is a named collection of menus. Think of it as a "profile" or "project pack".
You can have multiple presets:
- One per project (Character Rig Menus, Environment Tools)
- One per workflow (Modeling, Sculpting, Animation)
- Shared packs you download from the community
All presets are saved automatically. No manual save button needed.
Managing Presets¶
| Action | How |
|---|---|
| Create | Click + New Preset in the left column |
| Rename | Click the name field and type |
| Duplicate | Select a preset → click Duplicate |
| Delete | Select a preset → click Delete |
| Reorder | Use the Move Up / Move Down arrows |
Copy / Paste Between Presets¶
You can copy a single menu from one Preset to another:
- Select the menu in the middle column (menus list).
- Click Copy.
- Switch to the target Preset.
- Click Paste.
Export a Preset¶
- Select the Preset in the list.
- Click Export.
- Choose where to save the file.
This creates a .json file containing all your menus, buttons, design, and shortcuts.
Export with icons and scripts¶
If your menus use custom PNG icons or Python script files, click Export as Package instead — this creates a .zip file that bundles everything together.
Always use Package export for sharing
A plain .json export won't include your custom icons. The recipient would see missing icons. Use Package export when sharing with others.
Import a Preset¶
- Click Import Preset.
- Browse to a
.jsonor.zipfile. - The Preset appears in your list immediately.
All menus, buttons, design settings, and shortcuts are restored.
Automatic Backup¶
All presets are stored in user_pies.json inside the addon folder:
Before updating PieMaster, copy this file somewhere safe as a backup. After updating, you can restore it if needed.
Always remove before update
See How to Update. The file is preserved during a clean reinstall, but backing it up is always wise.