Set layer properties
ae_set_layerApply static values to a layer's name, transform, timing, parenting, blend mode, or switches. Use keyframes for animated changes.
Instructions
Change a layer's name, transform, timing, parenting, blend mode or switches. Values set here are static — use ae_set_keyframes to animate instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shy | No | ||
| comp | No | Composition name, project item id, or index. Omit for the active comp. | |
| name | No | ||
| solo | No | ||
| label | No | Label color index, 0-16. | |
| layer | No | Layer name or 1-based index. Omit to use the current selection. | |
| scale | No | Percent. A single number scales uniformly. | |
| locked | No | ||
| parent | No | Parent layer name/index, or null to unparent. | |
| threeD | No | ||
| enabled | No | Layer visibility (the eyeball). | |
| inPoint | No | Seconds. | |
| opacity | No | Percent. | |
| outPoint | No | Seconds. | |
| position | No | [x, y] or [x, y, z]. | |
| rotation | No | Degrees (Z rotation). | |
| startTime | No | Seconds. | |
| motionBlur | No | ||
| anchorPoint | No | ||
| blendingMode | No | e.g. 'ADD', 'SCREEN', 'MULTIPLY', 'OVERLAY', 'SOFT_LIGHT'. | |
| adjustmentLayer | No |