added settings for houdini

This commit is contained in:
iLLiCiTiT 2021-06-22 10:40:13 +02:00
parent b9861d48de
commit cc79caa90f
2 changed files with 31 additions and 0 deletions

View file

@ -82,6 +82,10 @@
"type": "schema",
"name": "schema_project_hiero"
},
{
"type": "schema",
"name": "schema_project_houdini"
},
{
"type": "schema",
"name": "schema_project_blender"

View file

@ -0,0 +1,27 @@
{
"type": "dict",
"collapsible": true,
"key": "houdini",
"label": "Houdini",
"is_file": true,
"children": [
{
"type": "dict",
"collapsible": true,
"key": "publish",
"label": "Publish plugins",
"children": [
{
"type": "schema_template",
"name": "template_publish_plugin",
"template_data": [
{
"key": "ValidateContainers",
"label": "ValidateContainers"
}
]
}
]
}
]
}