mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2053 - bump down order of collector for current file
It depends on valid extension
This commit is contained in:
parent
97404abf43
commit
5dc2fd0588
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from avalon import photoshop
|
|||
class CollectCurrentFile(pyblish.api.ContextPlugin):
|
||||
"""Inject the current working file into context"""
|
||||
|
||||
order = pyblish.api.CollectorOrder - 0.5
|
||||
order = pyblish.api.CollectorOrder - 0.49
|
||||
label = "Current File"
|
||||
hosts = ["photoshop"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue