From 8d1cdbfd14283f8ad258ce7976331187d8454c91 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 17 Nov 2020 16:13:36 +0100 Subject: [PATCH] added unchangable template to hosts --- .../system_schema/host_settings/schema_blender.json | 7 ++----- .../system_schema/host_settings/schema_celaction.json | 7 ++----- .../system_schema/host_settings/schema_djv.json | 7 ++----- .../system_schema/host_settings/schema_fusion.json | 7 ++----- .../system_schema/host_settings/schema_harmony.json | 7 ++----- .../system_schema/host_settings/schema_houdini.json | 7 ++----- .../system_schema/host_settings/schema_maya.json | 7 ++----- .../system_schema/host_settings/schema_photoshop.json | 7 ++----- .../system_schema/host_settings/schema_resolve.json | 7 ++----- .../system_schema/host_settings/schema_unreal.json | 7 ++----- .../system_schema/host_settings/template_host_variant.json | 7 +++++++ .../system_schema/host_settings/template_nuke.json | 7 ++----- 12 files changed, 29 insertions(+), 55 deletions(-) diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_blender.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_blender.json index e92449f9aa..28adf347b1 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_blender.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_blender.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_celaction.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_celaction.json index 9261f7f709..ac872267d8 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_celaction.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_celaction.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_djv.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_djv.json index 86457db864..987bb382db 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_djv.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_djv.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_fusion.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_fusion.json index c76edae49c..b2ce01b7db 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_fusion.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_fusion.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_harmony.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_harmony.json index 3736d6a28d..80bc9864f0 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_harmony.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_harmony.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_houdini.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_houdini.json index 30b1cbc514..ace2a3106c 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_houdini.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_houdini.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_maya.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_maya.json index ebdc2c9e84..eb055863b8 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_maya.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_maya.json @@ -11,11 +11,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_photoshop.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_photoshop.json index f3975771d5..f86f6ff055 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_photoshop.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_photoshop.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_resolve.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_resolve.json index 6360852331..e6d0a6a84d 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_resolve.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_resolve.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_unreal.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_unreal.json index 79c9494cc3..6c2778f470 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_unreal.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/schema_unreal.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_host_variant.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_host_variant.json index 85053d0bef..ce3a75e871 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_host_variant.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_host_variant.json @@ -31,6 +31,13 @@ "placeholder": "Only \"Label\" is used if not filled.", "roles": ["developer"] }, + { + "type": "text", + "key": "icon", + "label": "Icon", + "placeholder": "Host icon path template. Used from host if not filled.", + "roles": ["developer"] + }, { "type": "path-widget", "key": "executables", diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_nuke.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_nuke.json index 0ec54a0bab..e8a8fc3799 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_nuke.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/template_nuke.json @@ -10,11 +10,8 @@ "label": "Enabled" }, { - "type": "text", - "key": "label", - "label": "Label", - "placeholder": "Host label (without any version)", - "roles": ["developer"] + "type": "schema_template", + "name": "template_host_unchangables" }, { "key": "environment",