render_elements_list
List render elements added to the current 3ds Max scene, including ZDepth, Normal, ObjectID, Alpha, and Reflection. Supports pagination with limit and offset to manage large scenes.
Instructions
列出当前场景已添加的渲染元素(ZDepth、Normal、ObjectID、Alpha、Reflection 等),支持 limit/offset 分页。 [English] List the render elements currently added to the scene (ZDepth, Normal, ObjectID, Alpha, Reflection, ...) with limit/offset pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最多返回条数,默认 100。 | Maximum entries, default 100. | |
| offset | No | 跳过条数,默认 0。 | Skip count, default 0. |