mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
added groups on each anatomy item instead of anatomy itself
This commit is contained in:
parent
5c5035d1a4
commit
c6ebcd3233
4 changed files with 5 additions and 2 deletions
|
|
@ -6,13 +6,13 @@
|
|||
"type": "anatomy",
|
||||
"key": "project_anatomy",
|
||||
"label": "Anatomy",
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "roots",
|
||||
"label": "Roots",
|
||||
"type": "anatomy_roots",
|
||||
"is_file": true,
|
||||
"is_group": true,
|
||||
"expandable": false,
|
||||
"object_type": {
|
||||
"type": "path-widget",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"key": "attributes",
|
||||
"label": "Attributes",
|
||||
"is_file": true,
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "number",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"key": "imageio",
|
||||
"label": "Color Management and Output Formats",
|
||||
"is_file": true,
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "hiero",
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"type": "dict",
|
||||
"collapsable": true,
|
||||
"key": "templates",
|
||||
"label": "Templates",
|
||||
"collapsable": true,
|
||||
"collapsable_key": true,
|
||||
"is_file": true,
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "number",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue