Adds a composition to the Render Queue, creating a RenderQueueItem.comp The CompItem object for the composition to be added.RenderQueueItem object.
Tag Archives: render
preserveNestedFrameRate
When true, the frame rate of nested compositions is preserved in the current composition. Corresponds to the value of the Preserve frame rate when nested or
render
When true, the item will be rendered when the render queue is started. When set to true, the RenderQueueItem.status is set to RQItemStatus.QUEUED. When set
RQItemCollection object
The RQItemCollection contains all of the render-queue items in a project, as shown in the Render Queue panel of the project. The collection provides access
renderer
The current rendering plug-in module to be used to render this composition, as set in the Advanced tab of the Composition Settings dialog box. Allowed value
skipFrames
The number of frames to skip when rendering this item. Use this to do rendering tests that are faster than a full render.A value of 0 skip no frames, and re
items
A collection of all items in the render queue.RQItemCollection object; read-only.
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.