Skip to content

Commit ae13803

Browse files
authored
Merge pull request #210 from Unity-Technologies/UNI-31096-sprint34-release
Uni 31096 sprint34 release
2 parents 24028c7 + b86504a commit ae13803

File tree

4 files changed

+27
-15
lines changed

4 files changed

+27
-15
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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-
81
using System;
92
using System.IO;
103
using UnityEditorInternal;

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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-
81
using UnityEngine;
92
using UnityEditor;
103
using System;

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

RELEASE_NOTES.md

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

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+
329
**Version**: 1.1.0b1
430

531
NEW FEATURES

0 commit comments

Comments
 (0)