Render Blender 2.8x scenes with Google Colaboratory
This is a Python script that allows you to render Blender 3.0+ and older version scene using Google Colaboratory.
You can upload the blender files using direct upload, Google Drive or URL. Rendered frames can be downloaded directly or through Google Drive.
This script provides basic functionality so you may modify the script to your liking to suit your needs.
direct
: Upload your blender file in the next cell.google_drive
: The blender file will be downloaded directly from Google Drive. You need to specify the path to the blender/zip file at drive_path
.url
: Direct link to the blender file in url_blend
.gdrive_relative
: The Google Drive folder specified at drive_path will be copied directly (as if it’s a zipped file).direct
: Output files will be automatically downloaded in your browser. (Probably does not work with multiple files?)google_drive
: The output files will be pasted into the specified drive_output_path
once rendering is finished.gdrive_relative
: The output frames will be automatically rendered into the specified drive_output_path
.Check which section of the code failed and identify the error (such as misspelled files or path). If you don’t understand the error, try re-running the code with the play button at the side. If it still fails, go to Runtime > Restart and run all
to restart the code or try Runtime > Factory reset runtime
. If all else fails, open an issue in GitHub with the error log you encountered attached and the details of your setup.
Common errors:
MessageError: TypeError: Failed to fetch
while downloading: The tab must be opened so that the frames can be downloaded.Google Colab is targeted to researchers and students to run AI/ML tasks, data analysis and education, not rendering 3D scenes. Because the computing power provided are free, the usage limits, idle timeouts and speed of the rendering may varies time by time. Colab Pro and Colab Pro+ are available for those who wanted to have more powerful GPU and longer runtimes for rendering. See the FAQ for more info. In some cases, it might be faster to use an online Blender renderfarm.