mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user