Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Render Blender 4.x scenes with Google Colaboratory

License

NotificationsYou must be signed in to change notification settings

ynshung/blender-colab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open In Colab

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.

Usage

Upload type

  • 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 atdrive_path.
  • url: Direct link to the blender file inurl_blend.
  • gdrive_relative: The Google Drive folder specified at drive_path will be copied directly (as if it's a zipped file).

Download type

  • 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 specifieddrive_output_path once rendering is finished.
  • gdrive_relative: The output frames will be automatically rendered into the specifieddrive_output_path.

A few notes

  1. You must own a Google account.
  2. One notebook can only run for maximum time of 12 hours (24 hours for Google Colab Pro) but not guaranteed.
  3. EEVEE rendering is not supported in a virtual machine.
  4. This script is not tested fully yet. Expect some errors.
  5. Do note that your access to GPU may be limited or blocked if you render for many hours.
  6. This script is intended for those who have no access to high-end GPU for rendering. Please use them responsibly!

FAQ

An error occured!

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 toRuntime > Restart and run all to restart the code or tryRuntime > 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.

Disclaimer

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 theFAQ for more info. In some cases, it might be faster to use an online Blender renderfarm.


[8]ページ先頭

©2009-2025 Movatter.jp