blender_batch
Batch image and mesh export operations.
Instructions
Batch image and mesh export operations.
Operations:
resize: resize images matching pattern (default *.png)
convert: convert image formats in input_dir
export: export mesh objects whose names contain name_pattern
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("blender_batch", {"operation": "resize", "input_dir": "C:/images"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| pattern | No | *.png | |
| input_dir | No | ||
| operation | No | resize | |
| output_dir | No | ||
| name_pattern | No | ||
| export_format | No | glb | |
| source_format | No | jpg | |
| target_format | No | png |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||