anim_set_controller
Assign a controller type to an object property to define its animation behavior. Choose from Linear, Bezier, TCB, Euler, Position XYZ, or List; switching controllers clears existing keys on that track.
Instructions
给某个属性指定控制器:Linear / Bezier / TCB / Euler / Position XYZ / List 等。位置用 bezier_position,旋转用 euler_xyz 或 tcb_rotation,标量用 bezier_float。切换控制器会清空该轨道已有的关键帧。 [English] Assign a controller to a property: Linear / Bezier / TCB / Euler / Position XYZ / List. position uses bezier_position, rotation euler_xyz or tcb_rotation, scalars bezier_float. Switching controllers clears existing keys on the track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | 对象名列表;省略则用当前选择。 | Object names; omit for the current selection. | |
| property | Yes | 属性名:position / rotation / scale,或任意命名属性。 | Property name: position / rotation / scale, or any named property. | |
| controller | Yes | 控制器类型关键词。 | Controller type keyword. |