Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ Maya プラグインがあります。ロードされると、MEL プロシージャを自動的に呼び出して GUI を作成します。
status = plugin.registerUI("LoadGUI", "UnloadGUI");CHECK_STATUS(status);
ただし、registerUI は MEL プロシージャでのみ使用できるようです。
Pythonで同様のことを行うにはどうすればよいですか?
melコマンドにpythonコマンドを呼び出させます。