File tree Expand file tree Collapse file tree 4 files changed +25
-2
lines changed
Assets/Integrations/Autodesk/max/scripts Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ FbxImporterSetParam "Cameras" true
16
16
FbxImporterSetParam " Lights" true
17
17
18
18
-- Axis Conversion
19
- FbxImporterSetParam " UpAxis" " Y "
19
+ FbxImporterSetParam " UpAxis" " Z "
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 "1.3.0b1 " )
26
+ set (PACKAGE_VERSION "1.3.0b2 " )
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** : 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
+
3
19
** Version** : 1.3.0b1
4
20
5
21
FIXES
Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
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
+
3
10
** Version** : 1.3.0b1
4
11
5
12
NEW FEATURES
You can’t perform that action at this time.
0 commit comments