fix(brian): Updated after mirror macro changes
This commit is contained in:
parent
2bdfcb2fdd
commit
1d08ff5639
1 changed files with 8 additions and 8 deletions
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue