diff --git a/openpype/settings/defaults/system_settings/applications.json b/openpype/settings/defaults/system_settings/applications.json index 4a8b6d82a2..b1f84944c5 100644 --- a/openpype/settings/defaults/system_settings/applications.json +++ b/openpype/settings/defaults/system_settings/applications.json @@ -1171,58 +1171,6 @@ } } }, - "shell": { - "enabled": true, - "environment": {}, - "variants": { - "python_3-7": { - "use_python_2": true, - "executables": { - "windows": [], - "darwin": [], - "linux": [] - }, - "arguments": { - "windows": [], - "darwin": [], - "linux": [] - }, - "environment": {} - }, - "python_2-7": { - "use_python_2": true, - "executables": { - "windows": [], - "darwin": [], - "linux": [] - }, - "arguments": { - "windows": [], - "darwin": [], - "linux": [] - }, - "environment": {} - }, - "terminal": { - "use_python_2": true, - "executables": { - "windows": [], - "darwin": [], - "linux": [] - }, - "arguments": { - "windows": [], - "darwin": [], - "linux": [] - }, - "environment": {} - }, - "__dynamic_keys_labels__": { - "python_3-7": "Python 3.7", - "python_2-7": "Python 2.7" - } - } - }, "djvview": { "enabled": true, "label": "DJV View", diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_shell.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_shell.json deleted file mode 100644 index 986f83a9fc..0000000000 --- a/openpype/settings/entities/schemas/system_schema/host_settings/schema_shell.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "dict", - "key": "shell", - "label": "Shell", - "collapsible": true, - "checkbox_key": "enabled", - "children": [ - { - "type": "boolean", - "key": "enabled", - "label": "Enabled" - }, - { - "key": "environment", - "label": "Environment", - "type": "raw-json" - }, - { - "type": "dict-modifiable", - "key": "variants", - "collapsible_key": true, - "use_label_wrap": false, - "object_type": { - "type": "dict", - "collapsible": true, - "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 1767250aae..dcca9a186f 100644 --- a/openpype/settings/entities/schemas/system_schema/schema_applications.json +++ b/openpype/settings/entities/schemas/system_schema/schema_applications.json @@ -85,10 +85,6 @@ "type": "schema", "name": "schema_unreal" }, - { - "type": "schema", - "name": "schema_shell" - }, { "type": "schema", "name": "schema_djv"