Merge pull request #16158 from luiscuenca/offsetRotationMMDFix

BUGZ-1394: Fix avatars with rotation offsets
This commit is contained in:
Shannon Romano 2019-09-09 11:47:43 -07:00 committed by GitHub
commit 826fb061a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
}
}