Renamed plugin, added colorbleed.model

This commit is contained in:
wikoreman 2018-09-18 14:16:02 +02:00
parent 27992f68e1
commit 3f933d0736

View file

@ -6,8 +6,10 @@ from avalon.houdini import pipeline, lib
class AbcLoader(api.Loader):
"""Specific loader of Alembic for the avalon.animation family"""
families = ["colorbleed.animation", "colorbleed.pointcache"]
label = "Load Animation"
families = ["colorbleed.model",
"colorbleed.animation",
"colorbleed.pointcache"]
label = "Load Alembic"
representations = ["abc"]
order = -10
icon = "code-fork"