anim_set_interpolation
Set the interpolation tangent type (smooth, linear, step, etc.) for every key on a track, or only for specified frames, to control animation motion.
Instructions
设置整条轨道(或指定帧)每个关键帧的插值切线类型:smooth/linear/step 等。 [English] Set the interpolation tangent type (smooth/linear/step ...) of every key on a track, or only the given frames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | 切线类型。 | Tangent type. | |
| frames | No | 只对这些帧设置;省略则作用于整条轨道。 | Only these frames; omit for the whole track. | |
| objects | No | 对象名列表;省略则用当前选择。 | Object names; omit for the current selection. | |
| property | Yes | 属性名:position / rotation / scale,或任意命名属性。 | Property name: position / rotation / scale, or any named property. |