anim_get_keys
Fetch keyframe data for animation properties: frame, value, and in/out tangents, with pagination for large sets.
Instructions
读取某个属性的所有关键帧(帧号、值、进出切线类型),支持 limit/offset 分页。 [English] Read every keyframe of a property (frame, value, in/out tangent type). Paginated with limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最多返回条数,默认 200。 | Maximum entries, default 200. | |
| offset | No | 跳过的条数,默认 0。 | Entries to skip, default 0. | |
| objects | No | 对象名列表;省略则取选择中的第一个。 | Object names; the first of the selection if omitted. | |
| property | Yes | 属性名:position / rotation / scale,或任意命名属性。 | Property name: position / rotation / scale, or any named property. |