Skip to content

Commit 61f0cd1

Browse files
committed
fix: super_spine neck bones wrong copy scale
1 parent ae58538 commit 61f0cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rigs/spines/super_spine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def constrain_bones(self, bones):
637637
if len(bones['neck']['original_names']) > 3:
638638
self.make_constraint(b, {
639639
'constraint': 'COPY_SCALE',
640-
'subtarget': org(l['original_names'][j+1]),
640+
'subtarget': bones['neck']['ctrl_neck'],
641641
'influence': 1.0
642642
})
643643

0 commit comments

Comments
 (0)