nukescripts.renderdialog.ViewerCaptureDialog
- class nukescripts.renderdialog.ViewerCaptureDialog(dialogState, groupContext, node)[source]
Bases:
nukescripts.renderdialog.FlipbookDialogMethods
acceptAdd a child widget.
addCallbackAdd the knob and make sure it cannot be animated.
addToPaneReturn whether background rendering should be allowed for this render
cancelReturn an instance of a CaptureViewer class, which when executed captures the viewer.
Called when the widget is asked to be closed.
createDestroy the widget.
extractContainerNodesfinishModalDialogflipbookKnobsframeserverRenderAvailablegetNodeSelectionGet the height.
Hide the widget.
Return whether the background rendering option is enabled.
Return the enabled state.
Return whether the frame server option is enabled.
isTimelineWriteReturns true if the widget still exists.
knobChangedknobChangedCallbackknobsokreadKnobsrejectremoveCallbackremoveKnobrenderContainsContainersrenderToFrameServerrunsaveFileToRenderEnable or disable the widget.
Set the maximum size.
Set the minimum size.
Set the tooltip.
Show or hide the widget.
Show the widget.
Show the dialog as modal, and wait for it to be dismissed.
showModalDialogGet the tooltip.
Get the width.
writeKnobsAttributes
ShowWarningdeprecatedWarningShownshouldShowBGRender- add()
Add a child widget.
- addKnob(knob)
Add the knob and make sure it cannot be animated.
- backgroundRenderAvailable()
Return whether background rendering should be allowed for this render
- captureViewer()[source]
Return an instance of a CaptureViewer class, which when executed captures the viewer.
- close()
Called when the widget is asked to be closed.
- destroy()
Destroy the widget.
- height()
Get the height.
- hide()
Hide the widget.
- isBackgrounded()
Return whether the background rendering option is enabled.
- isEnabled()
Return the enabled state.
- isFrameserverEnabled()
Return whether the frame server option is enabled.
- isValid()
Returns true if the widget still exists. i.e. has not been closed by the user.
- setEnabled()
Enable or disable the widget.
- setMaximumSize()
Set the maximum size.
- setMinimumSize()
Set the minimum size.
- setTooltip()
Set the tooltip.
- setVisible()
Show or hide the widget.
- show()
Show the widget.
- showModal(defaultKnobText='')
Show the dialog as modal, and wait for it to be dismissed.
- tooltip()
Get the tooltip.
- width()
Get the width.