blender_set_context
Set Blender mode, active object, collection, and selection in one atomic operation to prevent half-applied states.
Instructions
Set mode, active object, active collection and selection atomically.
Most operator calls need all four set correctly. Doing it in one round trip avoids leaving Blender in a half-applied state when one step fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Mode to switch to once the active object is set. | |
| active | No | Object to make active. | |
| select | No | Objects to select. | |
| collection | No | Collection to make the active layer collection. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |