insert_keyframe
Set animation keyframes on object properties like location, rotation, or scale at specific frames in Blender to create and control 3D animations.
Instructions
Insert a keyframe on an object property at a specific frame.
Args: object_name: Name of the object. data_path: Property to keyframe. Must be one of: location, rotation_euler, rotation_quaternion, scale, or indexed variants like location[0]. frame: Frame number to insert the keyframe at. value: Optional value to set before inserting the keyframe.
Returns: Confirmation dict with keyframe details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| data_path | Yes | ||
| frame | Yes | ||
| value | No |