Maya File Converter 1.0 Broken link
Broken file
Wrong desc.

File details

Category: modding tools
Subcategory: 3D, Textures, Effects
Size: 16KB
Downloaded: 2251 (bandwidth usage: ~36.02MB)

Download

Click here to download Maya File Converter 1.0
DO NOT HOTLINK!

Description

Tool for converting Maya files to their older version.

Console application

(Maya files were used in HW2, tool might be useful, but I don′t know much what for... never used it myself)

Readme.txt

// mayaFileConverter (FREEWARE)
// APPLICATION
// Executable for WIN32. NT/2000/XP
// Version 1.0
// Developed by PROVIDE3D
// http://wwww.provide3d.com
// Last Update: 05/2004
//

// CONTENTS:
//
// - Description
// - Synopsis
// - Flags
// - Usage
//

// ============= DESCRIPTION ==============
//
// Converts either a Maya ASCII scene file
// or a Maya Binary scene file to ANY other
// version.
//
// PLEASE NOTE: Since this application can
// be used for converting a Maya scene file
// to an older version of it, warning errors
// may take place while your scene is being
// loaded. This is 'normal' due to backward
// Maya scenes incompatibilities.
//

// =============== SYNOPSIS ===============
//
// mayaFileConverter [-v] filename
// where 'filename' is a Maya ASCII or a Maya
// Binary file.
//

// ================= FLAGS ================
//
// -v X.X Target version: e.g.: 4.5
//

// ================= USAGE ================
//
// mayaFileConverter -v 4.5 C:/myFile.mb
//
// RESULT: C:/myFile_4.5.mb
//

// ========================================
//
// END OF README.TXT
//