You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version don't require a authentication with google drive storage. It saves in the colab running section. The user just need to upload the .blend file into section.
This code was modified to render only one frame. But its almost identical to the video version.
Deletes the Default libtcmalloc-minimal4 version and installs the Ubuntu default version
import os
os.environ["LD_PRELOAD"] = ""
#Deletes wrong Version of libtcmalloc-minimal4
!apt remove libtcmalloc-minimal4
#Installs correct version of libtcmalloc-minimal4
!apt install libtcmalloc-minimal4
#Adds this library to the user environment
os.environ["LD_PRELOAD"] = "/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4.3.0"
Path of Blender File to be Rendered
filename = 'render.blend'
Render Single Frame:
#Render Single Frame: Change -f 1 to -f 100 to render frame 100 for example
#===========================================================================
This version don't require a authentication with google drive storage. It saves in the colab running section. The user just need to upload the .blend file into section.
This code was modified to render only one frame. But its almost identical to the video version.
Here is the code
Download Blender from Blender Repository.
Unzip Blender
Deletes the Default libtcmalloc-minimal4 version and installs the Ubuntu default version
Path of Blender File to be Rendered
Render Single Frame:
With debug on
With debug off
The text was updated successfully, but these errors were encountered: