anim_insert_keyframe
Insert a keyframe on a specified object property like location or rotation at a given frame, with optional value and channel index.
Instructions
Insert a keyframe on an object property.
Args: object_name: Target object name data_path: Property path (location, rotation_euler, scale, etc.) frame: Frame number value: Optional value to set before keying index: Channel index (-1 = all channels, 0=X, 1=Y, 2=Z)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | ||
| index | No | ||
| value | No | ||
| data_path | Yes | ||
| object_name | Yes |