mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
change collect host name order to lower possible
This commit is contained in:
parent
283221e460
commit
84ee712ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class CollectHostName(pyblish.api.ContextPlugin):
|
||||||
"""Collect avalon host name to context."""
|
"""Collect avalon host name to context."""
|
||||||
|
|
||||||
label = "Collect Host Name"
|
label = "Collect Host Name"
|
||||||
order = pyblish.api.CollectorOrder - 1
|
order = pyblish.api.CollectorOrder - 0.5
|
||||||
|
|
||||||
def process(self, context):
|
def process(self, context):
|
||||||
host_name = context.data.get("hostName")
|
host_name = context.data.get("hostName")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue