18 lines
343 B
TOML
18 lines
343 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "material_id_baker"
|
|
version = "1.1.0"
|
|
name = "Material ID Baker"
|
|
tagline = "Bake mesh material assignments to a color ID texture"
|
|
maintainer = "Sear"
|
|
type = "add-on"
|
|
|
|
blender_version_min = "5.0.0"
|
|
|
|
license = [
|
|
"SPDX:GPL-3.0-or-later",
|
|
]
|
|
|
|
[permissions]
|
|
files = "Save baked ID textures and JSON palette legends"
|