From a3e704e5bbe7c920e1c2cad2fe9676f813529485 Mon Sep 17 00:00:00 2001 From: aardschok Date: Wed, 26 Jul 2017 10:52:32 +0200 Subject: [PATCH] removed lock_id_attr function --- colorbleed/plugins/maya/load/load_animation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/colorbleed/plugins/maya/load/load_animation.py b/colorbleed/plugins/maya/load/load_animation.py index b29bbecece..9248b49287 100644 --- a/colorbleed/plugins/maya/load/load_animation.py +++ b/colorbleed/plugins/maya/load/load_animation.py @@ -37,12 +37,9 @@ class AbcLoader(api.Loader): returnNewNodes=True) # load colorbleed ID attribute - self.lock_id_attr(nodes) self[:] = nodes - def lock_id_attr(self): - pass class CurvesLoader(api.Loader): """Specific loader of Curves for the avalon.animation family"""