[Bf-docboard-svn] bf-manual: [9131] trunk/blender_docs/manual/advanced/keymap_editing.rst: Keymap: remove reference to tweak event types

Campbell Barton noreply at blender.org
Sun Mar 20 11:55:03 CET 2022


Revision: 9131
          https://developer.blender.org/rBM9131
Author:   campbellbarton
Date:     2022-03-20 11:55:02 +0100 (Sun, 20 Mar 2022)
Log Message:
-----------
Keymap: remove reference to tweak event types

Tweak has been replaced with drag for Blender 3.2x.

Modified Paths:
--------------
    trunk/blender_docs/manual/advanced/keymap_editing.rst

Modified: trunk/blender_docs/manual/advanced/keymap_editing.rst
===================================================================
--- trunk/blender_docs/manual/advanced/keymap_editing.rst	2022-03-17 14:59:05 UTC (rev 9130)
+++ trunk/blender_docs/manual/advanced/keymap_editing.rst	2022-03-20 10:55:02 UTC (rev 9131)
@@ -37,18 +37,8 @@
 using *Click* event instead of *Press*. Then you may bind *Drag* to a separate action.
 
 This is useful for mixing actions where one uses a drag event, e.g:
-Toggle a setting using with tab, drag to open a pie menu showing all options related to the setting.
+Toggle a setting using with :kbd:`Tab`, drag to open a pie menu showing all options related to the setting.
 
-
-Click/Tweak
-^^^^^^^^^^^
-
-Unlike click/drag, this only works for the mouse buttons,
-but has the advantage that tweak events can be directional.
-
-To use this, events in this keymap must use *Click* instead of *Press*,
-then you can bind *Tweak* actions to the mouse buttons.
-
 This is used in the default keymap in the 3D Viewport,
 :kbd:`Alt-MMB` dragging in different directions rotates the view.
 



More information about the Bf-docboard-svn mailing list