Skip to content

Commit 2204c1b

Browse files
committed
remove headers from mel files
1 parent 1ef8b70 commit 2204c1b

File tree

5 files changed

+0
-75
lines changed

5 files changed

+0
-75
lines changed

Assets/Integrations/Autodesk/maya/scripts/configureUnityFbxForMaya.mel

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
// ########################################################################
2-
// # Copyright (c) 2017 Unity Technologies. All rights reserved.
3-
// # NOTICE: All information contained herein is, and remains
4-
// # the property of Unity Technologies Aps. and its suppliers,
5-
// # if any. The intellectual and technical concepts contained
6-
// # herein are proprietary to Unity Technologies Aps. and its
7-
// # suppliers and may be covered by Canadian, U.S. and/or
8-
// # Foreign Patents, patents in process, and are protected
9-
// # by trade secret or copyright law. Dissemination of this
10-
// # information or reproduction of this material is strictly
11-
// # forbidden unless prior written permission is obtained from
12-
// # Unity Technologies Aps.
13-
// #
14-
// ########################################################################
15-
161
global proc configureUnityFbxForMaya(
172
string $unityProject,
183
string $unityFbxExportSettings,

Assets/Integrations/Autodesk/maya/scripts/setupUnityUI.mel

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
// ########################################################################
2-
// # Copyright (c) 2017 Unity Technologies. All rights reserved.
3-
// # NOTICE: All information contained herein is, and remains
4-
// # the property of Unity Technologies Aps. and its suppliers,
5-
// # if any. The intellectual and technical concepts contained
6-
// # herein are proprietary to Unity Technologies Aps. and its
7-
// # suppliers and may be covered by Canadian, U.S. and/or
8-
// # Foreign Patents, patents in process, and are protected
9-
// # by trade secret or copyright law. Dissemination of this
10-
// # information or reproduction of this material is strictly
11-
// # forbidden unless prior written permission is obtained from
12-
// # Unity Technologies Aps.
13-
// #
14-
// ########################################################################
15-
161
global string $unityMenuName = "UnityFbxForMaya";
172
global string $unityMenuDivider = "UnityFbxForMayaDivider";
183
global string $unityMenuLabel = "Unity";

Assets/Integrations/Autodesk/maya/scripts/unityCommands.mel

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
// ########################################################################
2-
// # Copyright (c) 2017 Unity Technologies. All rights reserved.
3-
// # NOTICE: All information contained herein is, and remains
4-
// # the property of Unity Technologies Aps. and its suppliers,
5-
// # if any. The intellectual and technical concepts contained
6-
// # herein are proprietary to Unity Technologies Aps. and its
7-
// # suppliers and may be covered by Canadian, U.S. and/or
8-
// # Foreign Patents, patents in process, and are protected
9-
// # by trade secret or copyright law. Dissemination of this
10-
// # information or reproduction of this material is strictly
11-
// # forbidden unless prior written permission is obtained from
12-
// # Unity Technologies Aps.
13-
// #
14-
// ########################################################################
15-
161
global string $UnityExportSet = "UnityFbxExportSet";
172
global string $UnityFbxFilePathAttr = "unityFbxFilePath";
183
global string $UnityFbxFileNameAttr = "unityFbxFileName";

Assets/Integrations/Autodesk/maya/scripts/unityFbxExportSettings.mel

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
// ########################################################################
2-
// # Copyright (c) 2017 Unity Technologies. All rights reserved.
3-
// # NOTICE: All information contained herein is, and remains
4-
// # the property of Unity Technologies Aps. and its suppliers,
5-
// # if any. The intellectual and technical concepts contained
6-
// # herein are proprietary to Unity Technologies Aps. and its
7-
// # suppliers and may be covered by Canadian, U.S. and/or
8-
// # Foreign Patents, patents in process, and are protected
9-
// # by trade secret or copyright law. Dissemination of this
10-
// # information or reproduction of this material is strictly
11-
// # forbidden unless prior written permission is obtained from
12-
// # Unity Technologies Aps.
13-
// #
14-
// ########################################################################
15-
161
FBXResetExport;
172

183
// FBX file format

Assets/Integrations/Autodesk/maya/scripts/unityFbxImportSettings.mel

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
// ########################################################################
2-
// # Copyright (c) 2017 Unity Technologies. All rights reserved.
3-
// # NOTICE: All information contained herein is, and remains
4-
// # the property of Unity Technologies Aps. and its suppliers,
5-
// # if any. The intellectual and technical concepts contained
6-
// # herein are proprietary to Unity Technologies Aps. and its
7-
// # suppliers and may be covered by Canadian, U.S. and/or
8-
// # Foreign Patents, patents in process, and are protected
9-
// # by trade secret or copyright law. Dissemination of this
10-
// # information or reproduction of this material is strictly
11-
// # forbidden unless prior written permission is obtained from
12-
// # Unity Technologies Aps.
13-
// #
14-
// ########################################################################
15-
161
FBXResetImport;
172

183
FBXImportAxisConversionEnable -v true;

0 commit comments

Comments
 (0)