serp_layers
Manage scene layers by listing, creating, renaming, toggling visibility, setting current, assigning objects, changing colors, or deleting. Supports nested layers with parent paths.
Instructions
Manage layers. action: 'list', 'create', 'rename', 'visible', 'current', 'color' (color as [r,g,b] 0-1), 'assign' (move objects to layer), 'delete'. A layer can live under another: pass parent to 'create', and name a layer by its path ('Walls::Interior') where two layers share a name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| action | No | list | |
| parent | No | ||
| objects | No | ||
| visible | No | ||
| new_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |