nuke.show

nuke.show(n, forceFloat) None

Opens a window for each named node, as though the user double-clicked on them. For normal operators this opens the control panel, for viewers it opens the viewer, for groups it opens the control panel.

Parameters
  • n – Optional node argument. Default is the current node.

  • forceFloat – Optional python object. If it evaluates to True it will open the window as a floating panel. Default is False.

Returns

None