This Jupyter Notebook downloads a file named file.blend, installs Blender, and renders 360 images in PNG format at 1280 x 720 pixels. A Python code generates a 30-second video from all these numbered PNG images.
Note that the process is very long (as it stands, with our large blend file, the process took 2 hours). We will test again on Kaggle by activating a P 100 card, which may speed things up.
The resulting video is available at this link: https://youtu.be/-X_Jl6wwCO4
The second cell in this Jupyter Notebook install Blender on Colab and convert the file /content/file.obj to /content/file.blend
The third cell in this same Jupyter Notebook generates five different renderings to give an idea of the position parameters to be modified (camera position vector and orientation position vector). It would be a good idea to create a clickable button to select the best perspective on the object.
