Skip to content

Commit 99822f4

Browse files
committed
fix MCH-toe_parent following foot even if IK_Stretch=0
1 parent cb53c81 commit 99822f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rigs/limbs/paw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def create_paw(self, bones):
724724
toes_mch_parent = get_bone_name(org_bones[3], 'mch', 'parent')
725725
toes_mch_parent = copy_bone(self.obj, org_bones[3], toes_mch_parent)
726726

727-
eb[toes_mch_parent].use_connect = False
727+
eb[toes_mch_parent].use_connect = True
728728
eb[toes_mch_parent].parent = eb[org_bones[2]]
729729

730730
eb[toes_mch_parent].length /= 2

0 commit comments

Comments
 (0)