Skip to content

Mitsuba v2.0.1

Compare
Choose a tag to compare
@Speierers Speierers released this 19 May 12:48
· 172 commits to master since this release

May 18, 2020

  • xml.load_dict() for Mitsuba scene/object construction in Python (#122)
  • Scene traversal mechanism enhancement (#108)
  • Support premultiplied alpha correctly (#104)
  • Spot light plugin (#100)
  • Add Blender mesh constructor (40db7be)
  • Irradiancemeter sensor plugin (b19985b)
  • Radiancemeter sensor plugin (#83)
  • Distant emitter plugin (#60)
  • Custom shape support for Embree raytracing backend (2c1b63f)
  • Add ability to specify Python default variant (4472b55)
  • Add pytest -m "not slow" option (4597466)
  • Moment integrator and Z-tests (74b2bf6)
  • Spatially-varying alpha for roughconductor and roughdielectric (cac8741)
  • Various bug fixes and other improvements