File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-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 "sprint42 " )
26
+ set (PACKAGE_VERSION "sprint43 " )
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** : sprint43
4
+
5
+ NEW FEATURES
6
+ * FbxExporter: Added support for exporting Blendshapes
7
+
8
+ FIXES
9
+ * FbxExporter: Added unroll filter to support continuous rotations
10
+ * FbxExporter: Fixed issue where exported animations always operated at 30 FPS, regardless of what they were originally
11
+
3
12
** Version** : sprint42
4
13
5
14
NEW FEATURES
You can’t perform that action at this time.
0 commit comments