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