Blender Git Commit Log
Git Commits -> Revision cf5cada
Revision cf5cada by Jacques Lucke (master) March 15, 2021, 14:41 (GMT) |
Nodes: fix crash after undo after recent multi-input-socket changes The issue is that the `last_node_hovered_while_dragging_a_link` pointer is invalidated on undo. The pointer does not have to be on the space runtime data, because it only needs to exist as long as the operator is running. Differential Revision: https://developer.blender.org/D10726 |
Commit Details:
Full Hash: cf5cada6b23d5b3670c1d321b2a566c5571941c0
Parent Commit: 3618948
Lines Changed: +5, -4