mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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):
|
class CollectCurrentFile(pyblish.api.ContextPlugin):
|
||||||
"""Inject the current working file into context"""
|
"""Inject the current working file into context"""
|
||||||
|
|
||||||
order = pyblish.api.CollectorOrder - 0.5
|
order = pyblish.api.CollectorOrder - 0.49
|
||||||
label = "Current File"
|
label = "Current File"
|
||||||
hosts = ["photoshop"]
|
hosts = ["photoshop"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue