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

Class FlipbookDialog

source code

PythonPanel --+        
              |        
  ExecuteDialog --+    
                  |    
       RenderDialog --+
                      |
                     FlipbookDialog

Instance Methods [hide private]
 
_titleString(self) source code
 
_idString(self) source code
 
__init__(self, dialogState, groupContext, node, takeNodeSettings) source code
 
_addPreKnobs(self)
Add knobs that must appear before the render knobs.
source code
 
_addPostKnobs(self)
Add knobs that must appear after the render knobs.
source code
 
_getDefaultViews(self) source code
 
_addViewKnob(self)
Add knobs for view selection.
source code
 
_selectedFlipbook(self) source code
 
_lutFromViewer(self, viewerName="") source code
 
_isViewerSettingKnob(self, knob) source code
 
_setKnobAndStore(self, knob, val) source code
 
knobChanged(self, knob) source code
 
_deleteTemporaries(self)
Delete all the files in the range to be rendered.
source code
 
_getIntermediateFileType(self) source code
 
_getIntermediatePath(self)
Get the path for the temporary files.
source code
 
_requireIntermediateNode(self) source code
 
_createIntermediateNode(self)
Create a write node to render out the current node so that output may be used for flipbooking.
source code
 
_getLUT(self) source code
 
_getAudio(self) source code
 
_getOptions(self, nodeToFlipbook) source code
 
run(self) source code

Inherited from RenderDialog: isBackgrounded

Inherited from RenderDialog (private): _getBackgroundLimits

Inherited from ExecuteDialog: addKnob, addToPane

Method Details [hide private]

_titleString(self)

source code 
Overrides: ExecuteDialog._titleString

_idString(self)

source code 
Overrides: ExecuteDialog._idString

__init__(self, dialogState, groupContext, node, takeNodeSettings)
(Constructor)

source code 
Overrides: ExecuteDialog.__init__

_addPreKnobs(self)

source code 

Add knobs that must appear before the render knobs.

Overrides: ExecuteDialog._addPreKnobs
(inherited documentation)

_addPostKnobs(self)

source code 

Add knobs that must appear after the render knobs.

Overrides: ExecuteDialog._addPostKnobs
(inherited documentation)

_getDefaultViews(self)

source code 
Overrides: ExecuteDialog._getDefaultViews

_addViewKnob(self)

source code 

Add knobs for view selection.

Overrides: ExecuteDialog._addViewKnob
(inherited documentation)

knobChanged(self, knob)

source code 
Overrides: ExecuteDialog.knobChanged

_getIntermediatePath(self)

source code 

Get the path for the temporary files. May be filled in using printf syntax.

run(self)

source code 
Overrides: ExecuteDialog.run