add UI booleans

This commit is contained in:
karimmozlia 2021-10-14 13:47:00 +02:00
parent 049ea39a70
commit 0c410bb2b1
2 changed files with 39 additions and 1 deletions

View file

@ -315,6 +315,21 @@
"optional": true,
"active": true
},
"ValidateRigContents": {
"enabled": false,
"optional": true,
"active": true
},
"ValidateJointsHidden": {
"enabled": false,
"optional": true,
"active": true
},
"ValidateRigControllers": {
"enabled": false,
"optional": true,
"active": true
},
"ValidateCameraAttributes": {
"enabled": false,
"optional": true,

View file

@ -166,7 +166,6 @@
}
]
},
{
"type": "collapsible-wrap",
"label": "Model",
@ -329,6 +328,30 @@
}
]
},
{
"type": "collapsible-wrap",
"label": "Rig",
"children": [
{
"type": "schema_template",
"name": "template_publish_plugin",
"template_data": [
{
"key": "ValidateRigContents",
"label": "Validate Rig Contents"
},
{
"key": "ValidateJointsHidden",
"label": "Validate Joints Hidden"
},
{
"key": "ValidateRigControllers",
"label": "Validate Rig Controllers"
}
]
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",