Package nuke :: Module executeInMain
[hide private]
[frames] | no frames]

Module executeInMain

source code

Functions [hide private]
 
executeInMainThread(call, args=(), kwargs={})
Execute the callable 'call' with optional arguments 'args' and named arguments 'kwargs' i n Nuke's main thread and return immediately.
source code
 
executeInMainThreadWithResult(call, args=(), kwargs={})
Execute the callable 'call' with optional arguments 'args' and named arguments 'kwargs' in Nuke's main thread and wait for the result to become available.
source code
Variables [hide private]
  __package__ = 'nuke'