ctrl_set_property
Set any object property in 3ds Max, including non-animatable attributes, via dotted paths like material.diffuse. Optionally write the value at a specified frame.
Instructions
设置对象的任意(含非动画)属性值,支持点号路径,如 material.diffuse。可选在指定帧写入。 [English] Set any object property (including non-animatable) with dotted paths such as material.diffuse. Optionally written at a given frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | 帧号;省略则用当前帧。 | Frame; current frame if omitted. | |
| value | Yes | 新值(字符串形式,按目标类型自动转换)。 | New value as a string, coerced to the target type. | |
| objects | No | 对象名列表;省略则用当前选择。 | Object names; omit for the current selection. | |
| property | Yes | 属性名或点号路径。 | Property name or dotted path. |