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:
authorLucio Rossi <lucio.rossi75@gmail.com>2017-10-25 20:33:06 +0300
committerLucio Rossi <lucio.rossi75@gmail.com>2017-10-25 20:36:32 +0300
commit592493c6d9d9cdb336c174744f80aeb195d89d71 (patch)
tree4f8e405938fe3e622e3bb11dcdfd448fe8e98979 /rigify/rigs/limbs/paw.py
parentc4d4fa0f52c1740de85641fb373e645fd1d9e194 (diff)
T53019 fix paw toe bones following foot ctrl when IK_Stretch=0
Diffstat (limited to 'rigify/rigs/limbs/paw.py')
-rw-r--r--rigify/rigs/limbs/paw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/rigs/limbs/paw.py b/rigify/rigs/limbs/paw.py
index 9c39d87b..156c9ced 100644
--- a/rigify/rigs/limbs/paw.py
+++ b/rigify/rigs/limbs/paw.py
@@ -724,7 +724,7 @@ class Rig:
toes_mch_parent = get_bone_name(org_bones[3], 'mch', 'parent')
toes_mch_parent = copy_bone(self.obj, org_bones[3], toes_mch_parent)
- eb[toes_mch_parent].use_connect = False
+ eb[toes_mch_parent].use_connect = True
eb[toes_mch_parent].parent = eb[org_bones[2]]
eb[toes_mch_parent].length /= 2