Skip to content

Commit 4ec450f

Browse files
committed
Changes default for cursor resetting preference.
1 parent 3d7b415 commit 4ec450f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Preferences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class RightMouseNavigationPreferences(bpy.types.AddonPreferences):
2222
reset_cursor_on_exit: bpy.props.BoolProperty(
2323
name="Reset Cursor on Exit",
2424
description="After exiting navigation, this determines if the cursor resets to where RMB was clicked (if checked) or stays in the center (if unchecked)",
25-
default=False
25+
default=True
2626
)
2727

2828
def draw(self, context):

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Mouse Wheel to adjust Viewport Move Speed (while Right Mouse is held)
1818

1919
You can adjust the threshold for when you navigate/open menus by adjusting the time the mouse button is held, or distance the cursor travels in __Edit__ > __Preferences__ > __Addons__ > __View 3D: Right Mouse Navigation__ by clicking the dropdown arrow and tweaking the values there.
2020

21-
Additionally, in the settings, you can change the cursor resetting behavior. By default, the cursor will stay in the center after navigation exit, matching where the navigation crosshair was. If you want to instead set the cursor back to the location where you initally clicked Right Mouse Button (old behavior before 0.1.9), you can enable the setting.
21+
Additionally, in the settings, you can change the cursor resetting behavior. By default, the cursor will snap back to the location where you initally clicked Right Mouse Button, after navigation exits. If you would rather the cursor stay in the center (where the navigation crosshair is) after navigation, you can disable the setting.
2222

2323
## Acknowledgements and Thanks
2424

0 commit comments

Comments
 (0)