From 3f933d07367c1db68c79e596a525cc6666bf1f44 Mon Sep 17 00:00:00 2001 From: wikoreman Date: Tue, 18 Sep 2018 14:16:02 +0200 Subject: [PATCH] Renamed plugin, added colorbleed.model --- colorbleed/plugins/houdini/load/load_alembic.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/colorbleed/plugins/houdini/load/load_alembic.py b/colorbleed/plugins/houdini/load/load_alembic.py index 5043ba5a0d..94e3894d05 100644 --- a/colorbleed/plugins/houdini/load/load_alembic.py +++ b/colorbleed/plugins/houdini/load/load_alembic.py @@ -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"