mod_set_param
Set a single modifier parameter on selected objects in 3ds Max, automatically converting the value to the property's expected type.
Instructions
设置某个修改器的单个参数(param=value)。值按目标属性类型自动转换。 [English] Set a single parameter of a modifier (param=value). The value is coerced to the target property type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| param | Yes | 要设置的属性名。 | Property name to set. | |
| value | Yes | 新值(字符串形式,类型自动转换)。 | New value as a string; type is coerced automatically. | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| modifier | Yes | 修改器名/类名/索引。 | Modifier name / class name / index. |