Files
2025-09-11 14:07:55 +03:00

37 lines
1.0 KiB
JSON

{
"project": {
"name": "Text Texture Generator",
"id": "text_texture_generator",
"author": "Marc Mintel <marc@mintel.me>",
"description": "Generate image textures from text with accurate dimensions and instant live preview",
"category": "Material",
"location": "3D View > Sidebar (N) > Tool Tab | Shader Editor > Sidebar > Tool Tab",
"blender_version_min": "4.0.0",
"license": ["GPL-3.0-or-later"],
"support": "COMMUNITY",
"tags": ["Material", "Shader", "Texture", "Text", "Image"]
},
"build": {
"source_dir": "src",
"dist_dir": "dist",
"temp_dir": "build/temp",
"exclude_patterns": [
"__pycache__",
"*.pyc",
"*.pyo",
".DS_Store",
"Thumbs.db"
]
},
"versions": {
"template_files": ["src/blender_manifest.toml", "src/utils/constants.py"],
"git_tag_pattern": "^v?([0-9]+\\.[0-9]+\\.[0-9]+)$"
},
"file_exclusions": {
"config_file": "build/file_exclusions.json"
},
"dependencies": {
"pillow": ">=10.0.0"
}
}