find_objects
Search a 3ds Max scene by object name—exact or fuzzy—and get matching objects plus a count. Read-only lookup for identifying objects before further actions.
Instructions
按名称精确或模糊查找对象,返回命中列表与 count。只读。exact=true 时只匹配完全相同名称。 [English] Find objects by exact or fuzzy name; returns hits and a count. Read-only. exact=true matches only identical names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 要查找的名称或关键字。 | Name or keyword to find. | |
| exact | No | 是否精确匹配,默认否(模糊包含)。 | Exact match, default false (fuzzy contains). | |
| pattern | No | 通配符形式,例如 *prop*(与 name 二选一)。 | Wildcard form, e.g. *prop* (alternative to name). |