Skip to content

Commit d25b55e

Browse files
committed
write release notes + update version #
1 parent ab5c025 commit d25b55e

File tree

2 files changed

+27
-1
lines changed

2 files changed

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

RELEASE_NOTES.md

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

3+
**Version**: sprint47
4+
5+
NEW FEATURES
6+
7+
* Unity Maya Integration: Add all imported objects to same namespace
8+
9+
Namespace is created according to the filename and is stored as an attribute on the export set.
10+
11+
* Fbx Exporter: "Export Model" option exports with global transform
12+
13+
Center Objects option is disabled by default but still available in the export settings.
14+
15+
* Fbx Export Settings: Add LOD export option
16+
17+
Added 3 options for LOD export: Highest, Lowest, All.
18+
If "Highest" is selected, then only highest LOD is exported in the hierarchy for GameObjects with LOD groups, and
19+
vice versa for "Lowest". If All is selected, behaviour will be the same as before, exporting all LODs.
20+
NOTE: will ignore any LOD meshes not directly parented under the object containing the LOD group.
21+
22+
FIXES
23+
24+
* ConvertToPrefab: Don't re-export fbx model instances
25+
26+
If the object being exported in the scene is an fbx model instance, then create the prefab with the FbxPrefab component,
27+
and attach it to the existing fbx without re-exporting the fbx.
28+
329
**Version**: sprint46
430

531
NEW FEATURES

0 commit comments

Comments
 (0)