The renderSceneDialog structure provides a set of functions for controlling the Render Scene Dialog window.
renderSceneDialog.cancel()
Closes Render Scene Dialog if open. Changes made in the dialog are rejected. No arguments.
renderSceneDialog.close()
Closes Render Scene Dialog if open. Changes made in the dialog are accepted. No arguments.
renderSceneDialog.commit()
If Render Scene dialog is open, the dialog remains open, but changes made in the dialog are accepted. No arguments.
renderSceneDialog.isOpen()
Returns true
if the Render Scene dialog is open, false
is closed. No arguments.
renderSceneDialog.open()
Opens Render Scene Dialog if not already open. No arguments.
renderSceneDialog.update()
If Render Scene dialog is open, it is updated to show the changes made to it. No arguments.