blender_selection
Select and manage Blender object selections by name, type, material, or invert, with replace, add, or subtract modes.
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 |
|---|---|---|---|
| operation | No | Selection operation type | select_objects |
| object_names | No | List of object names to select | |
| object_type | No | Type of objects to select (MESH, CURVE, LIGHT, etc.) | MESH |
| material_name | No | Material name to select objects by | |
| mode | No | Selection mode (REPLACE, ADD, SUBTRACT) | REPLACE |
| active_object | No | Object to set as active after selection |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |