Set up old vs. new integrator per host

This commit is contained in:
Roy Nieterau 2022-07-05 09:30:07 +02:00
parent 148ac26bf9
commit 035c4d2f93
2 changed files with 5 additions and 0 deletions

View file

@ -110,6 +110,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
label = "Integrate Asset New"
order = pyblish.api.IntegratorOrder
hosts = ["maya"]
families = ["workfile",
"pointcache",
"camera",

View file

@ -62,6 +62,10 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
label = "Integrate Asset New"
order = pyblish.api.IntegratorOrder
hosts = ["aftereffects", "blender", "celaction", "flame", "harmony",
"hiero", "houdini", "nuke", "photoshop", "resolve",
"standalonepublisher", "traypublisher", "tvpaint", "unreal",
"webpublisher"]
families = ["workfile",
"pointcache",
"camera",