Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Are you able to batch importing of .ma and exporting of .obj?

Are you able to batch importing of .ma and exporting of .obj?

Anonymous
Not applicable
466 Views
0 Replies
Message 1 of 1

Are you able to batch importing of .ma and exporting of .obj?

Anonymous
Not applicable

Hey guys, just checking to see if I am doing something wrong or if maya is able to batch process importing of .ma files and then export it to .obj

 

The code that works perfectly in Maya UI console but cant seem to use it on the batch CMD: 

	file -import -type "mayaAscii"  -ignoreVersion -ra true -mergeNamespacesOnClash false -namespace "NameOfFile" -options "v=0;p=17;f=0"  -pr "Location of File.ma";
	file -force -options "groups=1;ptgroups=1;materials=1;smoothing=1;normals=1" -type "OBJexport" -pr -ea "Location of exported file.obj";

  

Any help in this would be great.

Cheers, 

0 Likes
467 Views
0 Replies
Replies (0)