reduceProject()

Removes all items from the project except those specified. Same as the File > Reduce Project command.array _ o f _ i te m s An array containing the Item obj

render()

Starts the rendering process. This is the same as clicking Render in the Render Queue panel. The method does not return until the render process is complete

remove()

Deletes the specified layer from the composition.None.Nothing.

setProxyToNone()

Removes the proxy from this AVItem, sets the value of proxySource tonull, and sets the value of useProxy to false.None.Nothing.

TextLayer object

The TextLayer object represents a text layer within a composition. Create it using the LayerCollection objectメs addText method; It can be accessed in an ite

removeUnusedFootage()

Removes unused footage from the project. Same as the File > Remove Unused Footage command.None.Integer; the total number of FootageItem objects removed.

stopRendering()

Stops the rendering process. This is the same as clicking Stop in the Render Queue panel during a render. You can call this method from an onStatusChanged o

Layer object

The Layer object provides access to layers within compositions. It can be accessed from an itemメs layer collection either by index number or by a name strin

calculateTransformFromPoints()

Calculates a transformation from a set of points in this layer.pointTopLeft The top left point coordinates in the form of an array, [x, y, z].pointTopRight

propertyValueType

The type of value stored in thenamed property. The PropertyValueType enumeration has one value for each type of data that can be stored in or retrieved from