[Bf-extensions-cvs] [1977c9c0] blender2.8: archipack 2.8 compatibility (step1)

Stephen Leger noreply at git.blender.org
Fri Nov 16 15:35:13 CET 2018


Commit: 1977c9c0aa5ea196eaa612b266afda75726481ae
Author: Stephen Leger
Date:   Fri Nov 16 15:34:40 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBA1977c9c0aa5ea196eaa612b266afda75726481ae

archipack 2.8 compatibility (step1)

===================================================================

M	archipack/archipack_manipulator.py

===================================================================

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)



More information about the Bf-extensions-cvs mailing list