refactor: enable partial delta based replication
This commit is contained in:
parent
1fc25412ac
commit
e9b4afb440
@ -90,6 +90,7 @@ class BlCollection(ReplicatedDatablock):
|
||||
bl_check_common = True
|
||||
bl_reload_parent = False
|
||||
|
||||
use_delta = True
|
||||
|
||||
@staticmethod
|
||||
def construct(data: dict) -> object:
|
||||
|
@ -373,6 +373,7 @@ def load_sequence(sequence_data: dict,
|
||||
|
||||
class BlScene(ReplicatedDatablock):
|
||||
is_root = True
|
||||
use_delta = True
|
||||
|
||||
bl_id = "scenes"
|
||||
bl_class = bpy.types.Scene
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9cd1f2e43545708ffe879c7b53d6e32e90c258f9
|
||||
Subproject commit dd15f6eae0d0eb71e09bc76e837848c70c5357c0
|
Loading…
Reference in New Issue
Block a user