mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove non-existing families and sort the list alphabetically
This commit is contained in:
parent
10075f83d3
commit
dfd42bfaf9
1 changed files with 6 additions and 9 deletions
|
|
@ -23,17 +23,14 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Integrate Asset"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
families = ["colorbleed.model",
|
||||
"colorbleed.rig",
|
||||
"colorbleed.animation",
|
||||
"colorbleed.pointcache",
|
||||
families = ["colorbleed.animation",
|
||||
"colorbleed.camera",
|
||||
"colorbleed.look",
|
||||
"colorbleed.texture",
|
||||
"colorbleed.historyLookdev",
|
||||
"colorbleed.group",
|
||||
"colorbleed.imagesequence",
|
||||
"colorbleed.mayaAscii"]
|
||||
"colorbleed.look",
|
||||
"colorbleed.mayaAscii"
|
||||
"colorbleed.model",
|
||||
"colorbleed.pointcache",
|
||||
"colorbleed.rig"]
|
||||
|
||||
def process(self, instance):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue