From 5ae59c34d122e574977cb6c62444776cc4f7a5af Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 11 Aug 2020 19:25:36 +0200 Subject: [PATCH] collect project assets is only for "image" family --- .../standalonepublisher/publish/collect_project_assets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/plugins/standalonepublisher/publish/collect_project_assets.py b/pype/plugins/standalonepublisher/publish/collect_project_assets.py index ced8772b5a..2bb4ca3f39 100644 --- a/pype/plugins/standalonepublisher/publish/collect_project_assets.py +++ b/pype/plugins/standalonepublisher/publish/collect_project_assets.py @@ -11,6 +11,7 @@ class CollectProjectAssets(pyblish.api.ContextPlugin): label = "Collect Project Assets" order = pyblish.api.CollectorOrder - 0.1 hosts = ["standalonepublisher"] + family = ["image"] def process(self, context): project_assets = {