close_blender
Closes a running Blender instance, optionally forcing an immediate process kill.
Instructions
Close the Blender instance that was started with start_blender().
Parameters:
force: If True, kills the process immediately instead of asking Blender to quit gracefully via its Python API (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No |