Application object

Provides access to objects and application settings within the After Effects application. The single global object is always available by its name, app.Attr

featherRelSegLocs

An array containing each feather pointメs relative position, from 0 to 1, on its mask path segment section of the mask path between vertices, numbered starti

replaceWithSequence()

Changes the source of this FootageItem to the specified image sequence. In addition to loading the file, the method creates a new FileSource object for the

OutputModule object

An OutputModule object of a RenderQueueItem generates a single file or sequence via a render operation, and contains attributes and methods relating to the

property()

Finds and returns a child property of this group, as specified by either its index or name.A name specification can use the same syntax that is available wi

pixelAspect

The pixel aspect ratio PAR of the item.ユ In a CompItem, the value is linked to the composition.ユ In a FootageItem, the value is linked to the mainSource obj

featherTensions

An array containing each feather pointメs tension amount, from 0 0% tension to 1 100% tension .NOTE: Values are stored in the array in the order that feather

replaceWithSolid()

Changes the source of this FootageItem to the specified solid. Creates a new SolidSource object, sets its values from theparameters, andsets mainSource to t

isNameSet

True if the value of the name attribute has been set explicitly, rather than automatically from the source.Boolean; read-only.

item()

Gets a specified item from the items collection.index The position index of the item. An integer in the range [0..nu m Ite ms].RenderQueueItem object.