Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-07-19 17:25:48 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-19 17:25:48 +0300
commitd712dc5a1d1ed451814f585bc7a574931e9f4b47 (patch)
treebc16ec07596e42110990d28657f71e7f2068b165 /release/scripts
parent23c76039d9bf9425b299599cc40fbba0b02ae0a9 (diff)
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. :(
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/properties_constraint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index b37feb82461..7ade444d7ae 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")