batch-set-layer-properties
Set transform and visibility properties on multiple After Effects layers in a single call. Each operation targets a layer by index or name, supporting position, scale, rotation, opacity, blend mode, and more.
Instructions
Set transform/visibility properties on MANY layers in one call. Each operation targets a layer by layerIndex or layerName and may set any of: threeDLayer, position, scale, rotation, opacity, blendMode, startTime, outPoint. Setting position clears its existing keyframes first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compName | No | Composition name (or active comp if omitted). | |
| compIndex | No | 1-based comp index, if compName is omitted. | |
| operations | Yes | Array of per-layer operations. |