Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vh13294/blendercloud
Using Google Compute Engine as a render farm for blender
https://github.com/vh13294/blendercloud
Last synced: about 1 month ago
JSON representation
Using Google Compute Engine as a render farm for blender
- Host: GitHub
- URL: https://github.com/vh13294/blendercloud
- Owner: vh13294
- Created: 2017-01-28T10:47:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:18:47.000Z (about 2 years ago)
- Last Synced: 2024-10-12T09:31:49.230Z (3 months ago)
- Language: C
- Size: 57.4 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
BlenderCloud Google Compute Engine
Abstract— This paper outlines blenderCloud, a blender 3D plugin and render farm service that uses Google Compute Engine to provide users with a fully customizable and scalable solution to animation rendering and simulation baking. A series of screenshot instructions can be downloaded from safe. blenderCloud has a web console where the job progress and its detail can be monitored
![alt tag](https://raw.githubusercontent.com/vh13294/BlenderCloud/master/Diagram.png)
BlenderCloud/report.pdf
BlenderCloud/instruction.pdfThe manager plays an important role in our cloud system. The manager handles all communication between the user and the cloud as well as ‘farming’ out work to the worker instances.
● Retrieving the job configurations submitted by the user
● Retrieving the scene to be rendered in the form of a packed blend file
● Store the blend file in the GCS bucket to be accessed by worker instances
● Creating worker instances using an instance template image
● Distributing work between the workers and constructing each worker’s render command
● Keeping track of the progress of each task to be fed to the front end as well as detect failures in the system
● Processing a chunk of the render itself, rather than wasting the virtual instance
● Serving a zipped version of the rendered images to the user