ctrl_add_list
Layer procedural noise on an existing animation track by adding a List controller, then adjust layer type and weight to blend generated motion with original keyframes.
Instructions
给轨道加一个 List 控制器(把程序化噪声叠加在已有动画之上的标准做法)。例如位置轨道叠加 noise_position,再用 constraint_set_weight 调权重。 [English] Add a List controller to a track - the standard way to layer procedural noise on top of an existing animation. E.g. stack noise_position on a position track, then tune the weight with constraint_set_weight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | 要加入的层控制器类,默认 noise_position。 | Layer controller class, default noise_position. | |
| weight | No | 新层权重(0-100,UI 同款)。 | New layer weight (0-100, like the UI). | |
| objects | No | 对象名列表;省略则用当前选择。 | Object names; omit for the current selection. | |
| property | Yes | 属性名:position / rotation / scale。 | Property: position / rotation / scale. |