Martin Falk
Martin Falk
Bugs * [ ] dropdowns in animation editor are broken (non-responsive when unfolded) * [ ] snapping of key frames is different from scaling on time axis * [ ]...
When adding/removing dynamic properties, e.g. with a `ListProperty`, the Property Link Editor does not update while open. 
When plotting a DataFrame and hovering a data point, the tooltip shows data from all columns. In case of large data frames this becomes excessive and results in tooltips covering...
When using a Intel GPU, the `Rasterization Renderer` processor fails to compile the `oit/display.frag` shader. Didn't we discuss a fallback solution for this? ``` oit/display.frag Extensions (0): 0:3: '#extension' :...
In the `Mesh Rasterizer`, the opaque shading option (`Shade Opaque`) is depending on `Minimum Alpha` (grouped under "Alpha") which is hidden if shade opaque is true.  **Opaque Shading with...
https://github.com/inviwo/inviwo/blob/83e1d94ebda1350682a1e8e96931511979f5bd1c/modules/python3/scripts/ivw/utils.py#L8-L13 The Python utility function for triggering updates, i.e. `ivw.utils.update()`, ignores an exception when the script is supposed to be stopped/terminated. `inviwopy.qt.update()` throws an exception to stop… the code above...
In some processors, the visibility of one property depends on another one. If the Property Link Editor is open, the visibility change is not reflected in the editor. **"Fix":** close...
When the property list widget is not docked, i.e. floating, it will be shown next to the splash screen when starting Inviwo. The main window is not yet visible at...
When rendering isosurfaces on top of geometry, e.g. a sphere mesh, there are some artifacts. - holes when isosurface of the current ray segment lies behind the geometry (most likely...
In some instances the parallel coordinate plot causes fatal errors when using a categorical column for coloring. This happens when there are more categories than colors supported by the colormap....