mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/hosts/nuke/plugins/publish/collect_headless_farm.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
4c6eb7a84d
commit
23ee1caa44
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class CollectHeadlessFarm(pyblish.api.ContextPlugin):
|
|||
"""Setup instances for headless farm submission."""
|
||||
|
||||
# Needs to be after CollectFromCreateContext
|
||||
order = pyblish.api.CollectorOrder - 0.4
|
||||
order = pyblish.api.CollectorOrder - 0.49
|
||||
label = "Collect Headless Farm"
|
||||
hosts = ["nuke"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue