mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:38:27 +02:00
fix EOF
This commit is contained in:
parent
ef8f085b47
commit
b40a468b4c
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -83,4 +83,4 @@ QMap<QString, int> blendshapeLookupMap = [] {
|
||||||
toReturn[FACESHIFT_BLENDSHAPES[i]] = i;
|
toReturn[FACESHIFT_BLENDSHAPES[i]] = i;
|
||||||
}
|
}
|
||||||
return toReturn;
|
return toReturn;
|
||||||
}();
|
}();
|
||||||
|
|
Loading…
Reference in a new issue