mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
removed lock_id_attr function
This commit is contained in:
parent
5eaf66c55c
commit
a3e704e5bb
1 changed files with 0 additions and 3 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue