mod_list
List an object's modifier stack with index, name, class, and enabled status. Supports pagination and accepts object names or current selection.
Instructions
列出对象修改器堆栈:索引、名称、类名、是否启用。分页返回。 [English] List an object's modifier stack: index, name, class and whether it is enabled. 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. |