clan: remove diff_method
This commit is contained in:
parent
2304563b6e
commit
4d69faf186
@ -44,7 +44,7 @@ from . import environment
|
||||
|
||||
|
||||
DEPENDENCIES = {
|
||||
("replication", '0.1.23'),
|
||||
("replication", '0.1.24'),
|
||||
}
|
||||
|
||||
|
||||
|
@ -129,11 +129,6 @@ class BlDatablock(ReplicatedDatablock):
|
||||
if instance and hasattr(instance, 'uuid'):
|
||||
instance.uuid = self.uuid
|
||||
|
||||
if logging.getLogger().level == logging.DEBUG:
|
||||
self.diff_method = DIFF_JSON
|
||||
else:
|
||||
self.diff_method = DIFF_BINARY
|
||||
|
||||
def resolve(self, construct = True):
|
||||
datablock_ref = None
|
||||
datablock_root = getattr(bpy.data, self.bl_id)
|
||||
|
@ -69,7 +69,6 @@ class BlFile(ReplicatedDatablock):
|
||||
raise FileNotFoundError(str(self.instance))
|
||||
|
||||
self.preferences = utils.get_preferences()
|
||||
self.diff_method = DIFF_BINARY
|
||||
|
||||
def resolve(self, construct = True):
|
||||
if self.data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user