deployment
This commit is contained in:
12
src/presets/__init__.py
Normal file
12
src/presets/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Preset System Module
|
||||
|
||||
This module contains the three-tier preset storage system for the Text Texture Generator:
|
||||
- Blend file storage (highest priority)
|
||||
- Persistent file storage (survives addon updates)
|
||||
- Legacy file storage (backward compatibility)
|
||||
"""
|
||||
|
||||
# Import all preset functionality
|
||||
from .storage_system import *
|
||||
from .migration import *
|
||||
Reference in New Issue
Block a user