app.project.renderQueue.items
Description
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
• RQItemCollection is a subclass of Collection. All methods and attributes of Collection are available when working with RQItemCollection.
Methods
Method Reference Description
add() “RQItemCollection add() method” Adds a composition to the Render Queue.