Creates a new project in After Effects, replicating the File > New > New Project menu command.If the current project has been edited, the user is prompted t
Tag Archives: effects
Project object
The project object represents an After Effects project. Attributes provide access to specific objects within the project, such as imported files or footage
templates
The names of all output-module templates available in the local installation of After Effects.Array of strings; read-only.
quit()
Quits the After Effects application.None.Nothing.
Property object
The Property object contains value, keyframe, and expression information about a particular AE property of a layer. An AE property is an value, often animat
buildName
The name of the build of After Effects being run, used internally by Adobe for testing and troubleshooting.String; read-only.
purge()
Purges unused data of the specified types from memory. Replicates the Purge options in the Edit menu.target The type of elements to purge from memory; a Pur
propertyType
The type of this property.A PropertyType enumerated value; read/write. One of:PropertyType.PROPERTY A single property such as position or zoom.PropertyType.
buildNumber
The number of the build of After Effects being run, used internally by Adobe for testing and troubleshooting.Integer; read-only.
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