list_keyframes
Retrieve all keyframes associated with a Blender object by specifying its name. Returns data path, frame, and value for each keyframe.
Instructions
List all keyframes on an object.
Args: object_name: Name of the object.
Returns: List of dicts with data_path, frame, and value for each keyframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |