blender_batch
Batch process images and meshes by resizing, converting formats, and exporting objects matching name patterns.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | resize | |
| input_dir | No | ||
| output_dir | No | ||
| pattern | No | *.png | |
| width | No | ||
| height | No | ||
| source_format | No | jpg | |
| target_format | No | png | |
| name_pattern | No | ||
| export_format | No | glb |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||