View Single Post
# 17 13-12-2002 , 04:03 AM
NitroLiq's Avatar
Moderator
Join Date: Nov 2002
Location: New York
Posts: 2,133
Nope, didn't work. "Unrecognized file type." Tried to import first as "best guess" and second as .ma file type. Here's the script editor result:


select -cl ;
pv_performAction "C:/Documents and Settings/me/Desktop/RBulletTrail4_0.ma" "Best Guess";
// Warning: Object not found: projectViewerWindow //
// Result: 0 //
select -cl ;
pv_performAction "C:/Documents and Settings/me/Desktop/RBulletTrail4_0.ma" "mayaAscii";
file -import -type "mayaAscii" -rpr "RBulletTrail4_0" -options "v=0;p=17" "C:/Documents and Settings/me/Desktop/RBulletTrail4_0.ma";
// Error: file: C:/Documents and Settings/me/Desktop/RBulletTrail4_0.ma line 4: Cannot find procedure "fileInfo". //
// File read in 0 seconds.
// Error: Error reading file. //


"Terminat Bora Diem, Terminal Auctor opus."

Last edited by NitroLiq; 13-12-2002 at 04:08 AM.