Pymel / Python Coding

Category: processing

Processing to Maya

Set up command ports in Maya First thing is to open a port in maya this enables a processing sketch to communicate in real time back to maya. The port numbers need to match up with those used in the sketch. // mel script open port commandPort -name “127.0.0.1:6004” // mel script close port commandPort…