add()

Creates a new AVLayer object containing the specified item, and adds it to this collection.The new layer honors the Create Layers at Composition Start Time

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

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

RenderQueueItem object

Applies a Render Settings template to the item. See also RenderQueueItem saveAsTemplate method and RenderQueueItem templates attribute .templateName A strin

byName()

Returns the first topmost layer found in this collection with the specified name, or null if no layer with the given name is found.name A string containing

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

ItemCollection object

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

add()

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

addText()

Creates a new point text layer and adds the new TextLayer object to this collection.To create a paragraph box text layer, use the addBoxText method. For mor

startTime

The day and time that this item started rendering.Date object, or null if the item has not started rendering; read-only.