Blender Git Commit Log

Git Commits -> Revision 8b5af7f

Revision 8b5af7f by Lukas Toenne (object_nodes, strand_nodes)
December 3, 2015, 14:33 (GMT)
Disable explicit update calls _while_ the modal node link operator is running.

These update calls can have bad consequences such as removing node sockets,
which should not happen until after the operator is finished. This was already
questionable in the past. At some point all update handling for nodes should go
through the depsgraph rather than the current fragile update flag/callback system.

Commit Details:

Full Hash: 8b5af7f3cac14fd180b80faab1abf2c03b3ce1ff
Parent Commit: fb1ddcc
Lines Changed: +52, -11

2 Modified Paths:

/release/scripts/startup/bl_operators/object_nodes.py (+52, -7) (Diff)
/source/blender/editors/space_node/node_relationships.c (+0, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021