Skip to content

Batch Tool

by GilaDDD·Workflow

Images © GilaDDD. Used for product review; image policy.

Why we like it

Batch Tool earns its place in the Superhive library for a focused, script-driven approach to automating changes across large sets of .blend files.

What is Batch Tool?

Batch Tool is a Blender add-on for automating repetitive tasks across many .blend files. Instead of opening each file and repeating the same steps, you point the add-on at a folder of files and let it apply your script to all of them.

The workflow is script-based: you write a custom Python script that performs the fix or operation you need, save it as a .py file, then in the Batch Tool panel set the path to that script and the folder containing your .blend files. An optional Subfolders setting includes .blend files inside subdirectories as well. Pressing Run lets Blender work through the files automatically. Note that basic Python knowledge is needed to write the scripts, and you should include a save command in your script if you want changes written to disk.

Batch Tool is released under the GPL license and supports Blender versions from 2.81 up to 3.2. The developer recommends backing up your files before running any script. A demo video is available on the developer's page.

Who is Batch Tool best for?

Batch Tool is best for blender users comfortable with basic Python who need to apply the same fix or operation across many .blend files.

How much does Batch Tool cost?

Batch Tool is completely free to download and use.

Key features

  • Runs a custom Python script across multiple .blend files in one operation
  • Panel to set the path to your script and the folder of .blend files
  • Optional Subfolders setting to include .blend files in subdirectories
  • Run button that processes the files automatically
  • Documentation included
  • Released under the GPL license

Tags

#Blender#batch processing#automation#Python scripting#add-on#workflow#GPL

Frequently asked questions

What Blender versions does Batch Tool support?

Batch Tool lists support for Blender 3.2, 3.1, 3.0, 2.93, 2.92, 2.91, 2.9, 2.83, 2.82, and 2.81. If you work across several of these releases, the add-on covers the range from 2.81 up to 3.2. Check the developer's page to confirm compatibility with your specific Blender build before relying on it for a production task, since supported versions can differ from your installed release.

Do I need to know Python to use Batch Tool?

Batch Tool requires basic Python knowledge, because you write your own custom script that performs the fix or operation you want applied. You save that script as a .py file, then point the Batch Tool panel at it along with the folder of .blend files. The add-on itself does not generate the script for you, so some familiarity with writing Python is needed to get useful results across your files.

How do I make sure Batch Tool saves my changes?

Batch Tool applies your script to each .blend file, but you need to include a save command in the script itself if you want the changes written to disk. Without it, the operation runs but your modifications may not be preserved. The developer also recommends always backing up your files before running any script, so you have a copy to fall back on if a script behaves unexpectedly across many files.

Can Batch Tool process files in subfolders?

Batch Tool includes an optional Subfolders setting. When enabled, it includes all .blend files inside subdirectories of the folder you select, not just files at the top level. This option was added in version 1.4. If you keep projects organized across nested folders, enabling it lets a single run reach every .blend file in the structure rather than requiring you to run the tool folder by folder.

Is Batch Tool free?

Batch Tool is listed as free in this catalog and is released under the GPL license. Pricing and licensing terms can change over time, so for the current details you should check the developer's page directly. There you can also confirm supported Blender versions, read the documentation, and view the demo video before adding the add-on to your workflow.

Similar plugins