Releases: pixelsandpointers/mitsuba-scene-description
Releases · pixelsandpointers/mitsuba-scene-description
v0.2.2
v0.2.1
v0.2.0
What's Changed
- Build-time API generation: hatch custom build hook runs the generator automatically during
pip install - Version resolution:
MITSUBA_VERSIONenv var > installed mitsuba > fallback (3.7.1) — no--no-build-isolationrequired - ProjectiveTransform: new transform builder with
perspective()andorthographic()for Mitsuba >= 3.7 - Multi-sensor support:
Scene.sensorsaccepts a list of sensors (or a single plugin for convenience) - Regenerated API for Mitsuba 3.7.1
Release 0.1.0
This is an initial release of the generated plugin API based on the latest stable branch (3.7.0).