refactor: enable partial delta based replication
This commit is contained in:
@ -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:
|
||||||
|
@ -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
|
||||||
|
Submodule multi_user/libs/replication updated: 9cd1f2e435...dd15f6eae0
Reference in New Issue
Block a user