Fix avatars with rotation offsets

This commit is contained in:
luiscuenca 2019-09-09 10:33:51 -07:00
parent c7db287458
commit 94e1707ab9
No known key found for this signature in database
GPG key ID: 2387ECD129A6961D

View file

@ -107,7 +107,6 @@ void PrepareJointsTask::run(const baker::BakeContextPointer& context, const Inpu
glm::quat rotationOffset = itr.value();
jointRotationOffsets.insert(jointIndex, rotationOffset);
qCDebug(model_baker) << "Joint Rotation Offset added to Rig._jointRotationOffsets : " << " jointName: " << jointName << " jointIndex: " << jointIndex << " rotation offset: " << rotationOffset;
break;
}
}
}