13 lines
267 B
TOML
13 lines
267 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "armature_mesher"
|
|
version = "1.0.0"
|
|
name = "Armature Mesher"
|
|
tagline = "Convert armature to envelope-style mesh"
|
|
maintainer = "You"
|
|
type = "add-on"
|
|
|
|
blender_version_min = "5.1.0"
|
|
|
|
license = ["SPDX:GPL-2.0-or-later"]
|
|
category = "Rigging" |