Skip to content

Commit 384cb48

Browse files
author
DESKTOP-F8VO8FK\Austin
committed
[CHANGED] updated release notes
1 parent ac3cb0e commit 384cb48

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,18 @@
44

55
NEW FEATURES
66
* FbxExporter: Added support for exporting SkinnedMeshes with legacy animation
7-
* FbxExporter: Added support for exporting Lights with animated properties
8-
9-
Currently supported light properties for animation are:
10-
-Intensity
11-
-Spot Angle
12-
-Color
13-
14-
* FbxExporter: Added support for exporting Cameras with animated properties
15-
16-
Currently Supported camera properties for animation are:
17-
-Field of View
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)
189

1910
FIXES
20-
* FbxExporter: fixed issue where animations would sometimes be exported before their components, causing errors'
11+
* FbxExporter: fixed issue where animations would sometimes be exported before their components, causing errors
2112
* FbxExporter: fixed bug where skinning weights were incorrect on export
2213

2314
KNOWN ISSUES
24-
* When exporting with an animated property AND an animated transform on a Camera or a Light, the resulting object will have a rotation that is off by 90 degrees
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.
2519

2620
**Version**: sprint41
2721

0 commit comments

Comments
 (0)