Remove duplicate line

This commit is contained in:
Bruno Perdigão
2025-03-12 13:57:49 -03:00
parent 18431dec31
commit b06ddbcad4
-1
View File
@@ -159,7 +159,6 @@ class Raycast(bonsai.core.tool.Raycast):
if obj and obj.type == "EMPTY":
v = obj.location
intersection = tool.Cad.point_on_edge(v, (ray_target, loc))
intersection = tool.Cad.point_on_edge(v, (ray_target, loc))
distance = (v - intersection).length
if distance < snap_threshold:
snap_point = {