delete_keyframe
Remove a specific keyframe from an object's animation property at a designated frame in Blender to edit animation sequences.
Instructions
Remove a keyframe from an object property at a specific frame.
Args: object_name: Name of the object. data_path: Property data path (e.g., location, rotation_euler, scale). frame: Frame number of the keyframe to remove.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| data_path | Yes | ||
| frame | Yes |