enthought / mayavi

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

reset view options using key 'r' not working #1211

Open jppirest opened 1 year ago

jppirest commented 1 year ago

I have implemented the volume slicer code, exactly as exampled in the documentation page.

When visualizing my scenes, everything works fine. I press 'f' and I am able to set the focal point and other keyboard shortcuts work aswell.

But the 'r' shortcut, which is the most important to me, does not work.

If you'd like to give it a try, just copy the volume slicer code (not the advanced volume slicer) and try it yourself.