我正在尝试使用Maya LT 2015从命令行(OS X)运行MEL脚本。有关如何执行此操作的说明,请访问:
Autodesk Maya LT - Start Maya from the command line
但是,当我尝试Maya -prompt
或Maya -batch -script "test.mel"
时,只需获取此信息:
Flags:
-v prints the product version and cut number
-proj [dir] look for files in the specified project dir
-file [file] opens the specified file (use complete file name)
-archive [file] displays a list of files required to archive the specified scene
-noAutoloadPlugins do not auto-load any plug-ins.
-help prints this message
好像它不支持-batch标志。有什么想法吗?
答案 0 :(得分:0)
经过大量测试后,我得出的结论是Maya LT不支持批处理模式。 Autodesk网站上的文档不正确(它是常规Maya文档的副本)。