Skip to content

4.1 Support, Keymap and Cursor Reset Fixes

Compare
Choose a tag to compare
@SpectralVectors SpectralVectors released this 10 Apr 21:23
· 29 commits to master since this release
3c9c5ae

Right Mouse Navigation v2.2

Changes

Reset Cursor

  • the default behavior of Blender seems to have changed
  • previously upon exiting navigation your cursor would snap to the center of the 3D Viewport
  • this was updated to now remember the cursor's previous position
  • this change has caused this addon's Reset Cursor functionality to be reversed
  • the setting now works again

Distance Threshold

  • reports that it did not function as intended
  • when testing it did not seem to have any meaningful impact on operation
  • removed for now, until someone requests or reimplements it

Bug Fixes

Keymap

  • the eternal scourge of this addon, keymap registration, has been addressed
  • the root of the problem seems to have been attempting to make all changes to a single 'Blender' keymap
  • needed to add new 'addon' keymaps and handle all activations there, and then use the 'active' keymap for deactivations
  • AFAIK this is the 'right' way to do it, but I've thought that before

Have the keymap issues finally been fixed!?!?