Merge branch 'develop' into 173-differential-revision-milestone-2-replication-refactoring

This commit is contained in:
Swann
2021-03-14 17:46:23 +01:00
2 changed files with 13 additions and 5 deletions

View File

@ -996,7 +996,7 @@ def depsgraph_evaluation(scene):
# - if its ours or ( under common and diff), launch the
# update process
# - if its to someone else, ignore the update
if node and node.owner in [session.id, RP_COMMON]:
if node and (node.owner == session.id or node.bl_check_common):
if node.state == UP:
try:
if node.has_changed():