blender_set_setting
Change any single Blender project setting by dotted path and receive the old and new value. One setting per call to prevent configuration damage.
Instructions
Change any single project setting by dotted path, and report the old and new value.
Deliberately one setting per call: a bulk setter would let a wrong path silently wreck a whole configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dotted attribute path inside that root, e.g. 'resolution_x' or 'frame_end'. | |
| group | Yes | Which settings root to change. | |
| value | Yes | New value. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |