mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(global): adding hosts filtering
This commit is contained in:
parent
5db27b706d
commit
138557a470
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ class CollectProjectData(pyblish.api.ContextPlugin):
|
|||
|
||||
label = "Collect Project Data"
|
||||
order = pyblish.api.CollectorOrder - 0.1
|
||||
hosts = ["nukestudio"]
|
||||
|
||||
def process(self, context):
|
||||
# get project data from avalon db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue