list_objects
List 3ds Max scene objects filtered by superclass, class, layer, or name wildcard, with pagination via limit/offset. Read-only, use it to survey the scene before making changes.
Instructions
列出场景对象,可按 superclass/class/layer/名称通配符过滤,支持 limit/offset 分页并返回 count。只读,适合先摸清场景再决定操作。namePattern 用 * 作通配,例如 Box。* [English] List scene objects, filterable by superclass/class/layer/name wildcard, paginated with limit/offset and a count field. Read-only, use it to survey the scene first. namePattern uses * as wildcard, e.g. Box.*
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | superClass 的别名。 | Alias of superClass. | |
| class | No | 按确切类名过滤,例如 Box、Editable_Poly。 | Filter by exact class, e.g. Box, Editable_Poly. | |
| layer | No | 按层名过滤。 | Filter by layer name. | |
| limit | No | 每页最多条数,默认 200。 | Max per page, default 200. | |
| offset | No | 分页偏移,默认 0。 | Pagination offset, default 0. | |
| superClass | No | 按 superclass 过滤,例如 GeometryClass、Shape、Light、Camera、Helper。 | Filter by superclass, e.g. GeometryClass, Shape, Light, Camera, Helper. | |
| namePattern | No | 名称通配符,例如 Box*、*prop*。 | Name wildcard, e.g. Box*, *prop*. |