Skip to content

Commit ba37c90

Browse files
committed
update version number + release notes
1 parent e366f21 commit ba37c90

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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 "sprint48")
26+
set(PACKAGE_VERSION "sprint49")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

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

3+
**Version**: sprint49
4+
5+
NEW FEATURES
6+
7+
* Export Settings: Added new UI to set export settings
8+
9+
Window opens when exporting or converting to linked prefab, asking where to save the file and with what filename.
10+
Last 5 file paths used are saved.
11+
Ability to save presets for the selected options.
12+
13+
* Fbx Exporter: Added option to export model only
14+
15+
* Fbx Exporter: Added option to not export animation on skinned meshes
16+
17+
When option is checked all animation will be exported.
18+
When unchecked, animation on skinned meshes or their ancestors won't be exported
19+
20+
FIXES
21+
22+
* FbxExporter: avoid duplicate @ in filename when exporting timeline clip containing @ in the display name
23+
* FbxExporter: added validation functions for all context menu items
24+
* FbxExporter: link materials to objects connected to mesh instances
25+
326
**Version**: sprint48
427

528
NEW FEATURES

0 commit comments

Comments
 (0)