Files
blender-portable-repo/extensions/user_default/amzncharactertools/blender_manifest.toml
T
2026-03-17 15:16:34 -06:00

26 lines
462 B
TOML

schema_version = "1.0.0"
id = "amzncharactertools"
name = "AMZNCharacterTools"
tagline = "AMZNCharacterTools"
version = "0.9.0"
type = "add-on"
maintainer = "Nathan Lindsay"
license = ["None"]
blender_version_min = "4.2.0"
tags = ["Rigging", "Workflow"]
[permissions]
files = "Read and write external resources referenced by scenes"
[build]
paths_exclude_pattern = [
"__pycache__/",
"*.pyc",
".git/",
".github/",
"docs/",
"tests/",
]