removed lock_id_attr function

This commit is contained in:
aardschok 2017-07-26 10:52:32 +02:00
parent 5eaf66c55c
commit a3e704e5bb

View file

@ -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"""