[Bf-blender-cvs] [ff3a9852a77] master: Cleanup: Shorten the name of the Auto Constraint modal keymap

Germano Cavalcante noreply at git.blender.org
Thu Sep 3 22:58:24 CEST 2020


Commit: ff3a9852a77cd912a309f21aa8b7cf7eb8b8a402
Author: Germano Cavalcante
Date:   Thu Sep 3 17:57:42 2020 -0300
Branches: master
https://developer.blender.org/rBff3a9852a77cd912a309f21aa8b7cf7eb8b8a402

Cleanup: Shorten the name of the Auto Constraint modal keymap

It was taking up too much space in the status bar.

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

M	source/blender/editors/transform/transform.c

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

diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 4beafc6d363..01fdb267108 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -682,12 +682,7 @@ wmKeyMap *transform_modal_keymap(wmKeyConfig *keyconf)
       {TFM_MODAL_TRANSLATE, "TRANSLATE", 0, "Move", ""},
       {TFM_MODAL_ROTATE, "ROTATE", 0, "Rotate", ""},
       {TFM_MODAL_RESIZE, "RESIZE", 0, "Resize", ""},
-
-      {TFM_MODAL_AUTOCONSTRAINT,
-       "AUTOCONSTRAIN",
-       0,
-       "Automatically detects one direction for constraint",
-       ""},
+      {TFM_MODAL_AUTOCONSTRAINT, "AUTOCONSTRAIN", 0, "Automatic Constraint", ""},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list