mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
nuke: removing custom order
This commit is contained in:
parent
ca050aa9ae
commit
33b407be36
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import pyblish.api
|
|||
class CollectWorkfile(pyblish.api.InstancePlugin):
|
||||
"""Collect current script for publish."""
|
||||
|
||||
order = pyblish.api.CollectorOrder - 0.498
|
||||
order = pyblish.api.CollectorOrder
|
||||
label = "Collect Workfile"
|
||||
hosts = ['nuke']
|
||||
families = ["workfile"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue