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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Larsson <thomas_larsson_01@hotmail.com>2012-07-27 06:25:07 +0400
committerThomas Larsson <thomas_larsson_01@hotmail.com>2012-07-27 06:25:07 +0400
commitf41c10b7a2a7ec36f53a4ffaae97b75d0326acea (patch)
tree3cd666490c92e482d2bc0127113c20cf72161098 /io_import_scene_mhx.py
parente0b24a113fdb30fc1dd2ba8ab97333c40fe823c2 (diff)
Fixed bug introduced in previous commit.
Diffstat (limited to 'io_import_scene_mhx.py')
-rw-r--r--io_import_scene_mhx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index 9b8e04d5..b569251a 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -3855,7 +3855,6 @@ def ik2fkLeg(context, suffix):
matchPoseTranslation(ankleIk, footFk, auto)
return
-"""
#
# setInverse(rig, pb):
#
@@ -3873,6 +3872,7 @@ def setInverse(rig, pb):
return
+"""
def clearInverse(rig, pb):
rig.data.bones.active = pb.bone
pb.bone.select = True