コマンドプロンプトから実行するとバッチ処理など複数のファイルを一括処理したい時に便利。
mayapy.exeを使う方法とmayabatch.exeをmelコマンド経由でpythonを呼ぶ方法がある。
To run maya from command prompt and running a python script.
This is useful when running some script on multiple files at once.
There are 2 ways, one to use mayapy.exe and other to use mayabatch.exe with mel command.
【例】matabatch.exeの時、hello.pyはスクリプトフォルダに入ってる状態
“C:\【mayaへのパス】\bin\mayapy.exe” “C:\temp\hello.py”
“C:\【mayaへのパス】\bin\mayabatch.exe” -command “python(\”import hello\”) “