From c6ebcd3233394e9274026562bf3bda0ad4ea132e Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 16 Feb 2021 15:09:30 +0100 Subject: [PATCH] added groups on each anatomy item instead of anatomy itself --- .../settings/entities/schemas/projects_schema/schema_main.json | 2 +- .../projects_schema/schemas/schema_anatomy_attributes.json | 1 + .../projects_schema/schemas/schema_anatomy_imageio.json | 1 + .../projects_schema/schemas/schema_anatomy_templates.json | 3 ++- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pype/settings/entities/schemas/projects_schema/schema_main.json b/pype/settings/entities/schemas/projects_schema/schema_main.json index 9a62164cea..8ad059f1c7 100644 --- a/pype/settings/entities/schemas/projects_schema/schema_main.json +++ b/pype/settings/entities/schemas/projects_schema/schema_main.json @@ -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", diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json index b045ef978b..3e85c422e1 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json @@ -4,6 +4,7 @@ "key": "attributes", "label": "Attributes", "is_file": true, + "is_group": true, "children": [ { "type": "number", diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json index 3242b6536e..8f7d2cc283 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json @@ -3,6 +3,7 @@ "key": "imageio", "label": "Color Management and Output Formats", "is_file": true, + "is_group": true, "children": [ { "key": "hiero", diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json index 1f545f14be..cffb760374 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json @@ -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",