Merge branch 'master' of https://github.com/worklist/hifi into blendface

This commit is contained in:
Andrzej Kapolka 2013-09-25 11:40:16 -07:00
commit 4567b8afdf

View file

@ -430,6 +430,7 @@ FBXGeometry extractFBXGeometry(const FBXNode& node) {
FBXMesh& mesh = it.value();
// look for a limb pivot
mesh.isEye = false;
foreach (qint64 childID, childMap.values(it.key())) {
qint64 clusterID = childMap.value(childID);
if (pivots.contains(clusterID)) {