A collection of all items in the render queue.RQItemCollection object; read-only.
Tag Archives: render
status
The current render status of the item.An RQItemStatus enumerated value; read-only. One of:RQItemStatus.WILLCONTINUE Rendering process has been paused.RQItem
postRenderAction
An action to be performed when the render operation is completed.A PostRenderAction enumerated value read/write ; one of:postRenderAction.NONEpostRenderActi
numItems
The total number of items in the render queue.Integer; read-only.
templates
The names of all Render Settings templates available for the item. See also RenderQueueItem saveAsTemplate method .Array of strings; read-only.
OMCollection object
The OMCollection contains all of the output modules in a render queue. The collection provides access to the OutputModule objects, but does not provide any
pauseRendering()
Pauses the current rendering process, or continues a paused rendering process. This is the same as clicking Pause in the Render Queue panel during a render.
timeSpanDuration
The duration in seconds of the composition to be rendered. The duration is determined by subtracting the start time from the end time. Setting this value is
OutputModule object
An OutputModule object of a RenderQueueItem generates a single file or sequence via a render operation, and contains attributes and methods relating to the
render()
Starts the rendering process. This is the same as clicking Render in the Render Queue panel. The method does not return until the render process is complete