đź§° Batch Tool for Blender
Run your script on multiple Blender files with just one click!
Batch Tool is a Blender add-on that lets you automate repetitive tasks across many .blend files at once.
If you need to apply the same fix, modification, or operation to dozens of files, this tool will save you hours of manual work.
⚙️ How It Works
-
Write your custom Python script that performs the fix or operation you need.
-
Save your script as a
.pyfile. -
In the Batch Tool panel, set the path to your Python script and the folder containing all your
.blendfiles. -
(Optional) Enable “Subfolders” to include all
.blendfiles inside subdirectories as well. -
Press Run, and let Blender do the rest automatically!

📝 Notes
-
Don’t forget to include a save command in your script if you want your changes to be saved.
-
You’ll need basic Python knowledge to write your fixing scripts.
-
Always back up your files before running your scripts—just to be safe!
Change log:
V1.4 - 18/12/2022: Add the option to run the script also on sub folders.