From d0cec634b36c1bc105edfa7b9d0d68976749256d Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Thu, 29 Apr 2021 10:49:31 +0200 Subject: [PATCH] Resolve: unversion variant to `stable` --- openpype/settings/defaults/project_anatomy/attributes.json | 2 +- openpype/settings/defaults/system_settings/applications.json | 4 ++-- .../schemas/system_schema/host_settings/schema_resolve.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openpype/settings/defaults/project_anatomy/attributes.json b/openpype/settings/defaults/project_anatomy/attributes.json index 3ad6761331..e2c97cb052 100644 --- a/openpype/settings/defaults/project_anatomy/attributes.json +++ b/openpype/settings/defaults/project_anatomy/attributes.json @@ -14,7 +14,7 @@ "nuke/12-2", "nukex/12-2", "hiero/12-2", - "resolve/16", + "resolve/stable", "houdini/18-5", "blender/2-91", "harmony/20", diff --git a/openpype/settings/defaults/system_settings/applications.json b/openpype/settings/defaults/system_settings/applications.json index 56d63ecf09..f99f048bdf 100644 --- a/openpype/settings/defaults/system_settings/applications.json +++ b/openpype/settings/defaults/system_settings/applications.json @@ -758,9 +758,9 @@ "RESOLVE_DEV": "True" }, "variants": { - "16": { + "stable": { "enabled": true, - "variant_label": "16", + "variant_label": "stable", "use_python_2": false, "executables": { "windows": [ diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json index ab2b86bf87..8524c92e86 100644 --- a/openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json +++ b/openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json @@ -28,8 +28,8 @@ "name": "template_host_variant", "template_data": [ { - "app_variant_label": "16", - "app_variant": "16" + "app_variant_label": "stable", + "app_variant": "stable" } ] }