We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1b98c commit 1281b0eCopy full SHA for 1281b0e
com.unity.formats.fbx/Editor/FbxExporter.cs
@@ -952,7 +952,7 @@ SkinnedMeshRenderer unitySkin
952
// Get prerotation
953
var fbxPreRotationEuler = fbxBone.GetPreRotation(FbxNode.EPivotSet.eSourcePivot);
954
// Convert the prerotation to a Quaternion
955
- var fbxPreRotationQuaternion = ModelExporter.EulerToQuaternion(fbxPreRotationEuler);
+ var fbxPreRotationQuaternion = EulerToQuaternion(fbxPreRotationEuler);
956
// Inverse of the prerotation
957
fbxPreRotationQuaternion.Inverse();
958
0 commit comments