Remove non-existing families and sort the list alphabetically

This commit is contained in:
Roy Nieterau 2017-09-28 14:33:47 +02:00
parent 10075f83d3
commit dfd42bfaf9

View file

@ -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):