ae_set_effect_property
Update a property value on a specific effect in an After Effects composition. Target the effect by name or index and assign a numeric, text, boolean, or array value.
Instructions
Set a property on an effect instance. Identify effect by effect_name or effect_index (1-based).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| property | Yes | Effect property name, e.g. "Blurriness" | |
| comp_name | No | Composition name. Prefer this over index. | |
| comp_index | No | 1-based project item index if name is ambiguous. | |
| layer_name | No | Layer name (preferred). | |
| effect_name | No | ||
| layer_index | No | 1-based layer index in the comp. | |
| effect_index | No |