Skip to content

Commit 736f12a

Browse files
committed
remove debug logs
1 parent 9a11b90 commit 736f12a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

com.unity.formats.fbx/Editor/FbxExporter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,6 @@ internal static void ExportAnimationKeys (AnimationCurve uniAnimCurve, FbxAnimCu
17741774
interpMode = FbxAnimCurveDef.EInterpolationType.eInterpolationConstant;
17751775
break;
17761776
default:
1777-
Debug.LogError("interpolation: " + rTangent);
17781777
break;
17791778
}
17801779

@@ -1789,8 +1788,6 @@ internal static void ExportAnimationKeys (AnimationCurve uniAnimCurve, FbxAnimCu
17891788
uniKeyFrame.outWeight,
17901789
keyIndex < uniAnimCurve.length - 1 ? uniAnimCurve[keyIndex + 1].inWeight : 0
17911790
);
1792-
1793-
Debug.LogWarning(uniPropertyName + ": tangents: " + uniKeyFrame.inTangent + ", " + uniKeyFrame.outTangent + ", weights: " + uniKeyFrame.inWeight + ", " + uniKeyFrame.outWeight);
17941791
}
17951792
}
17961793
}

0 commit comments

Comments
 (0)