mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 02:23:25 +02:00
Fix conditional application
This commit is contained in:
parent
f4af0be95b
commit
e9fa76ae6e
1 changed files with 1 additions and 1 deletions
|
@ -1582,7 +1582,7 @@ bool GLTFSerializer::buildGeometry(HFMModel& hfmModel, const hifi::VariantHash&
|
|||
&& fileTargetNames.contains("mouthLeft")
|
||||
&& fileTargetNames.contains("viseme_O")
|
||||
&& fileTargetNames.contains("mouthShrugLower");
|
||||
if (fileTargetNames.count() == 0 && likelyReadyPlayerMeFile) {
|
||||
if (blendshapeMappings.count() == 0 && likelyReadyPlayerMeFile) {
|
||||
QMap<QString, QPair<QString, float>>::const_iterator synonym
|
||||
= READYPLAYERME_BLENDSHAPES_MAP.constBegin();
|
||||
while (synonym != READYPLAYERME_BLENDSHAPES_MAP.constEnd()) {
|
||||
|
|
Loading…
Reference in a new issue