Lorenzo Gaifas
Lorenzo Gaifas
No worries, it's good to make sure that we don't mess up possible future/better ideas :P All great suggestions, thanks!
The original issue seems to imply that by removing pyqt4 > **It would really simplify LOTs of the code.** I'm assuming there's a bunch of other places that now could...
To be clear, I have personally zero interest in *keeping* support for qt4, and agree with all your assessments above @djhoese :P My point was simply that, since I haven't...
@djhoese I echo @rougiers thanks for your time and efforts these years :) I plan to still be around as I work on napari, so the project won't be left...
I do think providing the LUT logic out-of-the-box is nice, so I will try instead to make this a subclass of `BaseTransferFunction` (for example `TextureSamplingTF`). It's easy to just drop...
No pressure. I was just going through PRs and seeing what might be worth getting in for a release before napari so we can get some goodies downstream :)
> I have tried to sort this out with mixed success, and I'm open to suggestions. In the end the value needs to be normalized, but using the distance along...
Wooo that's awesome! Makes perfect sense :)
> I have fixed the severe discard artifacts by changing the origin of the intersection ray to `front` instead of `nearpos`. I think `nearpos` is somehow divergent with the orthographic...
The reason it swaps is that you need to use the projection of that distance onto the normal of the plane, I think. These 2 are the same in ortho,...