mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix(global): adding hosts to filter out unneeded hosts
This commit is contained in:
parent
4ad91c0dff
commit
ce749e6dcd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue