fix: enable binrary differentialback

feat: ignore material node bl_label
This commit is contained in:
Swann
2020-10-12 13:33:49 +02:00
parent d3969b4fd4
commit 0d9ce43e74
2 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class BlDatablock(ReplicatedDatablock):
if instance and hasattr(instance, 'uuid'):
instance.uuid = self.uuid
# self.diff_method = DIFF_BINARY
self.diff_method = DIFF_BINARY
def resolve(self):
datablock_ref = None

View File

@ -105,6 +105,7 @@ def dump_node(node):
"show_expanded",
"name_full",
"select",
"bl_label",
"bl_height_min",
"bl_height_max",
"bl_height_default",