This commit is contained in:
2025-09-09 09:18:43 +03:00
parent 5f4389fb56
commit f429f5a984
8 changed files with 223 additions and 721 deletions

View File

@@ -57,8 +57,9 @@ A modern Blender addon that generates image textures from text with extensive cu
- **Preset Management System**:
- Three-tier storage: Blend file, Persistent, Legacy
- Presets travel with .blend files
- Three-tier storage: Blend File, Persistent, Local presets
- All preset types now display properly in the interface
- Presets travel with .blend files (Blend File type)
- Import/export functionality for backup and sharing
- Automatic migration system for addon updates
- Conflict resolution for preset imports
@@ -269,12 +270,13 @@ The addon features a sophisticated three-tier preset system:
- Stored in Blender's user config directory
- Shared across all blend files
3. **Legacy File Storage** (Lowest Priority)
- Backward compatibility with old addon versions
- Automatically migrated to persistent storage
3. **Local File Storage** (Lowest Priority)
- Local addon-specific presets
- Automatically migrated to persistent storage when needed
### Preset Features
- **Improved UI Display**: Recent bug fix ensures all three preset types (Blend File, Persistent, Local) display properly in the interface
- **Auto-Migration**: Seamlessly upgrades presets during addon updates
- **Import/Export**: Backup and share presets across installations
- **Conflict Resolution**: Smart handling of duplicate preset names