Skip to content

sedrew/blender_batch_render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blender_batch_render

Tiny script to render all yours .blend files in one click. This script is useful if you have accumulated a lot of different projects that need to render. Now you can run this script at night and it will open files render them without disturbing your sleep;) only for windows

Usage

To begin the render you have to copy script.py and render.bat your folder with .blend files

Now just run render.bat as administrator. alt text

Settings

In order to turn off the computer after rendering you need to uncomment the line by removing the word rem in render.bat

shutdown -s -f -t 20

You can render the in background (often used for UI-less rendering) by adding the -b flag

 "C:\Program Files\Blender Foundation\Blender\blender.exe" %%i -P script.py -b

alt text

Warning

  • If you have blender installed in a different folder, change the path in render.bat
  • opengl and eevee no support render the in background

support

Windows Blender 2.8x

About

batch render .blend files one click

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published