fix: disable mutable delta for scene
This commit is contained in:
parent
6ca6d4443d
commit
ad89a4e389
@ -576,11 +576,11 @@ class BlScene(ReplicatedDatablock):
|
||||
|
||||
diff_params = {
|
||||
'exclude_paths': exclude_path,
|
||||
'ignore_order': True,
|
||||
'report_repetition': True
|
||||
# 'ignore_order': True,
|
||||
# 'report_repetition': True
|
||||
}
|
||||
delta_params = {
|
||||
'mutate': True
|
||||
# 'mutate': True
|
||||
}
|
||||
|
||||
return Delta(
|
||||
|
Loading…
Reference in New Issue
Block a user