wip
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user