Wednesday, November 12, 2008

old version of Maya to open my new version's file

This is a commonly asked question on most forums; "How can I get my old version of Maya to open my new version's file?" Here's how you do this: in your new version, save the file as a .ma file. Now open up your file explorer. Find the file, right click on it and hit edit. This should open Notepad or Wordpad. Edit the top couple of lines.

requires maya ”your new version”;
currentUnit -l centimeter -a degree -t film;
fileInfo “application” “maya”;
fileInfo “product” “your new version”;
fileInfo “version” “your new version”;

to

requires maya “old file version”;
currentUnit -l centimeter -a degree -t film;
fileInfo “application” “maya”;
fileInfo “version” “Your old file version”;


Now save the file and you should be able to open the file in your old version of Maya. This does have limitations. This doesn't help if your new version has special features of plug-ins that the old version didn't have.

No comments: