Multiblend Parallel Rendering

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

Advertisement