fix: none result while trying to access a node
This commit is contained in:
parent
5d52fb2460
commit
49a419cbe2
@ -623,7 +623,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 [client.id, RP_COMMON] and node.state == UP:
|
||||
if node and node.owner in [client.id, RP_COMMON] and node.state == UP:
|
||||
# Avoid slow geometry update
|
||||
if 'EDIT' in context.mode:
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user