Pixel-Composer/datafiles/data/Actions/Nodes/Armature Build.json

16 lines
460 B
JSON
Raw Normal View History

2023-08-02 19:11:57 +02:00
{
"name": "Armature Build",
"tags": ["bone", "rigging"],
"tooltip": "",
2023-08-09 11:52:57 +02:00
"location": ["Compose", "Armature"],
2023-08-02 19:11:57 +02:00
"sprPath": "./Armature Build.png",
"nodes": [
{ "node": "Node_Armature" },
{ "node": "Node_Armature_Pose" },
{ "node": "Node_Armature_Bind" }
],
"connections": [
{ "from": 0, "fromIndex": 0, "to": 1, "toIndex": 0 },
{ "from": 1, "fromIndex": 0, "to": 2, "toIndex": 1 }
]
}