mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(nks): moving order just behind Collect Clips
This commit is contained in:
parent
fa4c19083d
commit
569818a25d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class CollectInstanceVersion(api.InstancePlugin):
|
|||
version of the actual project.
|
||||
"""
|
||||
|
||||
order = api.CollectorOrder + 0.015
|
||||
order = api.CollectorOrder + 0.011
|
||||
label = "Collect Instance Version"
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue