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', { macro('mirror', {
mirror: [points.hps, points.shoulder], mirror: [points.hps, points.shoulder],
points: [ points: [
points.neckCp2Front, 'neckCp2Front',
points.cfNeckCp1, 'cfNeckCp1',
points.cfNeck, 'cfNeck',
points.cbNeck, 'cbNeck',
points.neckCp2, 'neckCp2',
points.frontArmholePitch, 'frontArmholePitch',
points.frontArmholePitchCp2, 'frontArmholePitchCp2',
points.shoulderCp1, 'shoulderCp1',
], ],
clone: true, clone: true,
}) })