render_batch_irt
Renders using Iray Interactive mode for a fixed number of iterations
arguments
- 
"canvas_content" : StringThe data to render into the image. 
- 
"canvas_name" : StringThe 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" : StringThe image format to return. 
- 
"pixel_type" : StringThe pixel type of the returned image. 
- 
"quality" : StringThe quality of the returned image. 
- 
"render_context_name" : StringThe name of the render context to use. 
- 
"render_context_options" : MapA 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" : Uint32The timeout for the named render context. 
- 
"scene_name" : StringThe name of the scene to render. 
