mirror of
https://github.com/lubosz/overte.git
synced 2025-04-11 13:42:07 +02:00
Update fixUpLegacyBlendshapes as well
This commit is contained in:
parent
101ec9d753
commit
821a46697a
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ static void fixUpLegacyBlendshapes(QVariantHash& properties) {
|
|||
removeBlendshape(bs, "JawChew");
|
||||
removeBlendshape(bs, "ChinLowerRaise");
|
||||
removeBlendshape(bs, "ChinUpperRaise");
|
||||
removeBlendshape(bs, "LipsUpperOpen");
|
||||
removeBlendshape(bs, "LipsLowerOpen");
|
||||
|
||||
// These blendshapes are split in ARKit, we replace them with their left and right sides with a weight of 1/2.
|
||||
splitBlendshapes(bs, "LipsUpperUp", "MouthUpperUp_L", "MouthUpperUp_R");
|
||||
|
|
Loading…
Reference in a new issue