mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
wrapped other tools to dict-invisible to keep same structure
This commit is contained in:
parent
08b21b6ccf
commit
e629403844
1 changed files with 29 additions and 23 deletions
|
|
@ -5,27 +5,33 @@
|
|||
"collapsable": true,
|
||||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_arnold"
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_vray"
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_yeti"
|
||||
},
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_tool_variant",
|
||||
"template_data": [
|
||||
{
|
||||
"tool_name": "othertools",
|
||||
"tool_label": "Other Tools and Plugins"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_arnold"
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_vray"
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_yeti"
|
||||
},
|
||||
{
|
||||
"type": "dict-invisible",
|
||||
"key": "other",
|
||||
"children": [
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_tool_variant",
|
||||
"template_data": [
|
||||
{
|
||||
"tool_name": "othertools",
|
||||
"tool_label": "Other Tools and Plugins"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue