Use Cases

Blender Batch Rendering

8min

Blender is a free, open source 3D creation suite. It can be used to create animated films, visual effects, art, 3D-printed models, motion graphics, interactive 3D applications, virtual reality, and video games. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. You can find more information about Blender at blender.org.

Animators, game developers, 3D modelers, visual effects artists, architects, and product designers are some people who use Blender.

GPUs can speed up rendering in Blender.

You can save time by automating away the rendering of animations for batch of blend files.

Step 1 - Open Vast's Blender Batch Renderer Template

Click on this link Blender Batch Renderer Template to select the vast/blender-batch-renderer template.

Step 2 - Check the Secure Cloud box if you want a secure machine from trusted datacenters (Optional)

You can narrow your search results to only data center machines if you want insured security standards from our trusted datacenters.

Highlighted Secure Cloud
Highlighted Secure Cloud


Step 3 - Filter for a GPU that you feel best suits your needs

If you have questions about which GPU to choose, there is some data around NVIDIA Geforce RTX 4090 giving the best render speed with Blender. You can find other GPUs that work well with Blender here Blender GPU Benchmarks. You can also find other options by searching on Google or asking ChatGPT.

The version of Blender running within Vast while using the template linked above at the time of this writing is 3.6.2.

Go to the GPUs filter and check the box for RTX 4090 or another GPU instance.

For example,

Highlighted Rtx 4090 Filter Pic
Highlighted Rtx 4090 Filter Pic


Step 4 - Choose a GPU by Clicking "RENT"

Choose a GPU that meets your budget, desired reliability %, and other constraints by clicking "RENT". GPUs are sorted by a complex proprietary algorithm that aims to give users the best machines for their value by default. You can filter GPUs further per your requirements if desired.

Highlighted Rent
Highlighted Rent


Step 5 - Use Jupyter Direct HTTPS Launch Mode

Follow the instructions related to adding a certificate to your browser if you need to when it asks you to "Setup Jupyter Direct HTTPS" and click "CONTINUE". Here's more information on the Jupyter direct HTTPS Launch Mode and Installing the TLS certificate: https://docs.vast.ai/jupyter.

Updated Jupyter Direct Https Continue
Updated Jupyter Direct Https Continue


Step 6 - Click the Open Button or Jupyter Notebook button to open Jupyter Notebook

Jupyter Notebook Button
Jupyter Notebook Button


Step 7 - To Render Animation For Each Blend File In Batch Of Blend Files

If you want to render a respective animation for each blend file in a batch of blend files, follow the following steps.

Go to /Desktop/render_animation_for_each_blend_file_in_batch_of_blend_files/ folder in Jupyter Notebook

Go Render Animation For Batch Folder
Go Render Animation For Batch Folder


Upload .blend files to /Desktop/render_animation_for_each_blend_file_in_batch_of_blend_files/ folder

Upload 100 Color Vortex
Upload 100 Color Vortex

Upload Render Animation Batch Highlighted
Upload Render Animation Batch Highlighted


Open render_animation_for_each_blend_file_in_batch_of_blend_files.ipynb

Open Render Animation For Batch Folder Notebook
Open Render Animation For Batch Folder Notebook


Click the Run tab and click Run All Cells

Show Rendering Animations
Show Rendering Animations

Click Run All Cells Highlighted
Click Run All Cells Highlighted


Now a corresponding animation will be rendered for each .blend file you have uploaded to this folder. You can also close out your jupyter notebook tab in your browser and this notebook will keep running as long as your instance in Vast is running.

Step 8 - To Render Animation For Xth Frame of Each Blend File In Batch Of Blend Files

If you want to render a respective animation for the Xth frame of each blend file in a batch of blend files, follow the following steps.

Go to /Desktop/render_Xth_frame_of_batch_of_blend_files/ folder in Jupyter Notebook

Go To Render Xth Frame For Batch Folder
Go To Render Xth Frame For Batch Folder


Upload .blend files to /Desktop/render_Xth_frame_of_batch_of_blend_files/ folder

Upload Blend Files For Xth Frame
Upload Blend Files For Xth Frame

Upload Xth Frame Highlighted
Upload Xth Frame Highlighted


Open render_Xth_frame_of_batch_of_blend_files.ipynb

Open Render Animation For Each Blend File In Batch Of Blend Files Ipynb
Open Render Animation For Each Blend File In Batch Of Blend Files Ipynb


Set frame_number equal to a particular frame number. For ex. frame_number=2

Set Frame Number 2
Set Frame Number 2


Click the Run tab and click Run All Cells

Xth Frames Rendering
Xth Frames Rendering

Run All Cells Xth Frame Highlighted
Run All Cells Xth Frame Highlighted


Now a corresponding animation will be rendered for each Xth frame of each .blend file you have uploaded to this folder. You can also close out your jupyter notebook tab in your browser and this notebook will keep running as long as your instance in Vast is running.