mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +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
|
scene.cursor.location = hit
|
||||||
|
|
||||||
else:
|
else:
|
||||||
pass
|
bpy.ops.object.select_all(action="DESELECT")
|
||||||
# bpy.ops.object.select_all(action="DESELECT")
|
scene.cursor.location = intersection
|
||||||
# scene.cursor.location = intersection
|
|
||||||
|
|
||||||
|
|
||||||
def modal(self, context, event):
|
def modal(self, context, event):
|
||||||
|
|||||||
Reference in New Issue
Block a user