From a1ce257435e626e444776a955511bf704abcd678 Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Sat, 13 Dec 2025 18:57:32 +0800 Subject: [PATCH] add marvelous designer as last workfile args --- client/ayon_core/hooks/pre_add_last_workfile_arg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ayon_core/hooks/pre_add_last_workfile_arg.py b/client/ayon_core/hooks/pre_add_last_workfile_arg.py index 752302bb20..28f6b08544 100644 --- a/client/ayon_core/hooks/pre_add_last_workfile_arg.py +++ b/client/ayon_core/hooks/pre_add_last_workfile_arg.py @@ -34,6 +34,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook): "silhouette", "gaffer", "loki", + "marvelousdesigner", } launch_types = {LaunchTypes.local}