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>2020-11-28 22:34:17 +0300
committerStephen Leger <stephen@3dservices.ch>2020-11-28 22:34:17 +0300
commit8ca8233069579b253dcfb881200321b99e1b612c (patch)
tree22dab95df32c704e7c996fc5355c3b135a46fc6a /archipack/archipack_wall2.py
parent483cdf6e916279dedb674dfdffd4cac360dc0a62 (diff)
Archipack bugfix: manipulators auto hide
Diffstat (limited to 'archipack/archipack_wall2.py')
-rw-r--r--archipack/archipack_wall2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archipack/archipack_wall2.py b/archipack/archipack_wall2.py
index 53375992..4469bc9a 100644
--- a/archipack/archipack_wall2.py
+++ b/archipack/archipack_wall2.py
@@ -2257,7 +2257,7 @@ class ARCHIPACK_OT_wall2_draw(ArchipackDrawTool, Operator):
d.t_part = self.parent
if bpy.ops.archipack.manipulate.poll():
- bpy.ops.archipack.manipulate('INVOKE_DEFAULT')
+ bpy.ops.archipack.manipulate('INVOKE_DEFAULT', object_name=o.name)
return {'FINISHED'}