Tomáš Iser
Tomáš Iser
## Description The official Mitsuba 2 repository does not contain any Dockerfiles to be easily able to run Mitsuba 2 in a container. Because not everyone wants to run software...
[🐛 bug report] Python custom integrator: type mismatch in load_dict + runtime error when rendering
## Summary When using a custom integrator in Python based on `docs/examples/03_direct_integrator/direct_integrator.py`, I noticed 2 issues: 1. The integrator is not properly registered in `load_dict`, only in `load_file`. 1. Calling...
**Branch:** docking **Config:** ``` Dear ImGui 1.69 (16900) -------------------------------- sizeof(size_t): 4, sizeof(ImDrawIdx): 2, sizeof(ImDrawVert): 20 define: __cplusplus=199711 define: _WIN32 define: _MSC_VER=1916 define: IMGUI_HAS_VIEWPORT define: IMGUI_HAS_DOCK -------------------------------- io.BackendPlatformName: imgui_impl_glfw io.BackendRendererName: imgui_impl_opengl3...
Hi there. First of all I'd like to thank you for an awesome tutorial! I love how I can examine and play with the drafts one by one when slowly...
Hi there, especially now that we are [able to crop regions](https://github.com/Tom94/tev/pull/215) of images and explode RGBA into individual channels with the X key, we can now use the histogram as...
Hello, in Printrun 2.1.0, there are `send` and `send_now` methods as [part of `printcore.py`](https://github.com/kliment/Printrun/blob/master/printrun/printcore.py#L520). These methods are **non-blocking**, which means when you send a `G0 ...` command to move to...
Hello, the [Principled BSDF](https://github.com/mitsuba-renderer/mitsuba3/blob/master/src/bsdfs/principled.cpp) supports anisotropic roughness with the `anisotropic` float parameter. However, inspecting the [`calc_dist_params` function](https://github.com/mitsuba-renderer/mitsuba3/blob/master/src/bsdfs/principledhelpers.h#L310-L331), it seems to me that the anisotropy is always in the same orientation,...