batch-set-layer-properties
Set transform and visibility properties on many layers at once. Target layers by index or name to adjust position, scale, rotation, opacity, blend mode, 3D, or timing.
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. |