nukescripts.clientserver.client

class nukescripts.clientserver.client(host='localhost', port=50007)[source]

Bases: object

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

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

Methods

close

send