Digital humans the art of the digital double
Ever wanted to know how digital doubles are created in the movie industry? This course will give you an insight into how it's done.
# 46 10-09-2007 , 11:26 AM
Jr.Who
Guest
Posts: n/a
Well, since there’s no 8.0 users to help you, I guess I’ll try saving it as a .mb later today. Hopefully that will look better.

Hang in there coldwave.
user added image

# 47 10-09-2007 , 05:41 PM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310

Originally posted by Jr.Who
Well, since there’s no 8.0 users to help you, I guess I’ll try saving it as a .mb later today. Hopefully that will look better.

Hang in there coldwave.
user added image

I can't read it

->

// Result: ./untitled //
commandPort -securityWarning -name commandportDefault;
file -i "C:/Documents and Settings/COlD/Desktop/Proekt 2.mb";
// Error: line 1: Unknown Maya file version: 8.5. //
// File read in 0 seconds.
// Warning: Errors have occurred while reading this scene that may result in data loss.
Please check the Script Editor for details. //
// Error: Error reading file. //

# 48 15-09-2007 , 11:49 AM
Rhetoric Camel's Avatar
Subscriber
Join Date: Dec 2006
Location: Plattsburgh New York
Posts: 1,222
Jr. Who, save the file as an ASCII file, send it to Coldwave
Open the ascii file in wordpad, or notepad and change everything that mentions 8.0 to whichever version you're using.

I had to do it to go back to 6.5 from 8.5 while I await a new PSU..

Example:

//Maya ASCII 8.0 scene
//Name: camel85to65.ma
//Last modified: Sat, Sep 15, 2007 03:17:38 PM
//Codeset: 1252
requires maya "8.0";
requires "Mayatomr" "8.5.1.3m - 3.5.6.7 ";
requires "maxwell" "1.0.16";
currentUnit -l foot -a degree -t film;
fileInfo "application" "maya";
fileInfo "product" "Maya Unlimited 8.0";
fileInfo "version" "8.0";
fileInfo "cutIdentifier" "200612162224-692032";
fileInfo "osv" "Microsoft Windows XP Service Pack 2 (Build 2600)\n";


change all those 8.0's to whichever version you use

I went from 85 to 65 and it worked fine, and you should then be able to save it as a .ma or whatever you wish to from there.

//Maya ASCII 6.5 scene
//Name: camel85to65.ma
//Last modified: Sat, Sep 15, 2007 03:17:38 PM
//Codeset: 1252
requires maya "6.5";
requires "Mayatomr" "8.5.1.3m - 3.5.6.7 ";
requires "maxwell" "1.0.16";
currentUnit -l foot -a degree -t film;
fileInfo "application" "maya";
fileInfo "product" "Maya Unlimited 6.5";
fileInfo "version" "6.5";
fileInfo "cutIdentifier" "200612162224-692032";
fileInfo "osv" "Microsoft Windows XP Service Pack 2 (Build 2600)\n";

# 49 15-09-2007 , 12:37 PM
Jr.Who
Guest
Posts: n/a

Originally posted by Rhetoric Camel
Jr. Who, save the file as an ASCII file, send it to Coldwave
Open the ascii file in wordpad, or notepad and change everything that mentions 8.0 to whichever version you're using.

I had to do it to go back to 6.5 from 8.5 while I await a new PSU..

Example:

//Maya ASCII 8.0 scene
//Name: camel85to65.ma
//Last modified: Sat, Sep 15, 2007 03:17:38 PM
//Codeset: 1252
requires maya "8.0";
requires "Mayatomr" "8.5.1.3m - 3.5.6.7 ";
requires "maxwell" "1.0.16";
currentUnit -l foot -a degree -t film;
fileInfo "application" "maya";
fileInfo "product" "Maya Unlimited 8.0";
fileInfo "version" "8.0";
fileInfo "cutIdentifier" "200612162224-692032";
fileInfo "osv" "Microsoft Windows XP Service Pack 2 (Build 2600)\n";


change all those 8.0's to whichever version you use

I went from 85 to 65 and it worked fine, and you should then be able to save it as a .ma or whatever you wish to from there.

//Maya ASCII 6.5 scene
//Name: camel85to65.ma
//Last modified: Sat, Sep 15, 2007 03:17:38 PM
//Codeset: 1252
requires maya "6.5";
requires "Mayatomr" "8.5.1.3m - 3.5.6.7 ";
requires "maxwell" "1.0.16";
currentUnit -l foot -a degree -t film;
fileInfo "application" "maya";
fileInfo "product" "Maya Unlimited 6.5";
fileInfo "version" "6.5";
fileInfo "cutIdentifier" "200612162224-692032";
fileInfo "osv" "Microsoft Windows XP Service Pack 2 (Build 2600)\n";

Well, I can’t save it as a .ma, but I tried it under .mb. .MB. Hopefully it works!

# 50 15-09-2007 , 12:52 PM
Rhetoric Camel's Avatar
Subscriber
Join Date: Dec 2006
Location: Plattsburgh New York
Posts: 1,222
so after saving as a ascii format it wont allow you to save as a .ma again? Just checking, I never converted out of an ascii format so I wasn't sure.

# 51 15-09-2007 , 01:11 PM
Jr.Who
Guest
Posts: n/a

Originally posted by Rhetoric Camel
so after saving as a ascii format it wont allow you to save as a .ma again? Just checking, I never converted out of an ascii format so I wasn't sure.

What? It never was a .ma.

# 52 15-09-2007 , 01:53 PM
Rhetoric Camel's Avatar
Subscriber
Join Date: Dec 2006
Location: Plattsburgh New York
Posts: 1,222
Jr.Who you have to save the file as a ASCII format, click the option box next to save as and make sure you make it a ASCII format. Send that to Coldwave, and he will open it in wordpad or notepad and change everything that says 8.5 to whichever version he is using.

# 53 15-09-2007 , 02:04 PM
Jr.Who
Guest
Posts: n/a

Originally posted by Rhetoric Camel
Jr.Who you have to save the file as a ASCII format, click the option box next to save as and make sure you make it a ASCII format. Send that to Coldwave, and he will open it in wordpad or notepad and change everything that says 8.5 to whichever version he is using.

Did you read any of the posts before this page?

# 54 15-09-2007 , 02:10 PM
Rhetoric Camel's Avatar
Subscriber
Join Date: Dec 2006
Location: Plattsburgh New York
Posts: 1,222
not all of 'em but it sounded like he couldn't open up what you were saving in a new version... if theres more to it than that, I'm sorry for not reading every post.

# 55 16-09-2007 , 04:50 AM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310
:attn: :attn: :attn: :attn: :attn: :attn: :attn: :attn: It's all fine now !!!! thx !!!user added image :bow:

Attached Thumbnails
# 56 21-10-2007 , 11:01 AM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310
update...

Attached Thumbnails
# 57 25-12-2007 , 12:03 PM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310
.

Attached Thumbnails
# 58 25-12-2007 , 12:07 PM
ColdWave's Avatar
Registered User
Join Date: Sep 2006
Location: Bulgaria, Vidin
Posts: 1,310
..

Attached Thumbnails
Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads