|
_showDialog(dialog)
Shows the with showModalDialog() and then calls dialog.run() if it
returns True |
source code
|
|
|
showExecuteDialog(nodesToExecute,
exceptOnError=True)
Present a dialog that executes the given list of nodes. |
source code
|
|
|
showRenderDialog(nodesToRender,
exceptOnError=True,
allowFrameServer=True)
Present a dialog that renders the given list of nodes. |
source code
|
|
|
_getFlipbookDialog(node,
takeNodeSettings=False)
Returns the flipbook dialog object created when flipbooking node |
source code
|
|
|
showFlipbookDialog(node,
takeNodeSettings=False)
Present a dialog that flipbooks the given node. |
source code
|
|
|
|
|
showFlipbookDialogForSelected()
Present a dialog that flipbooks the currently selected node. |
source code
|
|
|
|
|
|
|
|
|
_USE_SETTINGS_FROM_CUSTOM = 'Custom'
|
|
_FRAME_RANGE_GLOBAL = 'global'
|
|
_FRAME_RANGE_INPUT = 'input'
|
|
_FRAME_RANGE_INOUT = 'in-out'
|
|
_FRAME_RANGE_VISIBLE = 'visible'
|
|
_FRAME_RANGE_CUSTOM = 'custom'
|
|
_gRenderDialogState = DialogState()
|
|
_gFlipbookDialogState = DialogState()
|
|
_gViewerCaptureDialogState = DialogState()
|