File tree Expand file tree Collapse file tree 4 files changed +27
-15
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 4 files changed +27
-15
lines changed Original file line number Diff line number Diff line change 1
- // ***********************************************************************
2
- // Copyright (c) 2017 Unity Technologies. All rights reserved.
3
- //
4
- // Licensed under the ##LICENSENAME##.
5
- // See LICENSE.md file in the project root for full license information.
6
- // ***********************************************************************
7
-
8
1
using System ;
9
2
using System . IO ;
10
3
using UnityEditorInternal ;
Original file line number Diff line number Diff line change 1
- // ***********************************************************************
2
- // Copyright (c) 2017 Unity Technologies. All rights reserved.
3
- //
4
- // Licensed under the ##LICENSENAME##.
5
- // See LICENSE.md file in the project root for full license information.
6
- // ***********************************************************************
7
-
8
1
using UnityEngine ;
9
2
using UnityEditor ;
10
3
using System ;
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.1.0b1 " )
26
+ set (PACKAGE_VERSION "sprint34 " )
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** : sprint34
4
+
5
+ NEW FEATURES
6
+
7
+ * Added Maya LT Integration
8
+
9
+ Replaced Maya python implementation with MEL script, which is used by both Maya and Maya LT.
10
+
11
+ NOTE: it is no longer possible to unload the plugin using Maya's plugin manager.
12
+
13
+ * Export Settings: Added option to launch 3D application after installing integration
14
+
15
+ * Export Settings: Added option to export FBX as ASCII or Binary
16
+
17
+ * Export Settings: Added integration unzip location field
18
+
19
+ Use new field to select where to unzip the integration zip file, instead of being asked each time
20
+ "Install Unity Integration" button is clicked.
21
+
22
+ FIXES
23
+ * Export Settings: Moved "Browse" button out of the dropdown
24
+ * Unity 3ds Max Integration: Added tooltips to the import/export menu items
25
+ * Export Settings: Align checkboxes, text fields, and dropdown
26
+ * Fbx Prefab: Add tooltip to "Source Fbx Asset" field
27
+ * Export Settings: Search for 3D applicaitons in multiple vendor locations (e.g. C:/ and D:/ drive)
28
+
3
29
** Version** : 1.1.0b1
4
30
5
31
NEW FEATURES
You can’t perform that action at this time.
0 commit comments