RenderDialog
Jump to navigation
Jump to search
The RenderDialog can be used to display and edit the RenderInfo of the Session to be rendered, usually to verify settings before rendering with the Renderer. The Render Dialog can not be used from the command-line renderer.
Construct a RenderDialog with the Session to be rendered.
>> dialog = RenderDialog(session)
>> dialog.execute()
Attributes
Name | Description |
---|---|
preview | True if the preview window should appear during rendering |
Methods
Name | Description |
---|---|
execute() | Display the dialog. Returns True if the dialog is accepted, False if canceled. |