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. :(
This commit is contained in:
Bastien Montagne 2015-07-19 16:25:48 +02:00
parent 23c76039d9
commit d712dc5a1d

@ -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")