File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-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 "sprint48 " )
26
+ set (PACKAGE_VERSION "sprint49 " )
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** : 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
+
3
26
** Version** : sprint48
4
27
5
28
NEW FEATURES
You can’t perform that action at this time.
0 commit comments