diff --git a/src/blenderbim/blenderbim/bim/module/model/wall.py b/src/blenderbim/blenderbim/bim/module/model/wall.py index 35e24eca6d..fca63155d7 100644 --- a/src/blenderbim/blenderbim/bim/module/model/wall.py +++ b/src/blenderbim/blenderbim/bim/module/model/wall.py @@ -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):