Skip to content

v0.2.0

Compare
Choose a tag to compare
@bathal1 bathal1 released this 14 Dec 10:22
· 8 commits to master since this release

This is a stable release for the Mitsuba Blender add-on.

Officially supported versions of Blender are 2.93 and 3.3

Features

  • Export of meshes, simple materials, particle systems, cameras.
  • Import of Mitsuba 3 scenes into Blender.

Known issues

  • Using this version in Blender 2.93, Ubuntu 22.04 and Mitsuba 3 installed from pip will result in crashes (#81). A potential workaround is to use a local build of Mitsuba (v3.0.1) instead
  • Versions of Blender from 3.4 onwards have a different mesh data structure, so the exported meshes will be erroneous.
  • Certain versions of blender require that it is run from the command line using the --python-use-system-env flag in order for the pip-installed mitsuba to be detected.