From 6a01b117fd8e30ba2c80f6044cf4f2e94fd68ba9 Mon Sep 17 00:00:00 2001 From: Thomas Fricard Date: Wed, 22 Mar 2023 12:07:09 +0100 Subject: [PATCH] add a with_handles option in maya settings --- .../settings/defaults/project_settings/maya.json | 3 +++ .../projects_schema/schema_project_maya.json | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/openpype/settings/defaults/project_settings/maya.json b/openpype/settings/defaults/project_settings/maya.json index a8689524db..7681babd7f 100644 --- a/openpype/settings/defaults/project_settings/maya.json +++ b/openpype/settings/defaults/project_settings/maya.json @@ -1144,6 +1144,9 @@ } ] }, + "with_handles": { + "handles_task_types": [] + }, "templated_workfile_build": { "profiles": [] }, diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_maya.json b/openpype/settings/entities/schemas/projects_schema/schema_project_maya.json index 47dfb37024..f16588be56 100644 --- a/openpype/settings/entities/schemas/projects_schema/schema_project_maya.json +++ b/openpype/settings/entities/schemas/projects_schema/schema_project_maya.json @@ -151,6 +151,19 @@ } ] }, + { + "type": "dict", + "key": "with_handles", + "collapsible": true, + "label": "Include handles", + "children": [ + { + "key": "handles_task_types", + "label": "Task types", + "type": "task-types-enum" + } + ] + }, { "type": "schema", "name": "schema_scriptsmenu"