This commit is contained in:
HifiExperiments 2020-01-06 18:31:35 -08:00
parent ef8f085b47
commit b40a468b4c
3 changed files with 3 additions and 3 deletions

View file

@ -1602,4 +1602,4 @@ void ModelEntityRenderer::metaBlendshapeOperator(render::ItemID renderItemID, in
self.handleBlendedVertices(blendshapeNumber, blendshapeOffsets, blendedMeshSizes, subItemIDs); self.handleBlendedVertices(blendshapeNumber, blendshapeOffsets, blendedMeshSizes, subItemIDs);
}); });
AbstractViewStateInterface::instance()->getMain3DScene()->enqueueTransaction(transaction); AbstractViewStateInterface::instance()->getMain3DScene()->enqueueTransaction(transaction);
} }

View file

@ -785,4 +785,4 @@ QVector<float> ModelEntityItem::getBlendshapeCoefficientVector() {
_blendshapesChanged = false; // ok to change this within read lock here _blendshapesChanged = false; // ok to change this within read lock here
return _blendshapeCoefficientsVector; return _blendshapeCoefficientsVector;
}); });
} }

View file

@ -83,4 +83,4 @@ QMap<QString, int> blendshapeLookupMap = [] {
toReturn[FACESHIFT_BLENDSHAPES[i]] = i; toReturn[FACESHIFT_BLENDSHAPES[i]] = i;
} }
return toReturn; return toReturn;
}(); }();