Batch-export objects, collections, or scenes as individual files from Blender — with full control over naming, filtering, and output structure.
File → Export → Batch Export… opens the export dialog where you configure scope, format, naming rules, and advanced options. Click Export to batch-export all items.
blender myfile.blend --background --python cli.py -- --config batch_export_config.json
Monty Batch Exporter is a Blender 4.2+ extension that replaces repetitive one-at-a-time exports with a single batch operation.
blender "scene.blend" --background --python-expr \
"import bpy; bpy.ops.batch_exporter.load_config('EXEC_DEFAULT', filepath=r'config.json'); bpy.ops.batch_exporter.export('EXEC_DEFAULT')"
This extension requests the following permission:
Export files to disk