Results 264 comments of Alex Kaszynski

Saw this in the source: ```python # NOTE: setting BasePlotter is unnecessary and Segfaults CI ``` My guess is that we're not setting the window size using a signal. If...

Could you try installing `vtk==8.1.2`? That's been causing some issues and it might be part of the problem. Installing it through `vtk` should work. Also, `pyqt5==5.11.x` has been the most...

That might be part of the issue then. I've found `pyqt5` to be incredibly finicky version to version, and I think you'll have better luck outside the conda releases. If...

You can update to the latest dev wheels with `pip install vtk==9.0.20210612.dev0`. We're working on a few bug fixes regarding these wheels, but it's quite stable outside of Mesa OpenGL...

Thanks for posting the steps to your workaround. > maybe the docs for pyvistaqt/pyvista could be updated to include the fix(es) for this issue? We're going to wait some time...

> when this code is incorporated into PyQt5 where the plotter has been embedded as a QStackedWidget, the captured mouse co-ordinates are wrong Strange indeed. I'm not sure what magic...

Looks like we indeed need to add automated testing for this. Thanks for discovering this!

I think adding additional features to the scene editor to make a more fully featured UI is a great idea, and there's no reason not to add it provided that...

Thanks for your interest with `pyvista`. `pyvista==0.24.0` had some big changes with the way we implemented `QtInteractor`, and I can see why it broke. Let me see if I can...

Sorry, been busy with other PRs. Would you mind opening up a PR for this?