stf.armature¶
A armature represents a hierarchy of bones.
Properties¶
Key |
Required |
Type |
Description |
---|---|---|---|
root_bones |
Yes |
List |
IDs of nodes |
The only allowed type for nodes in root_bones
is stf.bone
.
Armatures can be instantiated by stf.instance.armature
.
Implementations¶
Json Example¶
"90b9fbb6-3e2d-44e5-8821-454c97c8d15a": {
"type": "stf.armature",
"name": "Armature",
"root_bones": [
"ed9fac3c-1500-436e-9c4e-fd88822be434"
],
"components": [
"1e7c6be0-e53c-4af5-8e2d-c1bdc7c687c5",
"1b453833-a3c8-4ac8-9d26-7a9e84eb27f9",
"8324983e-c79f-466b-b21d-b1cdbe5bf229"
]
}