[Bf-blender-cvs] [8a78a53e3bb] blender2.8: Keymap: place cursor on press

Campbell Barton noreply at git.blender.org
Fri May 25 12:47:58 CEST 2018


Commit: 8a78a53e3bbaa119e00a416a289b75889650d3b6
Author: Campbell Barton
Date:   Fri May 25 12:45:18 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB8a78a53e3bbaa119e00a416a289b75889650d3b6

Keymap: place cursor on press

Needed for tablet users.

===================================================================

M	release/scripts/startup/bl_ui/space_toolsystem_toolbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
index 8bcd56ce561..2be5b792f01 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -87,7 +87,7 @@ class _defs_view3d_generic:
             text="Cursor",
             icon="ops.generic.cursor",
             keymap=(
-                ("view3d.cursor3d", dict(), dict(type='ACTIONMOUSE', value='CLICK')),
+                ("view3d.cursor3d", dict(), dict(type='ACTIONMOUSE', value='PRESS')),
             ),
         )



More information about the Bf-blender-cvs mailing list