blender_remove_keyframes
Delete keyframes from a data path over a specified frame range, or clear all animation data on an object, to clean up animation curves in Blender.
Instructions
Delete keyframes from a data path over a frame range, or clear the whole animation data on an object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Clear the whole action instead of a frame range. | |
| object | Yes | ||
| data_path | No | location | |
| frame_end | No | ||
| frame_start | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |