Skip to content

Commit

Permalink
[UPDATED] cmakelists
Browse files Browse the repository at this point in the history
[UPDATED] release notes
  • Loading branch information
DESKTOP-F8VO8FK\Austin committed Jan 15, 2018
1 parent 9308a6c commit 14d7ceb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")

if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
set(PACKAGE_VERSION "1.2.0b1")
set(PACKAGE_VERSION "sprint41")
endif()
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")

Expand Down
17 changes: 17 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
RELEASE NOTES

**Version**: sprint41

NEW FEATURES
* Added support for exporting lights
* FbxExporter: added ability to export animation on transforms
* FbxExporter: added ability to export animation on lights

Supports exporting animation of a light component's Intensity, SpotAngle, and Color

* FbxExporter: Added support for exporting Skinned Meshes

FIXES
* Export Settings: Added back support for MAYA_LOCATION
* Export Settings: fixed dropdown preference for Mayalt
* FbxPrefabAutoUpdater: fixed so RectTransforms update correctly in Unity 2017.3
* ConvertToPrefab: fixed null reference exception when converting missing components

**Version**: 1.2.0b1

NEW FEATURES
Expand Down

0 comments on commit 14d7ceb

Please sign in to comment.