From c3651da644b992d2704f1f3bfb35b167ac2fcc88 Mon Sep 17 00:00:00 2001 From: Thomas Fricard Date: Tue, 21 Mar 2023 09:26:44 +0100 Subject: [PATCH] remove with_handles options in project settings --- openpype/hosts/maya/plugins/create/create_animation.py | 1 - openpype/settings/defaults/project_settings/maya.json | 1 - .../schemas/projects_schema/schemas/schema_maya_create.json | 5 ----- 3 files changed, 7 deletions(-) diff --git a/openpype/hosts/maya/plugins/create/create_animation.py b/openpype/hosts/maya/plugins/create/create_animation.py index c8fcddc783..f992ff2c1a 100644 --- a/openpype/hosts/maya/plugins/create/create_animation.py +++ b/openpype/hosts/maya/plugins/create/create_animation.py @@ -15,7 +15,6 @@ class CreateAnimation(plugin.Creator): write_face_sets = False include_parent_hierarchy = False include_user_defined_attributes = False - with_handles = True def __init__(self, *args, **kwargs): super(CreateAnimation, self).__init__(*args, **kwargs) diff --git a/openpype/settings/defaults/project_settings/maya.json b/openpype/settings/defaults/project_settings/maya.json index ac920c16d4..a8689524db 100644 --- a/openpype/settings/defaults/project_settings/maya.json +++ b/openpype/settings/defaults/project_settings/maya.json @@ -150,7 +150,6 @@ "write_face_sets": false, "include_parent_hierarchy": false, "include_user_defined_attributes": false, - "with_handles": false, "defaults": [ "Main" ] diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json index 040dcaea61..a8b76a0331 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json @@ -147,11 +147,6 @@ "key": "include_user_defined_attributes", "label": "Include User Defined Attributes" }, - { - "type": "boolean", - "key": "with_handles", - "label": "With Handles" - }, { "type": "list", "key": "defaults",