Skip to content

Commit c0d0e55

Browse files
authored
Merge pull request #373 from Unity-Technologies/UNI-43576-1.3.0b2-forum-release
Uni 43576 1.3.0b2 forum release
2 parents aa2fbea + 76f1c33 commit c0d0e55

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

Assets/Integrations/Autodesk/max/scripts/unityFbxImportSettings.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ FbxImporterSetParam "Cameras" true
1616
FbxImporterSetParam "Lights" true
1717

1818
-- Axis Conversion
19-
FbxImporterSetParam "UpAxis" "Y"
19+
FbxImporterSetParam "UpAxis" "Z"

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

RELEASE_NOTES.md

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

3+
**Version**: 1.3.0b2
4+
5+
NEW FEATURES
6+
7+
* 3ds Max Integration:
8+
9+
- Add FBX Import settings file
10+
- Add ability to import multiple files at once
11+
- Recognize animation files on import
12+
- Add ability to export based on scene selection
13+
- Add export model only option
14+
15+
KNOWN ISSUES
16+
17+
* Cannot export animation only from 3ds Max
18+
319
**Version**: 1.3.0b1
420

521
FIXES

RELEASE_NOTES_EXTERNAL.md

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

3+
**Version**: 1.3.0b2
4+
5+
NEW FEATURES
6+
7+
* Unity3dsMaxIntegration: Allow multi file import
8+
* Unity3dsMaxIntegration: Allow multi file export by scene selection
9+
310
**Version**: 1.3.0b1
411

512
NEW FEATURES

0 commit comments

Comments
 (0)