Martin Falk

Results 42 issues of Martin Falk

Changes proposed in this PR: * optimized glm includes (`util/glmvec.h` pulled in glm.hpp), moved util::rank and util::extent to separate header (`glmutils.h`) * moved some stringconversion functions to `typeid.h` (used in...

J: Build Failure
J: Auto Format

Fixes: * potential deadlock in `forEachVoxel` Changes proposed in this PR: * added `ThreadPool::isPoolThread()` to check whether current thread is a pool thread > Thank you for contributing to the...

J: Regression Test Failure

* minor margin adjustments in texture atlas Partially addresses #836

J: Regression Test Failure

Tested with CMake 3.21.2 and Qt 6.1.3. ```cmake CMake Error at cmake/cotire.cmake:2376 (file): Error evaluating generator expression: $ $ may only be used with binary targets. It may not be...

T: Bug

### Required prerequisites - [X] Make sure you've read the [documentation](https://inviwo.org). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/inviwo/inviwo/issues) and [Discussions](https://github.com/inviwo/inviwo/discussionss) to verify that this hasn't...

T: Bug
J: Build Failure

### Required prerequisites - [X] Make sure you've read the [documentation](https://inviwo.org). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/inviwo/inviwo/issues) and [Discussions](https://github.com/inviwo/inviwo/discussionss) to verify that this hasn't...

T: Bug
P: QT

The blend mode is not set in `utilgl::activateAndClearTarget`. This example affects the copy operation from the image inport due to alpha blending. That is, passing an image through this processor...

T: Bug
P: OpenGL

`_wstat()` in `filesystem::fileExists()` returns `false` despite that the given file exists. https://github.com/inviwo/inviwo/blob/12ed7f1c4cce6d89740248e6f9fc2994dd048e69/src/core/util/filesystem.cpp#L216-L225 Example: ``` std::string filename = "H:/100__2_106135.svs.svs"; if (filesystem::fileExists(filename)) { LogInfo("file exists"); } std::fstream f(filename); if (f.is_open()) { LogInfo("file...

T: Bug
C: MSVC

Using picking within an ImageLayout is not quite correct. At the moment, picking events are only forwarded to the view under the mouse. Meaning when starting to interact in one...

T: Bug

### Required prerequisites - [X] Make sure you've read the [documentation](https://inviwo.org). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/inviwo/inviwo/issues) and [Discussions](https://github.com/inviwo/inviwo/discussionss) to verify that this hasn't...

T: Bug