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

Binary file not shown.

View File

@@ -45,10 +45,12 @@ Cross-platform compatibility across Windows, macOS, and Linux environments, comb
### Smart Preset Management
- **User-Defined Presets**: Save and organize custom configurations
- **Three-Tier Preset System**: Blend File, Persistent, and Local preset storage with proper UI display
- **User-Defined Presets**: Save and organize custom configurations with improved interface
- **Project-Specific Presets**: Maintain consistent styling across project assets
- **Preset Import/Export**: Share configurations between team members
- **Version Control**: Preset versioning for workflow tracking
- **Enhanced UI Display**: Recent improvements ensure all preset types display correctly in the interface
### Material Integration

View File

@@ -36,7 +36,7 @@ From indie game developers to 3D artists and creative hobbyists, this tool saves
- Professional text effects: outlines, drop shadows, glowing effects
- Normal map generation for realistic 3D depth
- Complete color customization with transparency support
- Smart preset management - save and share your favorite styles
- Smart preset management with improved display - save and share your favorite styles across three storage types (Blend File, Persistent, Local)
- Instant Blender material creation and assignment
- Batch processing capabilities for multiple textures

View File

@@ -281,7 +281,7 @@ Key Features:
• 9-point positioning system for precise placement
• Professional effects: shadows, glows, strokes, normal maps
• Batch processing for multiple texts
Three-tier preset system (travels with .blend files!)
Improved three-tier preset system (Blend File, Persistent, Local) with enhanced UI display
• Multiline text support with auto-wrapping
• Complete shader generation with material assignment
• Cross-platform: Windows, macOS, Linux

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

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.