The project object represents an After Effects project. Attributes provide access to specific objects within the project, such as imported files or footage
Tag Archives: attribute
RenderQueue object
The RenderQueue object represents the render automation process, the data and functionality that is available through the Render Queue panel of a particular
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
getSeparationFollower()
For a separated, multidimensional property, retrieves a specific follower property. For example, you can use this method on the Position property to access
font
The text layerメs font specified by its PostScript name.NOTE: If the text layer has different font settings for each character, this attribute returns the se
LightLayer object
The LightLayer object represents a light layer within a composition. Create it using the LayerCollection objectメs addLight method; It can beaccessed in anit
FileSource object
The FileSource object describes footage that comes from a file.ユ FileSource is a subclass of FootageSource. All methods and attributes of FootageSource, in
name
The display name of the property. Compare PropertyBase matchName attribute . It is an error to set the name value if the property is not a child of an index
MaskPropertyGroup object
The MaskPropertyGroup object encapsulates mask attributes in a layer.ユ MaskPropertyGroup is a subclass of PropertyGroup. All methods and attributes of Prope
canSetExpression
When true, the named property is of a type whose expression can be set by a script. See also Property expression attribute .Boolean; read-only.