Martin Falk

Results 65 comments of 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: ![image](https://user-images.githubusercontent.com/9251300/38306131-cf257532-380f-11e8-828a-e723b700aa10.png) ![image](https://user-images.githubusercontent.com/9251300/38306148-e17f2aca-380f-11e8-9773-fce9c21d9726.png)

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