This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Fabian Schempp a4f81c6838 Fix T85966: Wrong link picked when dragging multi-input socket
The socket drag operator stored the index of the last picked socket
into RNA in case the mouse cursor leaves the link while dragging.

This id was not unique which is why sometimes a link from an other node
with the same id is picked.

This patch changes the way the last picked link is stored and stores a
pointer to the link directly into bNodeLinkDrag struct instead.

Differential Revision: https://developer.blender.org/D10590
2021-03-02 23:13:59 +01:00
..
2021-03-02 15:21:09 +01:00
2021-03-03 06:20:27 +11:00
2021-02-17 16:26:24 +01:00
2021-02-20 15:35:00 +11:00
2021-02-14 20:58:04 +11:00
2021-02-15 19:03:32 +01:00
2021-02-26 16:55:58 +11:00