From a30fd7cab4b29fbbe0e686f208fd4865f76aa630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Perdig=C3=A3o?= Date: Sat, 20 Jul 2024 22:31:07 -0300 Subject: [PATCH] enabled snaping to ground plane --- src/blenderbim/blenderbim/bim/module/model/wall.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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):