diff --git a/multi_user/libs/replication b/multi_user/libs/replication index 1aab152..cb31158 160000 --- a/multi_user/libs/replication +++ b/multi_user/libs/replication @@ -1 +1 @@ -Subproject commit 1aab152fa36e11a6f99ff03e5d2bb6b1f9d344d5 +Subproject commit cb31158d22cb696778e1e4a13b22d6e1e15d1a9a diff --git a/multi_user/operators.py b/multi_user/operators.py index a3a77e1..d528b06 100644 --- a/multi_user/operators.py +++ b/multi_user/operators.py @@ -496,7 +496,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 (go deeper ?) - if node.owner in [session_infos.username, 'COMMON']: + if node.owner in [client.id, 'COMMON']: # Avoid slow geometry update if 'EDIT' in context.mode: break