mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added remaining hosts to integrator hosts
This commit is contained in:
parent
1a024d3552
commit
0ebd4b7c9a
1 changed files with 4 additions and 1 deletions
|
|
@ -105,7 +105,10 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Integrate Asset"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
hosts = ["maya"]
|
||||
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