mod_get_params
List every readable and writable property of a 3ds Max modifier with its current value, using pagination for large sets.
Instructions
列出某个修改器的全部可读写属性及当前值(按实例读取)。分页返回。 [English] List every readable/writable property of a modifier with its current value (read from the instance). Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最多返回条数,0 表示全部。 | Maximum entries, 0 for all. | |
| offset | No | 跳过的条数(分页)。 | Entries to skip (pagination). | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| modifier | Yes | 修改器名/类名/索引。 | Modifier name / class name / index. |