Blender Git Loki
Git Commits -> Revision 2c3a9ca
Revision 2c3a9ca by Fabian Schempp (master) April 15, 2021, 08:00 (GMT) |
Fix T87356 & T87358: Small multi-input socket issues T87356 occured because last_node_hovered_while_dragging_a_link was not set on node_link_init. The assert in T87358 failed because the sorting operation was called even if the drag link contained a link to another socket. A little one frame jump was caused because frame was refreshed after picking a link and before sorting happened. Reviewer: Hans Goudey Differential Revision: https://developer.blender.org/D10940 |
Commit Details:
Full Hash: 2c3a9caffee61d52cc50a70ff9b2ec3984ee0fc5
Parent Commit: 5ec39fc
Lines Changed: +13, -2