|
|
|
connect_selected_to_viewer(inputIndex)
Connects the selected node to the given viewer input index, ignoring
errors if no node is selected. |
source code
|
|
|
toggle_monitor_output()
Toggles monitor output (switches it on if it's off, or vice versa)
for the currently active viewer. |
source code
|
|
|
clear_selection_recursive(group=nuke.root())
Sets all nodes to unselected, including in child groups. |
source code
|
|
|
|
|
|
|
showname()
Shows the current script path and, if the selected node is a Read or
Write node, the filename from it. |
source code
|
|
|
swapAB(n)
Swaps the first two inputs of a node. |
source code
|
|
|
print_callback_info(verbose=False,
callbackTypes=None)
Returns a list of all currently active callbacks, with the following optional
arguments:
verbose=False : prints the documentation as well as the callback
callbackTypes=None : limit the callback info to a particular callback
type (e.g. |
source code
|
|