This commit is contained in:
2025-09-11 12:12:58 +03:00
parent 32fc626caf
commit 80a71c1dc1
33 changed files with 6051 additions and 6826 deletions

18
properties/__init__.py Normal file
View File

@@ -0,0 +1,18 @@
"""
Text Texture Generator - Properties Module
This module contains all property group definitions and configuration systems
for the text texture generator addon.
"""
from .property_groups import (
TEXT_TEXTURE_ImageOverlay,
TEXT_TEXTURE_Preset,
TEXT_TEXTURE_Properties
)
__all__ = [
'TEXT_TEXTURE_ImageOverlay',
'TEXT_TEXTURE_Preset',
'TEXT_TEXTURE_Properties',
]

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff