This commit is contained in:
2025-09-17 19:43:11 +02:00
parent 7c041e2a26
commit 0e9a655ea1
58 changed files with 2821 additions and 892 deletions

View File

@@ -6,11 +6,11 @@
"description": "Free version - core text texture generation only",
"exclude_files": [
"core/normal_maps.py",
"operators/preset_ops.py",
"presets/",
"operators/utility_ops.py",
"presets/"
"operators/preset_ops.py"
],
"exclude_patterns": ["*batch*", "*advanced*"],
"exclude_patterns": ["*batch*", "*advanced*", "*overlay*", "*utility*"],
"max_texture_size": 1024,
"max_concurrent_operations": 1
},
@@ -25,6 +25,10 @@
"feature_to_files_mapping": {
"normal_maps": ["core/normal_maps.py"],
"presets": ["presets/", "operators/preset_ops.py"],
"batch_processing": ["operators/utility_ops.py"]
"batch_processing": ["operators/utility_ops.py"],
"image_overlays": ["operators/utility_ops.py"],
"basic_utilities": ["operators/utility_ops.py"],
"advanced_utilities": ["operators/utility_ops.py"],
"advanced_styling": []
}
}