blender_selection
Select objects in Blender scenes by name, type, material, or use bulk actions like all, none, and invert. Adjust selection mode with replace, add, or subtract.
Instructions
Select objects and elements in Blender scenes.
Supports multiple operations through the operation parameter:
select_objects: Select specific objects by name
select_by_type: Select all objects of a specific type
select_by_material: Select objects using a specific material
select_all: Select all objects in scene
select_none: Deselect all objects
invert_selection: Invert current selection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Selection mode (REPLACE, ADD, SUBTRACT) | REPLACE |
| operation | No | Selection operation type | select_objects |
| object_type | No | Type of objects to select (MESH, CURVE, LIGHT, etc.) | MESH |
| object_names | No | List of object names to select | |
| active_object | No | Object to set as active after selection | |
| material_name | No | Material name to select objects by |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |