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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,15 @@
3
3
**Version**: sprint42
4
4
5
5
NEW FEATURES
6
-
* FbxExporter: Added support for exporting Lights with animated properties (Known issue: when exporting with an animated property AND an animated transform, the resulting object will have a rotation that is off by 90 degrees.)
6
+
* FbxExporter: Added support for exporting Lights with animated properties
7
+
* FbxExporter: Added support for exporting SkinnedMeshes with legacy animation
7
8
8
9
Currently supported light properties for animation are:
9
10
-Intensity
10
11
-Spot Angle
11
12
-Color
12
13
13
-
* FbxExporter: Added support for exporting Cameras with animated properties (Known issue: when exporting with an animated property AND an animated transform, the resulting object will have a rotation that is off by 90 degrees.)
14
+
* FbxExporter: Added support for exporting Cameras with animated properties
14
15
15
16
Currently Supported camera properties for animation are:
16
17
-Field of View
@@ -19,6 +20,9 @@ FIXES
19
20
* FbxExporter: fixed issue where animations would sometimes be exported before their components, causing errors'
20
21
* FbxExporter: fixed bug where skinning weights were incorrect on export
21
22
23
+
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
0 commit comments