Skip to content

Commit 46ffe88

Browse files
author
DESKTOP-F8VO8FK\Austin
committed
[CHANGED] updated release notes and version number in cmakelist
1 parent e7ebaad commit 46ffe88

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "sprint41")
26+
set(PACKAGE_VERSION "sprint42")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
RELEASE NOTES
22

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+
310
**Version**: sprint41
411

512
NEW FEATURES

0 commit comments

Comments
 (0)