This commit is contained in:
2025-10-13 16:56:38 +02:00
parent bf636cbc66
commit 57b55b10a2
21 changed files with 624 additions and 202 deletions

View File

@@ -11,15 +11,13 @@
"operators/preset_ops.py",
"operators/text_editor_ops.py"
],
"exclude_patterns": ["*batch*", "*advanced*", "*overlay*", "*utility*"],
"max_texture_size": 1024,
"exclude_patterns": ["*batch*", "*advanced*", "*utility*"],
"max_concurrent_operations": 1
},
"full": {
"description": "Full version - all features included",
"exclude_files": ["blender_manifest.toml"],
"exclude_patterns": [],
"max_texture_size": 4096,
"max_concurrent_operations": 4
}
},