anim_ease
Set a keyframe's in/out tangent type and optional handle values to control animation easing for a property at a specific frame.
Instructions
设置某一帧关键帧的进出切线类型(smooth/linear/step/slow/fast)及可选手柄值,用于控制缓动。 [English] Set the in/out tangent type (smooth/linear/step/slow/fast) and optional handle values of the keyframe at a frame, to shape easing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | 关键帧所在帧。 | Frame of the keyframe. | |
| objects | No | 对象名列表;省略则用当前选择。 | Object names; omit for the current selection. | |
| inHandle | No | 入手柄值(可选)。 | In handle value (optional). | |
| property | Yes | 属性名:position / rotation / scale,或任意命名属性。 | Property name: position / rotation / scale, or any named property. | |
| inTangent | No | 入切线类型。 | In tangent type. | |
| outHandle | No | 出手柄值(可选)。 | Out handle value (optional). | |
| outTangent | No | 出切线类型。 | Out tangent type. |