lowered the threshold for the polyline snap to axis

This commit is contained in:
Bruno Perdigão
2024-08-12 15:39:38 -03:00
parent 4350e3df82
commit 0ffc62fbf3
+1 -1
View File
@@ -150,7 +150,7 @@ class Snap(blenderbim.core.tool.Snap):
if lock_axis:
is_on_rot_axis = True
else:
is_on_rot_axis = abs(rot_intersection.y) <= 0.60
is_on_rot_axis = abs(rot_intersection.y) <= 0.15
if is_on_rot_axis:
# Snap to axis