Martin Falk
Martin Falk
Successful build also when disabling Python and PythonQt.
The temporary workaround in 2003092 causes all `*_pch_pre` targets to be out-of-date all the time. This means Visual Studio builds them prior starting the application.
Design Study:  
Needs to be able to switch between dark and bright mode. E.g. dark/light image, text color for light/dark.
Cannot confirm the issue on a Visual Studio build. All `pvm` datasets in `data/volumes` can be loaded without problems within the boron example network.
Still cannot confirm with a VisualStudio build. tidds has a very poor error handling, basically a system exit call upon error (see also #608). Have you tried debugging into this...
That's annoying. If I remember correctly, the docs of `sscanf` state that it **might** consider the locale. But having to set `LC_ALL` is not really a solution. We need to...
Sure. We use python libs in some of our processors, too. For example in the CHGCAR processor (https://github.com/inviwo/modules/blob/master/misc/vasp/python/processors/chgcarsource.py) or the import of CIF and PDB files (https://github.com/inviwo/modules/blob/master/molvis/molvispython/python/processors/MolecularStructureSource.py).
Forgot to mention: when one tries to copy data from a view, Inviwo crashes due to a read of invalid memory.
@petersteneteg the issue I had was related. Cropping the volume with the cube proxy geometry processor will give you a clip plane in between two layers. Hence, a linear interpolation...