Package nukescripts :: Module renderdialog :: Class RenderDialog
[hide private]
[frames] | no frames]

Class RenderDialog

source code

PythonPanel --+    
              |    
  ExecuteDialog --+
                  |
                 RenderDialog

Instance Methods [hide private]
 
_titleString(self) source code
 
_idString(self) source code
 
__init__(self, dialogState, groupContext, nodeSelection=[], exceptOnError=True, allowFrameServer=True) source code
 
_addPreKnobs(self)
Add knobs that must appear before the render knobs.
source code
 
_showDeprecatedWarningMessage(self) source code
 
_addTrailingKnobs(self)
Add knobs that must appear at the very end.
source code
 
_getBackgroundLimits(self) source code
 
knobChanged(self, knob) source code
 
isBackgrounded(self)
Return whether the background rendering option is enabled.
source code
 
isFrameserverEnabled(self)
Return whether the frame server option is enabled.
source code
 
backgroundRenderAvailable(self)
Return whether background rendering should be allowed for this render
source code
 
frameserverRenderAvailable(self) source code
 
extractContainerNodes(self, nodeSelection) source code
 
isTimelineWrite(self) source code
 
saveFileToRender(self, prefix, forceSaveNew) source code
 
getNodeSelection(self) source code
 
renderContainsContainers(self) source code
 
renderToFrameServer(self, frame_ranges, views) source code
 
run(self) source code

Inherited from ExecuteDialog: addKnob, addToPane

Class Variables [hide private]
  deprecatedWarningShown = False
  shouldShowBGRender = False
  ShowWarning = True
Method Details [hide private]

_titleString(self)

source code 
Overrides: ExecuteDialog._titleString

_idString(self)

source code 
Overrides: ExecuteDialog._idString

__init__(self, dialogState, groupContext, nodeSelection=[], exceptOnError=True, allowFrameServer=True)
(Constructor)

source code 
Overrides: ExecuteDialog.__init__

_addPreKnobs(self)

source code 

Add knobs that must appear before the render knobs.

Overrides: ExecuteDialog._addPreKnobs
(inherited documentation)

_addTrailingKnobs(self)

source code 

Add knobs that must appear at the very end.

Overrides: ExecuteDialog._addTrailingKnobs
(inherited documentation)

knobChanged(self, knob)

source code 
Overrides: ExecuteDialog.knobChanged

run(self)

source code 
Overrides: ExecuteDialog.run