mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
lowered the threshold for the polyline snap to axis
This commit is contained in:
@@ -150,7 +150,7 @@ class Snap(blenderbim.core.tool.Snap):
|
|||||||
if lock_axis:
|
if lock_axis:
|
||||||
is_on_rot_axis = True
|
is_on_rot_axis = True
|
||||||
else:
|
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:
|
if is_on_rot_axis:
|
||||||
# Snap to axis
|
# Snap to axis
|
||||||
|
|||||||
Reference in New Issue
Block a user