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:
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