We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28208c commit b72a363Copy full SHA for b72a363
CMakeLists.txt
@@ -23,7 +23,7 @@ endif()
23
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
24
25
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26
- set(PACKAGE_VERSION "sprint42")
+ set(PACKAGE_VERSION "sprint43")
27
endif()
28
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
29
RELEASE_NOTES.md
@@ -1,5 +1,14 @@
1
RELEASE NOTES
2
3
+**Version**: sprint43
4
+
5
+NEW FEATURES
6
+* FbxExporter: Added support for exporting Blendshapes
7
+* Export Settings: Option to turn off auto-updating for linked prefabs
8
9
+FIXES
10
+* FbxExporter: fixed issues with continuous rotations which was causing gimbal lock
11
12
**Version**: sprint42
13
14
NEW FEATURES
0 commit comments