mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
make sure legacy integrator happens after new integrator
This commit is contained in:
parent
30db574170
commit
3c35cbc700
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ from pymongo import DeleteMany, ReplaceOne, InsertOne, UpdateOne
|
|||
import pyblish.api
|
||||
|
||||
import openpype.api
|
||||
from openpype.modules import ModulesManager
|
||||
from openpype.lib.profiles_filtering import filter_profiles
|
||||
from openpype.lib.file_transaction import FileTransaction
|
||||
from openpype.pipeline import legacy_io
|
||||
|
|
|
|||
|
|
@ -70,7 +70,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"""
|
||||
|
||||
label = "Integrate Asset (legacy)"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
# Make sure it happens after new integrator
|
||||
order = pyblish.api.IntegratorOrder + 0.00001
|
||||
hosts = ["aftereffects", "blender", "celaction", "flame", "harmony",
|
||||
"hiero", "houdini", "nuke", "photoshop", "resolve",
|
||||
"standalonepublisher", "traypublisher", "tvpaint", "unreal",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue