execute_script
Run custom ExtendScript code in Adobe After Effects to automate tasks, modify projects, or control application functions programmatically.
Instructions
Execute a custom ExtendScript in After Effects
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | The ExtendScript code to execute | |
| wrapInTransaction | No | Wrap script in app.beginUndoGroup/endUndoGroup | |
| undoGroupName | No | Name for the undo group | Script Execution |