RQItemCollection object
app.project.renderQueue.items
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 to the RenderQueueItem objects, and allows you to create
them from compositions. The first RenderQueueItem object in the collection is at index position 1. See
“RenderQueueItem object” on page 163
- RQItemCollection is a subclass of Collection. All methods and attributes of Collection are available when
working with RQItemCollection. See “Collection object” on page 51.
Methods
RQItemCollection add() method
app.project.renderQueue.items.add(comp)
Adds a composition to the Render Queue, creating a RenderQueueItem.
Parameters: Returns: RenderQueueItem object.
Method Reference Description
add() “RQItemCollection add() method” on page 169 Adds a composition to the Render Queue.
comp The CompItem object for the composition to be added.