mod_set_params
Apply multiple parameter changes to a modifier at once using name-value pairs, targeting specified objects or the current selection.
Instructions
批量设置某个修改器的多个参数,params 为属性名->值对象。 [English] Set several parameters of a modifier at once; params is a name->value object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | 属性名->值对象。 | Name->value object. | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| modifier | Yes | 修改器名/类名/索引。 | Modifier name / class name / index. |