feat: id accessor
This commit is contained in:
Submodule multi_user/libs/replication updated: 1aab152fa3...cb31158d22
@ -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
|
||||
|
Reference in New Issue
Block a user