blender_select_objects
Set the selected and active objects in a Blender scene, targeting subsequent operations to specific objects or all/none.
Instructions
Set the selection and active object. Many operators operate on the selection, so this is how you target them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | ||
| objects | No | Names, or 'all' / 'none'. | all |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |