mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Refactor integrator labels
This commit is contained in:
parent
a3757636e7
commit
b4697b6e1a
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
"data": additional metadata for each representation.
|
||||
"""
|
||||
|
||||
label = "Integrate Asset New"
|
||||
label = "Integrate Asset"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
hosts = ["maya"]
|
||||
families = ["workfile",
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"data": additional metadata for each representation.
|
||||
"""
|
||||
|
||||
label = "Integrate Asset New"
|
||||
label = "Integrate Asset (legacy)"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
hosts = ["aftereffects", "blender", "celaction", "flame", "harmony",
|
||||
"hiero", "houdini", "nuke", "photoshop", "resolve",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue