Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuang1024/local_render_farm
Blender Add-on to create a local render farm.
https://github.com/phuang1024/local_render_farm
Last synced: 9 days ago
JSON representation
Blender Add-on to create a local render farm.
- Host: GitHub
- URL: https://github.com/phuang1024/local_render_farm
- Owner: phuang1024
- License: gpl-3.0
- Created: 2020-11-12T15:44:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T20:50:37.000Z (about 4 years ago)
- Last Synced: 2024-11-05T22:38:05.499Z (about 2 months ago)
- Language: Python
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LocalRenderFarm
Blender Add-on to create a local render farm.## Steps to use:
1. Download the [server add-on](https://github.com/HuangPatrick16777216/LocalRenderFarm/releases/download/v0.1.0/local_render_farm_server.zip) on the server computer, and the [client add-on](https://github.com/HuangPatrick16777216/LocalRenderFarm/releases/download/v0.1.0/local_render_farm_client.zip) on all client computers.
* Note: In this version (0.1.0), rendering on the server computer is not possible, so please assign a weaker computer as the server.
2. Install the downloaded add-on on all computers. The UI can be found in *Properties >> Render >> Local Render Farm*
3. Activate the server by clicking on the *Start Server* button.
4. Connect all clients by typing in the server IP and clicking *Connect*.
5. Make sure all clients have JPEG set as the output paramter.
6. Set the output directory on the server, and start the render.## Notes:
* This add-on uses *threading*, or executing multiple programs at once. This may leave a program running even after Blender is closed. To stop the program, open the task manager and end all tasks called "Blender".
* Please do not try to use this add-on without following the steps exactly, because it may mess up your files.