set_interpolation
Set interpolation type for keyframes on a property, with options like CONSTANT, LINEAR, BEZIER, or ELASTIC.
Instructions
Set the interpolation type for keyframes on a property.
Args: object_name: Name of the object. data_path: Property data path. interpolation: Interpolation type. One of: CONSTANT, LINEAR, BEZIER, SINE, QUAD, CUBIC, QUART, QUINT, EXPO, CIRC, BACK, BOUNCE, ELASTIC.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_path | Yes | ||
| object_name | Yes | ||
| interpolation | No | BEZIER |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||