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} 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):