Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node_wrangler.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_wrangler.py b/node_wrangler.py
index 4b77d109..68573302 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -734,14 +734,11 @@ def autolink(node1, node2, links):
def node_at_pos(nodes, context, event):
- nodes_near_mouse = []
nodes_under_mouse = []
target_node = None
store_mouse_cursor(context, event)
x, y = context.space_data.cursor_location
- x = x
- y = y
# Make a list of each corner (and middle of border) for each node.
# Will be sorted to find nearest point and thus nearest node