Get Keyframes
animation.get_keyframesRetrieve keyframe times and values for animated attributes on a Maya node, with optional time range and attribute filters.
Instructions
Query keyframes for attribute(s) on a node within optional time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Name of the node to query | |
| attributes | No | Attribute names to query (None = all animated attributes) | |
| time_range_end | No | End of time range to query (None = all time) | |
| time_range_start | No | Start of time range to query (None = all time) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| errors | Yes | ||
| keyframes | Yes | ||
| truncated | No | ||
| total_count | No | ||
| _size_warning | No | ||
| _original_size | No | ||
| _truncated_size | No | ||
| attribute_count | Yes | ||
| total_keyframe_count | Yes |