如何让Maya通过localhost IP进行通信?

时间:2015-05-28 21:31:07

标签: maya autodesk

我一直在研究没有运气,是如何让Autodesk Maya通过localhost ip(最好是TCP)上的网络进行通信。我的目标是使用我编写的快速java应用程序控制maya来操作曲线选择等。如果有一种方法可以在mel脚本中进行,那就太棒了。

1 个答案:

答案 0 :(得分:2)

Maya包含commandPort命令,该命令将侦听套接字上的传入连接,并对传入数据运行mel或python脚本

例子: http://fredrik.averpil.com/post/55507118045

Opening a commandPort in standalone maya for unit testing

use external python script to open maya and run another script inside maya