File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed 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 "sprint31 " )
26
+ set (PACKAGE_VERSION "sprint32 " )
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** : sprint32
4
+
5
+ NEW FEATURES
6
+
7
+ * 3DsMax Unity Integration: Added popup suggesting user set system units to centimeters
8
+
9
+ Will only show up if system units are not already centimeters.
10
+ Click "yes" to change system units to centimeters, "no" to leave units as is.
11
+ If "no" is clicked, popup will not show up again for this session or .max file.
12
+
13
+ FIXES
14
+
15
+ * 3DsMax Unity Integration: Fix so file units are always exported as cm. Adjust scaling according to system units
16
+
17
+ e.g. a 3 meter cube in Max will export as a 300 cm cube in Unity
18
+
19
+
3
20
** Version** : sprint31
4
21
5
22
NEW FEATURES
You can’t perform that action at this time.
0 commit comments