From a1ce257435e626e444776a955511bf704abcd678 Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Sat, 13 Dec 2025 18:57:32 +0800 Subject: [PATCH 1/2] 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} From 2bb206dd419f3fbcc66b13e502c4232630ebd4bb Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Fri, 19 Dec 2025 20:33:24 +0800 Subject: [PATCH 2/2] add zfab as resource path for marvelous designer integration --- client/ayon_core/plugins/publish/collect_resources_path.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ayon_core/plugins/publish/collect_resources_path.py b/client/ayon_core/plugins/publish/collect_resources_path.py index 704c69a6ab..afcb2f6a0f 100644 --- a/client/ayon_core/plugins/publish/collect_resources_path.py +++ b/client/ayon_core/plugins/publish/collect_resources_path.py @@ -70,6 +70,7 @@ class CollectResourcesPath(pyblish.api.InstancePlugin): "usd", "oxrig", "sbsar", + "zfab" ] def process(self, instance):