You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
RELEASE NOTES
2
2
3
+
**Version**: sprint42
4
+
5
+
NEW FEATURES
6
+
* FbxExporter: Added support for exporting SkinnedMeshes with legacy animation
7
+
* FbxExporter: Added support for exporting Lights with animated properties (Intensity, Spot Angle, Color)
8
+
* FbxExporter: Added support for exporting Cameras with animated properties (Field of View)
9
+
10
+
FIXES
11
+
* FbxExporter: fixed issue where animations would sometimes be exported before their components, causing errors
12
+
* FbxExporter: fixed bug where skinning weights were incorrect on export
13
+
14
+
KNOWN ISSUES
15
+
* When exporting with an animated transform for a Camera or a Light, the resulting rotation does not take the forward direction into account and is off by 90 degrees
16
+
* Key tangents are not exported and the default key tangent setting is different between Unity, FBXSDK and Maya. This cause the curve shape to change between Unity and Maya.
17
+
* Animated continuous rotations are not maintained
18
+
* Animated rotations with Euler Angles (Quaternion) or Quaternion interpolation are not converted to the correct Euler equivalent.
0 commit comments