Files
test/source/blender/editors/space_node
Julian Eisel 4041e654cd Nodes: Make method to detect hovered link during transform more predictable/responsive
The old method:
The "old" method used the node dimensions to get a number of lines and checked if they intersect with the node link. Issue with this is that only a small part of the actual node surface is checked, making the method a bit unpredictable or unresponsive.

The new method:
The new method checks for intersections within the entire node surface. If multiple links are intersected, the node with the smallest distance from the *upper left corner* to the link is chosen.

Reviewed by @campbellbarton (tm)
2015-08-04 15:25:19 +02:00
..
2014-10-07 15:47:32 -05:00
2015-04-21 01:50:20 +10:00
2014-11-28 15:52:30 +01:00
2014-10-07 15:47:32 -05:00
2015-07-01 21:48:42 +02:00