Hi,

I'm sending a command through the commandPort (from a C# server) and it 
executes a bunch of other python commands in Maya. I get the response in my 
Maya console but none of this is being passed onto the C# server through the 
commandPort. The C# server prints 'None' (breakpoints) the same moment my Maya 
console is populated by the logs from the python code.

This is what opens the commandPort:

cmds.commandPort(name="localhost:8010", bufferSize=4096, sourceType="python", 
noreturn=False)

On the C# side, I have a NetworkStream.Read() that's fetching the data.

TIA

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/1e7024ea-354e-47a2-a9ca-05bb91c57149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to