SpectralVectors / RightMouseNavigation

Game Engine-style Right Mouse Viewport Navigation
GNU General Public License v3.0
221 stars 18 forks source link

Cursor position restore and mouse distance threshold #4

Closed Biaru closed 3 years ago

Biaru commented 3 years ago

Add cursor position restore and mouse distance threshold

SpectralVectors commented 3 years ago

Wow, nicely done, if I'd realized that this would solve the menu location issue I'd have done it long ago! I was thinking this might be the case after reading your issue, and I'd been thinking of what I'd have to do to implement it, when I saw the email with your pull request. I think if I make the time threshold and distance threshold Addon preferences then that would leave anything the user might want to tweak at their fingertips. Thanks again, great code! If I can't be fast on writing the code, I can at least be quick about approving the pull requests!