Skip to content

Latest commit

 

History

History
168 lines (99 loc) · 7.25 KB

File metadata and controls

168 lines (99 loc) · 7.25 KB
title Blender Batch Rendering
createdAt Tue Jan 14 2025 01:12:46 GMT+0000 (Coordinated Universal Time)
updatedAt Mon Aug 04 2025 17:10:57 GMT+0000 (Coordinated Universal Time)

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](https://vast.ai/uploads/highlighted_secure_cloud.png)

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](https://vast.ai/uploads/highlighted_rtx_4090_filter_pic.png)

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](https://vast.ai/uploads/highlighted_rent.png)

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: Jupyter.

![Updated Jupyter Direct Https Continue](https://vast.ai/uploads/updated_jupyter_direct_https_continue.png)

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

![Jupyter Notebook Button](https://vast.ai/uploads/jupyter_notebook_button.png)

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](https://vast.ai/uploads/go_render_animation_for_batch_folder.png)

Upload .blend files to /Desktop/render_animation_for_each_blend_file_in_batch_of_blend_files/ folder

![Upload 100 Color Vortex](https://vast.ai/uploads/upload_100_color_vortex.png)
![Upload Render Animation Batch Highlighted](https://vast.ai/uploads/upload_render_animation_batch_highlighted.png)

Open render_animation_for_each_blend_file_in_batch_of_blend_files.ipynb

![Open Render Animation For Batch Folder Notebook](https://vast.ai/uploads/open_render_animation_for_batch_folder_notebook.png)

Click the Run tab and click Run All Cells

![Show Rendering Animations](https://vast.ai/uploads/show_rendering_animations.png)
![Click Run All Cells Highlighted](https://vast.ai/uploads/click_run_all_cells_highlighted.png)

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](https://vast.ai/uploads/go_to_render_xth_frame_for_batch_folder.png)

Upload .blend files to /Desktop/render_Xth_frame_of_batch_of_blend_files/ folder

![Upload Blend Files For Xth Frame](https://vast.ai/uploads/upload_blend_files_for_xth_frame.png)
![Upload Xth Frame Highlighted](https://vast.ai/uploads/upload_xth_frame_highlighted.png)

Open render_Xth_frame_of_batch_of_blend_files.ipynb

![Open Render Animation For Each Blend File In Batch Of Blend Files Ipynb](https://vast.ai/uploads/open_render_animation_for_each_blend_file_in_batch_of_blend_files_ipynb.png)

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

![Set Frame Number 2](https://vast.ai/uploads/set_frame_number_2.png)

Click the Run tab and click Run All Cells

![Xth Frames Rendering](https://vast.ai/uploads/xth_frames_rendering.png)
![Run All Cells Xth Frame Highlighted](https://vast.ai/uploads/run_all_cells_xth_frame_highlighted.png)

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.