ctrl_assign_expression
Assign an expression controller to a scalar property to drive it with a custom expression. Use for float/scalar attributes; for transform tracks, use a List controller with Noise.
Instructions
给一个标量属性挂一个 Expression(表达式)控制器,用表达式驱动它。注意:表达式控制器对浮点/标量属性最可靠;变换轨道请改用 List 控制器加 Noise 层。 [English] Attach an Expression controller to a scalar property and drive it with an expression. Note: Expression controllers are most reliable on float/scalar properties; for transform tracks use a List controller with a Noise layer instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | 对象名列表;省略则用当前选择。 | Object names; omit for the current selection. | |
| property | Yes | 标量属性名。 | Scalar property name. | |
| expression | Yes | 表达式文本,例如 'x_position * 2.0'。 | Expression text, e.g. 'x_position * 2.0'. |