diff --git a/openpype/hooks/pre_with_windows_shell.py b/openpype/hooks/pre_with_windows_shell.py index a06191ad04..e26c31532b 100644 --- a/openpype/hooks/pre_with_windows_shell.py +++ b/openpype/hooks/pre_with_windows_shell.py @@ -11,7 +11,8 @@ class LaunchWithWindowsShell(PreLaunchHook): instead. """ - order = 10 + # Should be as last hook becuase must change launch arguments to string + order = 1000 app_groups = ["resolve", "nuke", "nukex", "hiero", "nukestudio"] platforms = ["windows"]