From 5cfc7eea3d351ec00477764eb90267dbea675948 Mon Sep 17 00:00:00 2001 From: aardschok Date: Fri, 27 Oct 2017 17:49:24 +0200 Subject: [PATCH] removed the camera form the families --- colorbleed/plugins/maya/load/load_alembic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/colorbleed/plugins/maya/load/load_alembic.py b/colorbleed/plugins/maya/load/load_alembic.py index 52ddde51c4..e9f4ce284b 100644 --- a/colorbleed/plugins/maya/load/load_alembic.py +++ b/colorbleed/plugins/maya/load/load_alembic.py @@ -5,7 +5,6 @@ class AbcLoader(colorbleed.maya.plugin.ReferenceLoader): """Specific loader of Alembic for the avalon.animation family""" families = ["colorbleed.animation", - "colorbleed.camera", "colorbleed.pointcache"] label = "Reference animation" representations = ["abc"]