Re: [Maya-Python] Receiving data from commandPort

2019-01-10 Thread Justin Israel
On Fri, Jan 11, 2019 at 7:42 AM wrote: > On Wednesday, 9 January 2019 19:40:32 UTC-8, Justin Israel wrote: > > On Thu, Jan 10, 2019 at 2:26 PM wrote: > > Hi, > > > > > > > > I'm sending a command through the commandPort (from a C# server) and it > executes a bunch of other python commands in Ma

Re: [Maya-Python] Receiving data from commandPort

2019-01-10 Thread unnikrishnan . anil
On Wednesday, 9 January 2019 19:40:32 UTC-8, Justin Israel wrote: > On Thu, Jan 10, 2019 at 2:26 PM wrote: > 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 no

Re: [Maya-Python] Receiving data from commandPort

2019-01-09 Thread Justin Israel
On Thu, Jan 10, 2019 at 2:26 PM wrote: > 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

[Maya-Python] Receiving data from commandPort

2019-01-09 Thread unnikrishnan . anil
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 mo