Skip to content

NateSpring/Auto-Blender-Render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

AUTO BLENDER RENDER

Run Blender as a background process to render ".blend" files in a directory via CLI

Table of Contents

About The Project

After being tasked with rendering a couple hundred Blender files; I wrote this Python script to loop through folders in a directory and render the .blend files via CLI. On average this saved 50% of render time compared to manually opening and rendering each file.

Built With

  • Python

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
  • python
  • blender
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/NateSpring/Auto-Blender-Render.git
  1. Install NPM packages
npm install
  1. Change Directory Paths and Blender application path.

Usage

Use this project to loop through a directory and render all .blend files to your selected output directory. After cloning the repo, modify your input and output direcory paths, including the 'subprocess' location for your Blender installation. If a folder from the input directory already exists in the ouput directory, it will be skipped to avoid rendering twice.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - Nate Spring

Project Link: https://github.com/NateSpring/Auto-Blender-Render

About

A script for looping through directories and rendering each file into an output folder, generated by the file name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages