mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Set up old vs. new integrator per host
This commit is contained in:
parent
148ac26bf9
commit
035c4d2f93
2 changed files with 5 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Integrate Asset New"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
hosts = ["maya"]
|
||||
families = ["workfile",
|
||||
"pointcache",
|
||||
"camera",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue