26 lines
462 B
TOML
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/",
|
|
] |