[Bf-blender-cvs] [648e8a1f1d4] master: UI: Add "(Walk/Fly)" to navigation operator name

Campbell Barton noreply at git.blender.org
Sat Jun 29 00:09:53 CEST 2019


Commit: 648e8a1f1d4a33a626b60529088e9eb361d74487
Author: Campbell Barton
Date:   Sat Jun 29 08:08:02 2019 +1000
Branches: master
https://developer.blender.org/rB648e8a1f1d4a33a626b60529088e9eb361d74487

UI: Add "(Walk/Fly)" to navigation operator name

Without this, searching for the operator is more difficult.

D5148 by @a.monti

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

M	source/blender/editors/space_view3d/view3d_edit.c

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

diff --git a/source/blender/editors/space_view3d/view3d_edit.c b/source/blender/editors/space_view3d/view3d_edit.c
index 6e12091cf75..b6eb57a3c81 100644
--- a/source/blender/editors/space_view3d/view3d_edit.c
+++ b/source/blender/editors/space_view3d/view3d_edit.c
@@ -4607,7 +4607,7 @@ static int view3d_navigate_invoke(bContext *C,
 void VIEW3D_OT_navigate(wmOperatorType *ot)
 {
   /* identifiers */
-  ot->name = "View Navigation";
+  ot->name = "View Navigation (Walk/Fly)";
   ot->description =
       "Interactively navigate around the scene (uses the mode (walk/fly) preference)";
   ot->idname = "VIEW3D_OT_navigate";



More information about the Bf-blender-cvs mailing list