From ce749e6dcdde1df0a7100700168e19baf92518fb Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Mon, 7 Oct 2019 15:07:44 +0200 Subject: [PATCH] fix(global): adding hosts to filter out unneeded hosts --- pype/plugins/global/publish/collect_templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/plugins/global/publish/collect_templates.py b/pype/plugins/global/publish/collect_templates.py index b3aecca21a..f65433380b 100644 --- a/pype/plugins/global/publish/collect_templates.py +++ b/pype/plugins/global/publish/collect_templates.py @@ -23,6 +23,7 @@ class CollectTemplates(pyblish.api.InstancePlugin): order = pyblish.api.CollectorOrder + 0.1 label = "Collect and fill Templates" + hosts = ["maya", "nuke", "standalonepublisher"] def process(self, instance): # get all the stuff from the database