This commit is contained in:
DaanV2
2021-10-31 17:18:56 +01:00
parent e890171456
commit 65802c8e85

View File

@@ -23,6 +23,8 @@
"render_controllers": {
"type": "object",
"propertyNames": { "pattern": "^controller\\.render\\.[a-z\\.]+", "examples": ["controller.render.example"] },
"description": "UNDOCUMENTED: render controllers",
"title": "Render Controllers",
"additionalProperties": {
"additionalProperties": false,
"type": "object",
@@ -175,6 +177,11 @@
"description": "UNDOCUMENTED: part visibility",
"title": "Part Visibility"
},
"rebuild_animation_matrices": {
"description": "UNDOCUMENTED",
"title": "Rebuild Animation Matrices",
"type": "boolean"
},
"textures": {
"type": "array",
"minItems": 1,
@@ -208,9 +215,7 @@
"title": "Uv Anim"
}
}
},
"description": "UNDOCUMENTED: render controllers",
"title": "Render Controllers"
}
}
}
}