Sebastien Speierer

Results 11 issues of Sebastien Speierer

This PR implements `dr.to_torch` and `dr.from_torch` for convertion array/tensors between Dr.Jit and PyTorch while keeping track of derivatives

Hi, First of all, thanks for the great plugin. I am constantly working with many VSCode instances opened, all connected to a different machine via `Remote - SSH`. I would...

enhancement

## Description This PR attempts to enable the differentiation of the `perspective` and `thinlens` camera `to_world` parameter for camera pose estimation. **WIP: currently changes in this PR produce wrong /...

## Description This PR adds vectorization to the `BSDFContext` datastructure passed to the BSDF routines (e.g. `eval()`, `sample()`, `pdf()`). This allows the callee to specify the BSDF components and event...

Hi @mcrescas, thank you so much for this great VSCode extension! This is a feature request to add support for multi-channel EXR images. Similar to what's done in TEV, the...

The constant traits in `const.py` and `array_constants.h` do not handle integer types properly as they assume floating-point types. For the traits specific to floats (e.g. `dr::Pi`, `dr::Epsilon`) we should probably...

This pull request adds support for rendering in the Blender viewport using the Mitsuba add-on. This allows you to have an interactive preview of the scene using Mitsuba directly. The...

This PR contributes necessary updates and utilities for the [major refactoring of the Mitsuba-Blender add-on](https://github.com/mitsuba-renderer/mitsuba-blender/compare/major_refactoring?expand=1). Proposed changes: - The `MeshHolder` shape plugin, a wrapper around `Mesh` to hold a mesh...