list_keyframes
Retrieve all keyframes from a specified object in Blender to analyze animation data, including frame numbers and property values.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes |