fix: separate objects

Related to #175
This commit is contained in:
Swann
2021-02-19 10:00:00 +01:00
parent a91bae3506
commit 88bab2a4c6
3 changed files with 14 additions and 5 deletions

View File

@ -997,11 +997,6 @@ def depsgraph_evaluation(scene):
# - if its to someone else, ignore the update
if node and node.owner in [session.id, RP_COMMON]:
if node.state == UP:
# Avoid slow geometry update
if 'EDIT' in context.mode and \
not settings.sync_flags.sync_during_editmode:
break
try:
if node.has_changed():
session.commit(node.uuid)