[Bf-blender-cvs] [c191344efb0] sculpt-dev: Sculpt Expand: Fix modal keymap descriptions

Pablo Dobarro noreply at git.blender.org
Wed Feb 3 01:26:41 CET 2021


Commit: c191344efb007ec283f3415f85b6cc1b4fd4bca2
Author: Pablo Dobarro
Date:   Wed Feb 3 00:10:28 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rBc191344efb007ec283f3415f85b6cc1b4fd4bca2

Sculpt Expand: Fix modal keymap descriptions

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

M	source/blender/editors/sculpt_paint/sculpt_expand.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_expand.c b/source/blender/editors/sculpt_paint/sculpt_expand.c
index 58b9cefadb7..4684d0045d4 100644
--- a/source/blender/editors/sculpt_paint/sculpt_expand.c
+++ b/source/blender/editors/sculpt_paint/sculpt_expand.c
@@ -1583,22 +1583,22 @@ void sculpt_expand_modal_keymap(wmKeyConfig *keyconf)
       {SCULPT_EXPAND_MODAL_FALLOFF_GEODESICS,
        "FALLOFF_GEODESICS",
        0,
-       "Move the origin of the expand",
+       "Geodesic Falloff",
        ""},
       {SCULPT_EXPAND_MODAL_FALLOFF_TOPOLOGY,
        "FALLOFF_TOPOLOGY",
        0,
-       "Move the origin of the expand",
+       "Topology Falloff",
        ""},
       {SCULPT_EXPAND_MODAL_FALLOFF_TOPOLOGY_DIAGONALS,
        "FALLOFF_TOPOLOGY_DIAGONALS",
        0,
-       "Move the origin of the expand",
+       "Diagonals Falloff",
        ""},
       {SCULPT_EXPAND_MODAL_FALLOFF_SPHERICAL,
        "FALLOFF_SPHERICAL",
        0,
-       "Move the origin of the expand",
+       "Spherical Falloff",
        ""},
       {SCULPT_EXPAND_MODAL_SNAP_TOGGLE, "SNAP_TOGGLE", 0, "Snap expand to Face Sets", ""},
       {SCULPT_EXPAND_MODAL_LOOP_COUNT_INCREASE,
@@ -1614,7 +1614,7 @@ void sculpt_expand_modal_keymap(wmKeyConfig *keyconf)
       {SCULPT_EXPAND_MODAL_BRUSH_GRADIENT_TOGGLE,
        "BRUSH_GRADIENT_TOGGLE",
        0,
-       "Brush Gradient Toggle",
+       "Toggle Brush Gradient",
        ""},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list