【maya】mayaをコマンドプロンプトから起動してpythonスクリプトを実行する方法

コマンドプロンプトから実行するとバッチ処理など複数のファイルを一括処理したい時に便利。
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\”) “

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA