feat: cleanup

This commit is contained in:
Swann Martinez 2020-03-13 15:05:00 +01:00
parent 3f7cb65393
commit 4a127e617c
No known key found for this signature in database
GPG Key ID: 414CCAFD8DA720E1
2 changed files with 1 additions and 17 deletions

View File

@ -77,22 +77,6 @@ class BlDatablock(ReplicatedDatablock):
self.diff_method = DIFF_BINARY
def library_apply(self):
"""Apply stored data
"""
# UP in case we want to reset our pointer data
self.state = UP
def bl_diff(self):
"""Generic datablock diff"""
return self.pointer.name != self.data['name']
def diff_library(self):
return False
def resolve_deps_library(self):
return [self.pointer.library]
def resolve(self):
datablock_ref = None
datablock_root = getattr(bpy.data, self.bl_id)

@ -1 +1 @@
Subproject commit 99bf94874a07890dc747ec53519aa34443a95146
Subproject commit f24d796fe30c601d1ecee6231dd845ceab4707e1