From 0d71f7c216e2336967408c932c9b6e17a8791cfb Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 8 Apr 2021 09:50:20 +0200 Subject: [PATCH] remove mayabatch from applications --- .../host_settings/schema_mayabatch.json | 41 ------------------- .../system_schema/schema_applications.json | 4 -- 2 files changed, 45 deletions(-) delete mode 100644 openpype/settings/entities/schemas/system_schema/host_settings/schema_mayabatch.json diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_mayabatch.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_mayabatch.json deleted file mode 100644 index 93e3adbd8e..0000000000 --- a/openpype/settings/entities/schemas/system_schema/host_settings/schema_mayabatch.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "dict", - "key": "mayabatch", - "label": "Autodesk Maya Batch", - "collapsible": true, - "checkbox_key": "enabled", - "children": [ - { - "type": "boolean", - "key": "enabled", - "label": "Enabled" - }, - { - "type": "schema_template", - "name": "template_host_unchangables" - }, - { - "key": "environment", - "label": "Environment", - "type": "raw-json" - }, - { - "type": "dict-modifiable", - "key": "variants", - "collapsible_key": true, - "dynamic_label": false, - "use_label_wrap": false, - "object_type": { - "type": "dict", - "collapsible": true, - "checkbox_key": "enabled", - "children": [ - { - "type": "schema_template", - "name": "template_host_variant_items" - } - ] - } - } - ] -} diff --git a/openpype/settings/entities/schemas/system_schema/schema_applications.json b/openpype/settings/entities/schemas/system_schema/schema_applications.json index 61d47df8b6..efdd021ede 100644 --- a/openpype/settings/entities/schemas/system_schema/schema_applications.json +++ b/openpype/settings/entities/schemas/system_schema/schema_applications.json @@ -9,10 +9,6 @@ "type": "schema", "name": "schema_maya" }, - { - "type": "schema", - "name": "schema_mayabatch" - }, { "type": "schema_template", "name": "template_nuke",