Set a property value
ae_set_propertySet a static value on any After Effects property by path—effect parameters, mask feather, shape sizes, or transform properties. Specify comp/layer or use the current selection, then provide the value in the required format.
Instructions
Set a static value on any property by path — effect parameters, mask feather, shape sizes, anything ae_comp_info shows. Use ae_set_keyframes to animate instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp | No | Composition name, project item id, or index. Omit for the active comp. | |
| layer | No | Layer name or 1-based index. Omit to use the current selection. | |
| value | Yes | Property value: number, [x, y], [x, y, z], [r, g, b, a] 0-1, or '#rrggbb' for colors. | |
| property | Yes | Property path, e.g. "Transform.Position", "Position", "Effects.Gaussian Blur.Blurriness", or an array of names/matchNames for exact addressing. |