feat: id accessor

This commit is contained in:
Swann Martinez
2020-03-04 18:28:42 +01:00
parent aef1d8987c
commit b2475081b6
2 changed files with 2 additions and 2 deletions

View File

@ -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