Skip to content

blenderseed 1.0.0-beta

Compare
Choose a tag to compare
@jdent02 jdent02 released this 30 Oct 22:52
· 138 commits to master since this release

This is a beta release of blenderseed, an appleseed plugin for Blender 2.79 (Blender 2.80 is not yet supported).

This release is designed to work with appleseed 2.0.0-beta.

Keep in mind this is beta-quality software and there are a number of known bugs that will be fixed in the next releases of the plugin.

Contributing Authors:

  • François Beaune
  • Jonathan Dent
  • Esteban Tovagliari

Previous Contributors:

  • Joel Daniels
  • Petra Gospodnetic
  • Luke Kliber
  • Kevin Masson
  • Jasper van Nieuwenhuizen

What's New

blenderseed's export and render pipeline has been completely re-written. Whereas before it exported XML scene files and used the appleseed.cli utility, now everything is handled inside Blender using appleseed's Python bindings.

In addition to increased robustness, we are happy to announce that blenderseed is now able to support Blender's rendered preview viewport.

In addition, the process used to read and dynamically load OSL shader nodes is far more reliable now with the Python bindings, so we've made the decision to move the shading system completely to OSL and remove the legacy built-in shading system (with the exception of volumetric materials).

Finally, we've decided to include appleseed itself with the blenderseed download, so you no longer need to set the path to appleseed in the preferences.

Other Additions

  • Area lamps
  • Archive assemblies
  • Support of linked groups and objects
  • Adaptive sampling
  • Lens shift
  • Post-processing stages
  • Full AOV support
  • More robust and efficient support of duplis and particles

Installation

  1. Download the blenderseed version that matches your operating system.
  2. Start Blender, then FileUser Preferences.
  3. Click on Add-ons, then Install Add-on from File... and find the blenderseed archive that you downloaded in step 1.
  4. After the addon has installed, locate the appleseed plugin in your addon list (you can filter by Render in the category list on the left) and enable it.
  5. Click Save User Settings and close the dialog.
  6. Choose appleseed in the rendering engine dropdown.