From 4377dbb02681ccb42628366c16e6c3429d2430f7 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 8 Apr 2021 10:46:01 +0200 Subject: [PATCH] removed resolve from shell prelaunch hook --- openpype/hooks/pre_with_windows_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hooks/pre_with_windows_shell.py b/openpype/hooks/pre_with_windows_shell.py index e26c31532b..0c10583b99 100644 --- a/openpype/hooks/pre_with_windows_shell.py +++ b/openpype/hooks/pre_with_windows_shell.py @@ -13,7 +13,7 @@ class LaunchWithWindowsShell(PreLaunchHook): # Should be as last hook becuase must change launch arguments to string order = 1000 - app_groups = ["resolve", "nuke", "nukex", "hiero", "nukestudio"] + app_groups = ["nuke", "nukex", "hiero", "nukestudio"] platforms = ["windows"] def execute(self):