mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
enabled snaping to ground plane
This commit is contained in:
committed by
Bruno Perdigão
parent
94ca2423e9
commit
a30fd7cab4
@@ -462,9 +462,8 @@ class DrawPolylineWall(bpy.types.Operator):
|
||||
scene.cursor.location = hit
|
||||
|
||||
else:
|
||||
pass
|
||||
# bpy.ops.object.select_all(action="DESELECT")
|
||||
# scene.cursor.location = intersection
|
||||
bpy.ops.object.select_all(action="DESELECT")
|
||||
scene.cursor.location = intersection
|
||||
|
||||
|
||||
def modal(self, context, event):
|
||||
|
||||
Reference in New Issue
Block a user