From 94e1707ab93a597e893ed0ebeb3d13bef945ca7a Mon Sep 17 00:00:00 2001 From: luiscuenca Date: Mon, 9 Sep 2019 10:33:51 -0700 Subject: [PATCH] Fix avatars with rotation offsets --- libraries/model-baker/src/model-baker/PrepareJointsTask.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/model-baker/src/model-baker/PrepareJointsTask.cpp b/libraries/model-baker/src/model-baker/PrepareJointsTask.cpp index cd27f8ba0b..662d5f36dc 100644 --- a/libraries/model-baker/src/model-baker/PrepareJointsTask.cpp +++ b/libraries/model-baker/src/model-baker/PrepareJointsTask.cpp @@ -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; } } }