Collection object

Like an array, a collection associates a set of objects or values as a logical group and provides access to them by index. However, most collection objects

saveAsTemplate()

Saves the itemメs current render settings as a new template with the specified name.name A string containing the name of the new template.Nothing.

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