Martin Falk

Results 46 issues of Martin Falk

Bugs * [ ] dropdowns in animation editor are broken (non-responsive when unfolded) * [ ] snapping of key frames is different from scaling on time axis * [ ]...

T: Bug
T: Feature
P: Animation

When adding/removing dynamic properties, e.g. with a `ListProperty`, the Property Link Editor does not update while open. ![image](https://user-images.githubusercontent.com/9251300/112006862-68e73b00-8b24-11eb-9f9c-e98d84b6b2a5.png)

T: Bug

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...

T: Bug
T: Feature

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. ![image](https://user-images.githubusercontent.com/9251300/93343297-a0e98a80-f830-11ea-8092-d0d614dc4516.png) **Opaque Shading with...

T: Bug

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...

T: Bug
P: Python

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...

T: Bug
P: QT

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...

T: Bug
P: QT

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...

T: Bug
P: OpenGL

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....

T: Bug