[Bf-blender-cvs] [f8e6f1fa429] soc-2021-curves: Fixed name and description

Dilith Jayakody noreply at git.blender.org
Sat Mar 5 16:40:05 CET 2022


Commit: f8e6f1fa429956250d61c81ffefc6a5086a1e80d
Author: Dilith Jayakody
Date:   Sat Feb 26 12:15:52 2022 +0530
Branches: soc-2021-curves
https://developer.blender.org/rBf8e6f1fa429956250d61c81ffefc6a5086a1e80d

Fixed name and description

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

M	source/blender/editors/curve/editcurve_pen.c

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

diff --git a/source/blender/editors/curve/editcurve_pen.c b/source/blender/editors/curve/editcurve_pen.c
index 7992f49e5ca..c17625d7187 100644
--- a/source/blender/editors/curve/editcurve_pen.c
+++ b/source/blender/editors/curve/editcurve_pen.c
@@ -1449,7 +1449,7 @@ wmKeyMap *curve_pen_modal_keymap(wmKeyConfig *keyconf)
       {PEN_MODAL_FREE_ALIGN_TOGGLE,
        "FREE_ALIGN_TOGGLE",
        0,
-       "Free Move handle",
+       "Free-Align Toggle",
        "Move handle of newly added point freely"},
       {PEN_MODAL_MOVE_ADJACENT,
        "MOVE_ADJACENT",
@@ -1460,7 +1460,7 @@ wmKeyMap *curve_pen_modal_keymap(wmKeyConfig *keyconf)
        "MOVE_ENTIRE",
        0,
        "Move Entire",
-       "Move the closer handle of the adjacent vertex"},
+       "Move the entire point using its handles"},
       {PEN_MODAL_LINK_HANDLES,
        "LINK_HANDLES",
        0,



More information about the Bf-blender-cvs mailing list