Hi,
I'm working with a network connection between maya and processing.
Processing can receive data, but only when everything is echoed with the commandPort -eo flag. In the manual for commandPort it quotes: "Typically only the result is transmitted", which would be great, but doesn't happen.
I use this line to open it: commandPort -name ":10004";
Or is there a way to send only specific lines via mel?
Thanks
(I'm using win7 64bit, maya2011)