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

Not applicable
06-23-2015
02:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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,