blender_open_file
Open a .blend file in Blender, replacing the current scene. Provide the absolute file path to load a saved project.
Instructions
Open a .blend file in Blender, replacing the current scene.
WARNING: Unsaved changes to the current scene will be lost.
Args:
params: OpenFileInput with filepath (absolute path to .blend file).
Returns: JSON confirming the file that was opened.
Example: blender_open_file(filepath="/home/user/projects/scene.blend")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |