1
0
Fork 0

fix(brian): Updated after mirror macro changes

This commit is contained in:
joostdecock 2023-04-15 16:13:41 +02:00
parent 2bdfcb2fdd
commit 1d08ff5639

View file

@ -189,14 +189,14 @@ export const base = {
macro('mirror', {
mirror: [points.hps, points.shoulder],
points: [
points.neckCp2Front,
points.cfNeckCp1,
points.cfNeck,
points.cbNeck,
points.neckCp2,
points.frontArmholePitch,
points.frontArmholePitchCp2,
points.shoulderCp1,
'neckCp2Front',
'cfNeckCp1',
'cfNeck',
'cbNeck',
'neckCp2',
'frontArmholePitch',
'frontArmholePitchCp2',
'shoulderCp1',
],
clone: true,
})