T53019 fix paw toe bones following foot ctrl when IK_Stretch=0

This commit is contained in:
Lucio Rossi 2017-10-25 19:33:06 +02:00 committed by Bastien Montagne
parent 6b26c0c1ec
commit feabf88782
1 changed files with 1 additions and 1 deletions

View File

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