Package nukescripts :: Module clientserver :: Class client
[hide private]
[frames] | no frames]

Class client

source code

Example of running an IPV6 socket client to create nodes in Nuke.

from nukescripts import clientserver c = clientserver.client() c.send("Blur")

Instance Methods [hide private]
 
__init__(self, host='localhost', port=50007) source code
 
send(self, msg) source code
 
close(self) source code