nukescripts.clientserver.server

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

Bases: object

Example of running an IPV6 socket server on a separate thread inside Nuke. The default command is to create the named node.

from nukescripts import clientserver clientserver.threaded_server()

Methods

start