render_batch_irt
Renders using Iray Interactive mode for a fixed number of iterations
arguments
-
"canvas_content" : String
The data to render into the image.
-
"canvas_name" : String
The name of the canvas to use. If the canvas exists in the render context (and its resolution/pixel type matches) then the render will target this canvas. Otherwise a new canvas is created. The result will also be stored in the render context under this name.
-
"format" : String
The image format to return.
-
"pixel_type" : String
The pixel type of the returned image.
-
"quality" : String
The quality of the returned image.
-
"render_context_name" : String
The name of the render context to use.
-
"render_context_options" : Map
A map of options to be set onto the render context. The value of each of key needs to be another map that contains The type and value.
-
"render_context_timeout" : Uint32
The timeout for the named render context.
-
"scene_name" : String
The name of the scene to render.