Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
80 lines (66 loc) · 5.93 KB

cp.adobe.aftereffects.md

File metadata and controls

80 lines (66 loc) · 5.93 KB

docs » cp.adobe.aftereffects


Adobe After Effects Extension

Submodules

API Overview

API Documentation

Constants

Signature cp.adobe.aftereffects.preferences <cp.app.prefs>
Type Constant
Description The cp.app.prefs for After Effects.

Functions

Signature cp.adobe.aftereffects:allowScriptsToWriteFilesAndAccessNetwork() -> boolean
Type Function
Description Is "Allow Scripts to Write Files and Access Network" enabled in After Effects Preferences?
Parameters
  • None
Returns
  • A boolean
Signature cp.adobe.aftereffects:preferencesFilePath() -> string
Type Function
Description The path to the main Preferences file.
Parameters
  • None
Returns
  • A string

| Signature | cp.adobe.aftereffects:preferencesPath() -> string | nil | | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | The path to After Effects Preferences folder. | | Parameters |

  • None
| | Returns |
  • A string or nil if no path can be found.
|

Signature cp.adobe.aftereffects:refreshPreferences() -> none
Type Function
Description If After Effects is running, this forces the preferences file to be saved to disk.
Parameters
  • None
Returns
  • None
Signature cp.adobe.aftereffects:shortcutsPreferences() -> table
Type Function
Description Gets a table of all the active After Effects keyboard shortcuts.
Parameters
  • None
Returns
  • A table
Signature cp.adobe.aftereffects:shortcutsPreferencesPath() -> string
Type Function
Description Gets the active shortcut key preferences file path.
Parameters
  • None
Returns
  • A string