Skip to content

Commit 3bdc5d2

Browse files
author
DESKTOP-F8VO8FK\Austin
committed
[MOVED] known bugs to their own section
[ADDED] note about skinnedmesh animation
1 parent f93bd9d commit 3bdc5d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
**Version**: sprint42
44

55
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
78

89
Currently supported light properties for animation are:
910
-Intensity
1011
-Spot Angle
1112
-Color
1213

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
1415

1516
Currently Supported camera properties for animation are:
1617
-Field of View
@@ -19,6 +20,9 @@ FIXES
1920
* FbxExporter: fixed issue where animations would sometimes be exported before their components, causing errors'
2021
* FbxExporter: fixed bug where skinning weights were incorrect on export
2122

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
25+
2226
**Version**: sprint41
2327

2428
NEW FEATURES

0 commit comments

Comments
 (0)