What I have been researching with no luck, is how to get Autodesk Maya to communicate though the web on the localhost ip (preferably TCP). My goal is to control maya with a quick java application I wrote to manipulate curve selecting and such. If there is a way to do it in mel scripting, that would be awesome.
相关问题
- Conditional module importing in Python
- Is there any way to install nose in Maya?
- Using Sliders for shapes in Maya with Python
- You need a shiboken-based type
- Calling UI objects from a file into another
相关文章
- How to change one texture image of a 3d model(maya
- How to resize on object - Autodesk Forge Viewer
- Proper PySide QThread use in Maya to avoid hard cr
- How to Import models from 3D software, like Maya i
- Unity 3D multiple UV sets
- SceneKit - how to get animations for a .dae model?
- Autodesk Viewer: Suggestions for 2D view of floor
- Not getting expected output in Maya python scripti
Maya includes the
commandPort
command which will listen for incoming connections on a socket and run either mel or python scripts on the incoming dataexamples: 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