This commit is contained in:
DaanV2
2021-06-03 16:48:41 +02:00
parent dcc63bd6d7
commit 350de2bc0e
5 changed files with 25 additions and 2 deletions

View File

@@ -73,7 +73,11 @@
}
},
"render_group_id": { "type": "integer", "minimum": 0 },
"reset": { "type": "boolean" },
"reset": {
"title": "Reset",
"description": "UNDOCUMANTED",
"type": "boolean"
},
"rotation": { "type": "array", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] },
"texture_meshes": {
"type": "array",

View File

@@ -330,6 +330,11 @@
"description": "This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order)."
}
},
"reset": {
"title": "Reset",
"description": "UNDOCUMANTED",
"type": "boolean"
},
"texture_meshes": {
"type": "array",
"description": "***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes",

View File

@@ -151,6 +151,11 @@
}
]
},
"reset": {
"title": "Reset",
"description": "UNDOCUMANTED",
"type": "boolean"
},
"rotation": {
"title": "Rotation",
"type": "array",

View File

@@ -157,6 +157,11 @@
}
]
},
"reset": {
"title": "Reset",
"description": "UNDOCUMANTED",
"type": "boolean"
},
"rotation": {
"title": "Rotation",
"type": "array",

View File

@@ -88,7 +88,11 @@
}
},
"render_group_id": { "title": "Render Group Id", "description": "TODO", "type": "integer", "minimum": 0 },
"reset": { "title": "Reset", "description": "TODO", "type": "boolean" },
"reset": {
"title": "Reset",
"description": "UNDOCUMANTED",
"type": "boolean"
},
"rotation": {
"title": "Rotation",
"description": "TODO",