This commit is contained in:
Bruno Perdigão
2025-01-09 16:14:11 -03:00
parent cf054e11a1
commit 07bb7e68dd
+1 -1
View File
@@ -206,7 +206,7 @@ class Raycast(bonsai.core.tool.Raycast):
bm.free()
snapping_points = []
sorted_points = sorted(points)
sorted_points = sorted(points, key=lambda x : x[0])
for p in sorted_points:
point = copy.deepcopy(p)
snapping_points.append(point[1])