enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

Pick on surface and pick on ball only work when connected to monitor (MacOS) #1282

Open allucas opened 8 months ago

allucas commented 8 months ago

Hello all,

I have been testing out a couple of the test scripts and found out that the on_mouse_click only properly registers when my main screen is my monitor screen. When my Mac is unplugged from the monitor, it registers the clicks at a random far away location.

I have tested this on an Intel Mac with Big Sur, as well as in an M2 Pro Max with Ventura and the problem is identical in both.

I have mayavi 4.8.1 in both computers.

Any potential solutions for this?