Skip to content

Commit

Permalink
fix(headwear): allow Armature instead of Headwear_Rig as skeleton nam…
Browse files Browse the repository at this point in the history
…es (#30)

only allow "Armature" as headwear skeleton name, Headwear_Rig is deprecated
  • Loading branch information
Olaf-Wolf3D authored Jul 3, 2024
1 parent d690904 commit 41f1817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/joints.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "Headwear skeleton hierarchy.",
"type": "object",
"properties": {
"Spine": { "type": "string", "const": "Headwear_Rig" },
"Spine": { "type": "string", "const": "Armature" },
"Neck": { "type": "string", "const": "Spine" },
"Head": { "type": "string", "const": "Neck" }
},
Expand Down

0 comments on commit 41f1817

Please sign in to comment.