fix: enable binrary differentialback
feat: ignore material node bl_label
This commit is contained in:
@ -128,7 +128,7 @@ class BlDatablock(ReplicatedDatablock):
|
|||||||
if instance and hasattr(instance, 'uuid'):
|
if instance and hasattr(instance, 'uuid'):
|
||||||
instance.uuid = self.uuid
|
instance.uuid = self.uuid
|
||||||
|
|
||||||
# self.diff_method = DIFF_BINARY
|
self.diff_method = DIFF_BINARY
|
||||||
|
|
||||||
def resolve(self):
|
def resolve(self):
|
||||||
datablock_ref = None
|
datablock_ref = None
|
||||||
|
@ -105,6 +105,7 @@ def dump_node(node):
|
|||||||
"show_expanded",
|
"show_expanded",
|
||||||
"name_full",
|
"name_full",
|
||||||
"select",
|
"select",
|
||||||
|
"bl_label",
|
||||||
"bl_height_min",
|
"bl_height_min",
|
||||||
"bl_height_max",
|
"bl_height_max",
|
||||||
"bl_height_default",
|
"bl_height_default",
|
||||||
|
Reference in New Issue
Block a user