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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
**Version**: sprint42
4
4
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.)
7
+
8
+
Currently supported light properties for animation are:
9
+
-Intensity
10
+
-Spot Angle
11
+
-Color
12
+
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
+
15
+
Currently Supported camera properties for animation are:
16
+
-Field of View
17
+
5
18
FIXES
6
19
* FbxExporter: fixed issue where animations would sometimes be exported before their components, causing errors'
7
20
* FbxExporter: fixed bug where skinning weights were incorrect on export
0 commit comments