Skip to content

Commit 14d7ceb

Browse files
author
DESKTOP-F8VO8FK\Austin
committed
[UPDATED] cmakelists
[UPDATED] release notes
1 parent 9308a6c commit 14d7ceb

File tree

2 files changed

+18
-1
lines changed

2 files changed

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

RELEASE_NOTES.md

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

3+
**Version**: sprint41
4+
5+
NEW FEATURES
6+
* Added support for exporting lights
7+
* FbxExporter: added ability to export animation on transforms
8+
* FbxExporter: added ability to export animation on lights
9+
10+
Supports exporting animation of a light component's Intensity, SpotAngle, and Color
11+
12+
* FbxExporter: Added support for exporting Skinned Meshes
13+
14+
FIXES
15+
* Export Settings: Added back support for MAYA_LOCATION
16+
* Export Settings: fixed dropdown preference for Mayalt
17+
* FbxPrefabAutoUpdater: fixed so RectTransforms update correctly in Unity 2017.3
18+
* ConvertToPrefab: fixed null reference exception when converting missing components
19+
320
**Version**: 1.2.0b1
421

522
NEW FEATURES

0 commit comments

Comments
 (0)