nukescripts.pyQtAppUtils.pyQtAppHelper

class nukescripts.pyQtAppUtils.pyQtAppHelper(*args, **kwargs)[source]

Bases: nukescripts.pyAppUtils.pyAppHelper, nuke_internal.utils.FnPySingleton

Helper class to initialise PySide2 in a separate thread

constructor

Methods

closeApplication

getApplication

initiate

Start the thread associated with this object

run

Runs the specified call in a separate thread.

start

stop

terminate

Terminated the thread associated with this object

initiate()

Start the thread associated with this object

run(call, args=(), kwargs={})

Runs the specified call in a separate thread.

terminate()

Terminated the thread associated with this object