Delete Keyframes
animation.delete_keyframesRemove keyframes from specified attributes of a node within a defined time range. Allows clearing animation data for selected attributes or all animated attributes.
Instructions
Delete keyframes in a time range for attribute(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Name of the node to delete keyframes from | |
| attributes | No | Attribute names (None = all animated attributes) | |
| time_range_end | No | End of time range (None = all time) | |
| time_range_start | No | Start of time range (None = all time) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| errors | Yes | ||
| attributes | Yes | ||
| time_range | Yes | ||
| deleted_count | Yes |