mat_list
List every material in the scene with class, name, and number of referencing objects. Paginate to identify exact names before assigning or retrieving materials.
Instructions
列出场景中所有材质:类名、名称、被多少对象引用(usedBy)。结果分页。改材质前先用它确认材质名,再传给 mat_get / mat_assign。 [English] List every material in the scene with its class, name and how many objects use it (usedBy). Paginated. Confirm the material name here before passing it to mat_get or mat_assign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最多返回条数,默认 100。 | Maximum entries to return, default 100. | |
| offset | No | 起始偏移,默认 0。 | Starting offset, default 0. |