mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(nks): order of plugin,
fix(nuke): typo in namespace
This commit is contained in:
parent
1c5c9f4452
commit
b1af132508
2 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ class CollectHierarchyInstance(pyblish.api.ContextPlugin):
|
|||
"""
|
||||
|
||||
label = "Collect Hierarchy Clip"
|
||||
order = pyblish.api.CollectorOrder + 0.101
|
||||
order = pyblish.api.CollectorOrder + 0.102
|
||||
families = ["clip"]
|
||||
|
||||
def convert_to_entity(self, key, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue