[Multiblend] connects to multiple computers on your network, and lets Blender render in parallel on each. This will drastically improve your rendering speeds!
Multiblend is a standalone Python script that runs from outside Blender. This means you can even use it on machines that don’t have powerful graphics cards, like older computers or servers.
Sybren A. Stüvel wrote:
I’ve released a new version of Multiblend_! Version 1.4 has thefollowing
improvements over the previous version:
- Display timing info after rendering.
- Added “-E“ option to skip existing frames and render only the missing ones.
- Smarter distribution of frames.
- Implemented simpler logging.
- Verifies that the output directory exists before rendering.
- Added ‘cachesync’ executable that can distribute the Blender cache directory (such as used with particle systems) to nodes.
- Removed use of the md5 module when using Python 2.6 or newer.
- Replaced the popen2 module with the subprocess module. This limits the compatibility of Multiblend to Python 2.4 or newer on the master node.
- Split the implementation into several modules to increase maintainability and insulation of the parts.
More information on http://stuvel.eu/multiblend
