Get joint data from commandPort to external application
Not applicable
07-03-2019
07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've been struggling with an application and can't seem to find any answers. Throughout my search I've found ways to send commands to Maya from external applications using commandPort, like this article shows.
My main goal is to fee OUT data from Maya to a TCP client via sockets or commandPort, preferably using expressions or something similar. So if my elbow joint is Joes_Model_LowerArm.rotateY, each frame of the animation it will stream it's position over sockets.
Is this possible with Maya currently? or do i need to build something very custom?