refactor: enable partial delta based replication

This commit is contained in:
Swann 2021-06-11 15:28:37 +02:00
parent 1fc25412ac
commit e9b4afb440
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
3 changed files with 3 additions and 1 deletions

View File

@ -90,6 +90,7 @@ class BlCollection(ReplicatedDatablock):
bl_check_common = True bl_check_common = True
bl_reload_parent = False bl_reload_parent = False
use_delta = True
@staticmethod @staticmethod
def construct(data: dict) -> object: def construct(data: dict) -> object:

View File

@ -373,6 +373,7 @@ def load_sequence(sequence_data: dict,
class BlScene(ReplicatedDatablock): class BlScene(ReplicatedDatablock):
is_root = True is_root = True
use_delta = True
bl_id = "scenes" bl_id = "scenes"
bl_class = bpy.types.Scene bl_class = bpy.types.Scene

@ -1 +1 @@
Subproject commit 9cd1f2e43545708ffe879c7b53d6e32e90c258f9 Subproject commit dd15f6eae0d0eb71e09bc76e837848c70c5357c0