[Bf-blender-cvs] [d712dc5] master: Fix T45495: Armatures using the iTaSC IK solver causes UI truncation in bone constraints panel.

Bastien Montagne noreply at git.blender.org
Sun Jul 19 16:27:57 CEST 2015


Commit: d712dc5a1d1ed451814f585bc7a574931e9f4b47
Author: Bastien Montagne
Date:   Sun Jul 19 16:25:48 2015 +0200
Branches: master
https://developer.blender.org/rBd712dc5a1d1ed451814f585bc7a574931e9f4b47

Fix T45495: Armatures using the iTaSC IK solver causes UI truncation in bone constraints panel.

Caused by rB404f9ddc37fc, cleanup is OK but please double-check changes before committing. :(

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

M	release/scripts/startup/bl_ui/properties_constraint.py

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

diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index b37feb8..7ade444 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -72,7 +72,7 @@ class ConstraintButtonsPanel:
                 layout.prop_search(con, "subtarget", con.target, "vertex_groups", text="Vertex Group")
 
     @staticmethod
-    def ik_template(self, layout, con):
+    def ik_template(layout, con):
         # only used for iTaSC
         layout.prop(con, "pole_target")




More information about the Bf-blender-cvs mailing list