[Bf-extensions-cvs] [fc6e9aa3] master: archipack: bugfix manipulator sizelocation dl attribute

Stephen Leger noreply at git.blender.org
Sun May 14 00:23:24 CEST 2017


Commit: fc6e9aa3962d7daadbf1f9ca0d30634931a595a0
Author: Stephen Leger
Date:   Sun May 14 00:21:49 2017 +0200
Branches: master
https://developer.blender.org/rBACfc6e9aa3962d7daadbf1f9ca0d30634931a595a0

archipack: bugfix manipulator sizelocation dl attribute

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

M	archipack/archipack_manipulator.py

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

diff --git a/archipack/archipack_manipulator.py b/archipack/archipack_manipulator.py
index 1a103370..6c2f4dad 100644
--- a/archipack/archipack_manipulator.py
+++ b/archipack/archipack_manipulator.py
@@ -1424,7 +1424,6 @@ class SizeLocationManipulator(SizeManipulator):
             dl = 0.5 * dl
         else:
             dl = -0.5 * dl
-        self.dl += dl
         self.move(context, self.manipulator.prop2_name, dl)
         self.set_value(context, self.datablock, self.manipulator.prop1_name, length)
         self.move_linked(context, self.manipulator.prop2_name, dl)



More information about the Bf-extensions-cvs mailing list