Settings object

DescriptionThe Settings object provides an easy way to manage settings for scripts. The settings are saved in the After Effects preferences file and are per

canImportAs()

Reports whether the file can be imported as the source of a particular object type. If this method returns true, you can set the given type as the value of

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

AVLayer object

The AVLayer object provides an interface to those layers that contain AVItem objects composition layers, footage layers, solid layers, text layers, and sou

keyOutTemporalEase()

Returns the outgoing temporal ease for the specified keyframe.keyIndex The index for the keyframe. An integer in the range [1..numKeys], as returned by the

PlaceholderSource object

The PlaceholderSource object describes the footage source of a placeholder.PlaceholderSource is a subclass of FootageSource. All methods and attributes of F

watchFolder()

Starts a Watch Folder network rendering process pointed at a specified folder.folder_object_to_watch The ExtendScript Folder object for the folder to watch.

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

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

file

The ExtendScript File object for the file containing the project that is currently open.File object or null if project has not been saved; read-only.