Updated
This commit is contained in:
@@ -73,7 +73,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"render_group_id": { "type": "integer", "minimum": 0 },
|
"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" }] },
|
"rotation": { "type": "array", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] },
|
||||||
"texture_meshes": {
|
"texture_meshes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
@@ -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)."
|
"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": {
|
"texture_meshes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes",
|
"description": "***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes",
|
||||||
|
|||||||
@@ -151,6 +151,11 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"reset": {
|
||||||
|
"title": "Reset",
|
||||||
|
"description": "UNDOCUMANTED",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"title": "Rotation",
|
"title": "Rotation",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
@@ -157,6 +157,11 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"reset": {
|
||||||
|
"title": "Reset",
|
||||||
|
"description": "UNDOCUMANTED",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"title": "Rotation",
|
"title": "Rotation",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
@@ -88,7 +88,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"render_group_id": { "title": "Render Group Id", "description": "TODO", "type": "integer", "minimum": 0 },
|
"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": {
|
"rotation": {
|
||||||
"title": "Rotation",
|
"title": "Rotation",
|
||||||
"description": "TODO",
|
"description": "TODO",
|
||||||
|
|||||||
Reference in New Issue
Block a user