File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ endif()
23
23
message (STATUS "Building for ${CMAKE_BUILD_TYPE} " )
24
24
25
25
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION} " STREQUAL "" )
26
- set (PACKAGE_VERSION "sprint41 " )
26
+ set (PACKAGE_VERSION "sprint42 " )
27
27
endif ()
28
28
message (STATUS "Using Package Version: ${PACKAGE_VERSION} " )
29
29
Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
3
+ ** Version** : sprint42
4
+
5
+ FIXES
6
+ * FbxExporter: fixed support for continuous Euler rotations in animations
7
+ * FbxExporter: fixed issue where animations would sometimes be exported before their components, causing errors'
8
+ * FbxExporter: fixed bug where skinning weights were incorrect on export
9
+
3
10
** Version** : sprint41
4
11
5
12
NEW FEATURES
You can’t perform that action at this time.
0 commit comments