Rickard Englund
Rickard Englund
Any plans for an update for 2.0?

When loading a network with a processor having one or more dynamically added properties with serialization mode set to `All`, the properties recreated by the deserializer does not have the...
See https://github.com/inviwo/inviwo/tree/feature/push-docs-to-gh-pages for an example
For example: Copying the Overlay section from one Image Overlay processor to another result in the following warning: ``` Unable to link CompositeProperties: overlay to ImageOverlay2.overlay. Number of sub properties...
I have wanted to have a nice way in Inviwo to see how long the network takes to evaluate, similar to what we have for each processor:  I have...
Inviwo provides various samplers (e.g `ImageSampler` and `VolumeSampler`) to sample data on the CPU with interpolation similar to a texture lookup in OpenGL. The problem is that they are implemented...
``` 1>[==========] Running 9 tests from 2 test suites. 1>unknown file : error : C++ exception with description "RuntimeError: InviwoApplication Singleton not initialized. Ensure that init() is called in a...
The use of getAsDouble is a quite non-optimal way of accessing data and should be avoided. I often see code where it is used as a primary way to access...
It would be nice if Jenkins could run the update workspaces as part of the pipeline. There is almost always warnings when loading example workspaces. For example, when loading boron...