ae_batch_set_property
Set property values on multiple After Effects layers at once. Specify the composition, target layers, property path, and value to apply changes across them, with optional keyframe time.
Instructions
Set a property value on multiple layers in a composition at once
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Time in seconds (null = set value without keyframe) | |
| value | Yes | The value to set | |
| comp_name | Yes | Composition name | |
| layer_names | Yes | Layer names to update (use ['*'] to target all layers) | |
| property_path | Yes | Property path (e.g. 'Transform.Opacity') |