FootageItem object

The FootageItem object represents a footage item imported into a project, which appears in the Project panel.These are accessed by position index number in

numItems

The total number of items contained in the project, including folders and all types of footage.Integer; read-only.

add()

Adds a composition to the Render Queue, creating a RenderQueueItem.comp The CompItem object for the composition to be added.RenderQueueItem object.

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

selection

All items selected in the Project panel, in the sort order shown in the Project panel.Array of Item objects; read-only.

addComp()

Creates a new composition. Creates and returns a new CompItem object and adds it to this collection.If the ItemCollection belongs to the project or the root

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

ItemCollection object

?ItemCollection object > The ItemCollection object represents a collection of items. The ItemCollection belonging to a Project object contains all the Item

consolidateFootage()

Consolidates all footage in the project. Same as the File > Consolidate All Footage command.None.Integer; the total number of footage items removed.

items

All of the items in the project.ItemCollection object; read-only.