From e3f53f97167ca7cf95671d847837478540a3fe0b Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 26 May 2021 15:47:02 +0200 Subject: [PATCH] settings: reverse workfile build commits --- .../schemas/schema_workfile_build.json | 207 +++++++----------- 1 file changed, 85 insertions(+), 122 deletions(-) diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json index 1b1b366608..078bb81bba 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json @@ -5,130 +5,93 @@ "label": "Workfile Build Settings", "children": [ { - "type": "dict", - "collapsible": false, - "key": "pre_hooks", - "label": "Pre Launch Hooks", - "is_group": true, - "children": [ - { - "type": "dict", - "collapsible": true, - "key": "create_first_version", - "label": "Create First Version", - "checkbox_key": "enabled", - "children": [ - { - "type": "boolean", - "key": "enabled", - "label": "Enabled" - }, - { - "type": "path", - "key": "template_path", - "label": "Path to template", - "multiplatform": true, - "multipath": true + "type": "list", + "key": "profiles", + "label": "Profiles", + "object_type": { + "type": "dict", + "children": [ + { + "key": "tasks", + "label": "Tasks", + "type": "list", + "object_type": "text" + }, + { + "type": "splitter" + }, + { + "key": "current_context", + "label": "Current Context", + "type": "list", + "highlight_content": true, + "object_type": { + "type": "dict", + "children": [ + { + "key": "subset_name_filters", + "label": "Subset name Filters", + "type": "list", + "object_type": "text" + }, + { + "key": "families", + "label": "Families", + "type": "list", + "object_type": "text" + }, + { + "key": "repre_names", + "label": "Repre Names", + "type": "list", + "object_type": "text" + }, + { + "key": "loaders", + "label": "Loaders", + "type": "list", + "object_type": "text" + } + ] } - ] - } - - ] - }, - { - "type": "collapsible-wrap", - "label": "Building Profiles", - "children": [ - { - "type": "list", - "key": "profiles", - "label": "Profiles", - "object_type": { - "type": "dict", - "children": [ - { - "key": "tasks", - "label": "Tasks", - "type": "list", - "object_type": "text" - }, - { - "type": "splitter" - }, - { - "key": "current_context", - "label": "Current Context", - "type": "list", - "highlight_content": true, - "object_type": { - "type": "dict", - "children": [ - { - "key": "subset_name_filters", - "label": "Subset name Filters", - "type": "list", - "object_type": "text" - }, - { - "key": "families", - "label": "Families", - "type": "list", - "object_type": "text" - }, - { - "key": "repre_names", - "label": "Repre Names", - "type": "list", - "object_type": "text" - }, - { - "key": "loaders", - "label": "Loaders", - "type": "list", - "object_type": "text" - } - ] + }, + { + "key": "linked_assets", + "label": "Linked Assets", + "type": "list", + "highlight_content": true, + "object_type": { + "type": "dict", + "children": [ + { + "key": "subset_name_filters", + "label": "Subset name Filters", + "type": "list", + "object_type": "text" + }, + { + "key": "families", + "label": "Families", + "type": "list", + "object_type": "text" + }, + { + "key": "repre_names", + "label": "Repre Names", + "type": "list", + "object_type": "text" + }, + { + "key": "loaders", + "label": "Loaders", + "type": "list", + "object_type": "text" } - }, - { - "key": "linked_assets", - "label": "Linked Assets", - "type": "list", - "highlight_content": true, - "object_type": { - "type": "dict", - "children": [ - { - "key": "subset_name_filters", - "label": "Subset name Filters", - "type": "list", - "object_type": "text" - }, - { - "key": "families", - "label": "Families", - "type": "list", - "object_type": "text" - }, - { - "key": "repre_names", - "label": "Repre Names", - "type": "list", - "object_type": "text" - }, - { - "key": "loaders", - "label": "Loaders", - "type": "list", - "object_type": "text" - } - ] - } - } - ] + ] + } } - } - ] + ] + } } ] -} +} \ No newline at end of file