nukescripts.renderdialog.RenderDialog

class nukescripts.renderdialog.RenderDialog(dialogState, groupContext, nodeSelection=[], exceptOnError=True, allowFrameServer=True)[source]

Bases: nukescripts.renderdialog.ExecuteDialog

Methods

accept

add

Add a child widget.

addCallback

addKnob

Add the knob and make sure it cannot be animated.

addToPane

backgroundRenderAvailable

Return whether background rendering should be allowed for this render

cancel

close

Called when the widget is asked to be closed.

create

destroy

Destroy the widget.

extractContainerNodes

finishModalDialog

frameserverRenderAvailable

getNodeSelection

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.

isTimelineWrite

isValid

Returns true if the widget still exists.

knobChanged

knobChangedCallback

knobs

ok

readKnobs

reject

removeCallback

removeKnob

renderContainsContainers

renderToFrameServer

run

saveFileToRender

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

Show the dialog as modal, and wait for it to be dismissed.

showModalDialog

tooltip

Get the tooltip.

width

Get the width.

writeKnobs

Attributes

ShowWarning

deprecatedWarningShown

shouldShowBGRender

add()

Add a child widget.

addKnob(knob)

Add the knob and make sure it cannot be animated.

backgroundRenderAvailable()[source]

Return whether background rendering should be allowed for this render

close()

Called when the widget is asked to be closed.

destroy()

Destroy the widget.

height()

Get the height.

hide()

Hide the widget.

isBackgrounded()[source]

Return whether the background rendering option is enabled.

isEnabled()

Return the enabled state.

isFrameserverEnabled()[source]

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.