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>2018-11-16 17:34:40 +0300
committerStephen Leger <stephen@3dservices.ch>2018-11-16 17:34:51 +0300
commit1977c9c0aa5ea196eaa612b266afda75726481ae (patch)
treeeedf525578177622259a246cd970f64085b4c08e /archipack
parentbfbbd112c170d96e86838208b8781fd46df52514 (diff)
archipack 2.8 compatibility (step1)
Diffstat (limited to 'archipack')
-rw-r--r--archipack/archipack_manipulator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archipack/archipack_manipulator.py b/archipack/archipack_manipulator.py
index 06efefff..976ae632 100644
--- a/archipack/archipack_manipulator.py
+++ b/archipack/archipack_manipulator.py
@@ -2124,6 +2124,7 @@ class Manipulable():
self.manipulable_end_point = Vector((0, 0))
o = context.active_object
+
if o is not None:
self.manipulable_exit_selectmode(context)
remove_manipulable(o.name)