We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae58538 commit 61f0cd1Copy full SHA for 61f0cd1
rigs/spines/super_spine.py
@@ -637,7 +637,7 @@ def constrain_bones(self, bones):
637
if len(bones['neck']['original_names']) > 3:
638
self.make_constraint(b, {
639
'constraint': 'COPY_SCALE',
640
- 'subtarget': org(l['original_names'][j+1]),
+ 'subtarget': bones['neck']['ctrl_neck'],
641
'influence': 1.0
642
})
643
0 commit comments