Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Leger <stephen@3dservices.ch>2019-04-07 11:13:42 +0300
committerStephen Leger <stephen@3dservices.ch>2019-04-07 11:13:42 +0300
commita68c4204ac5e7345bf42eb0435356ee8fe48eae0 (patch)
treefbafab3a3bce738bba12e0fb3bfbd37d93e26242 /archipack/archipack_door.py
parent71846207f1e6fcff541558ebcb69323fc8885df2 (diff)
archipack 2.8 move to UI panel, fix auto-boolean in draw tools
Diffstat (limited to 'archipack/archipack_door.py')
-rw-r--r--archipack/archipack_door.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archipack/archipack_door.py b/archipack/archipack_door.py
index 98ca1068..4d8b61ca 100644
--- a/archipack/archipack_door.py
+++ b/archipack/archipack_door.py
@@ -1749,6 +1749,7 @@ class ARCHIPACK_OT_door_draw(ArchipackDrawTool, Operator):
if event.type in {'LEFTMOUSE', 'RET', 'NUMPAD_ENTER', 'SPACE'}:
if wall is not None:
+ o.select_set(state=True)
context.view_layer.objects.active = wall
wall.select_set(state=True)
if bpy.ops.archipack.single_boolean.poll():