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
committerBastien Montagne <montagne29@wanadoo.fr>2018-01-01 18:23:18 +0300
commitfeabf887824e39c422e1ef96c6f3ad0cd62a9c58 (patch)
tree3b8b09843bea8aff816b2ef3ccc76461b117c2de
parent6b26c0c1ec360884d2b1e874ab5ed124a0a7d602 (diff)
T53019 fix paw toe bones following foot ctrl when IK_Stretch=0
-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