It looks like you're seeing something similar to the commenter here: https://github.com/pyqtgraph/pyqtgraph/pull/2653#issuecomment-1514535680
This was fixed just after the 0.13.3 release ( https://github.com/pyqtgraph/pyqtgraph/pull/2698), but for now you could subclass/monkeypatch GLViewWidget to add back the removed method or try setMouseTracking(True) like in the comment linked above. On Saturday, September 9, 2023 at 2:00:57 AM UTC-7 [email protected] wrote: > I'm using a GLViewWidget to visualize GLMeshItems in 3D inside my Python > application and I've run into a strange bug. After upgrading all of my > project packages, including pyqtgraph, there is some kind of erratic camera > movement on both orbit and pan using the left mouse button. I'm only using > this package for simple visualization and I'm not really familiar with the > inner workings of OpenGL. Does anybody recognize what is happening here and > how do I go back to the smooth camera movements (pan and orbit) I had > before? > > https://www.youtube.com/watch?v=MuzDCzE8j1U > > The camera "jumps" seem to occur whenever the orbit is resumed after > moving the mouse to a new location. > > I've looked at the GLViewWidget opts parameters but there don't seem to be > any settings related to the unexpected behavior. > > The error started after upgrading from pyqtgraph 0.13.2 to 0.13.3. I have > no idea what changed to break this, but downgrading to 0.13.2 resolved the > issue. > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/683f98a1-5d1b-43af-980c-92d08acfc775n%40googlegroups.com.
