enabled snaping to ground plane

This commit is contained in:
Bruno Perdigão
2024-07-20 22:31:07 -03:00
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):