Commit: 21df096161a7a112aa9122152a0944b6a1d9e8b4
Author: Antonioya
Date:   Sat Dec 15 16:27:56 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB21df096161a7a112aa9122152a0944b6a1d9e8b4

GP: Change F keymap to M keymap

F means fill, M for mirror is better.

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

M       source/blender/editors/gpencil/gpencil_primitive.c

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

diff --git a/source/blender/editors/gpencil/gpencil_primitive.c 
b/source/blender/editors/gpencil/gpencil_primitive.c
index 830ef04b0a6..6a042528f1e 100644
--- a/source/blender/editors/gpencil/gpencil_primitive.c
+++ b/source/blender/editors/gpencil/gpencil_primitive.c
@@ -399,7 +399,7 @@ static void gpencil_primitive_status_indicators(bContext 
*C, tGPDprimitive *tgpi
                BLI_strncpy(msg_str, IFACE_("Circle: ESC to cancel, Enter/RMB 
to confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to center"), 
UI_MAX_DRAW_STR);
        }
        else if (tgpi->type == GP_STROKE_ARC) {
-               BLI_strncpy(msg_str, IFACE_("Arc: ESC to cancel, Enter/RMB to 
confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to center"), 
UI_MAX_DRAW_STR);
+               BLI_strncpy(msg_str, IFACE_("Arc: ESC to cancel, Enter/RMB to 
confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to center, M: 
Flip"), UI_MAX_DRAW_STR);
        }
        else if (tgpi->type == GP_STROKE_CURVE) {
                BLI_strncpy(msg_str, IFACE_("Curve: ESC to cancel, Enter/RMB to 
confirm, WHEEL/+- to adjust edge number, Shift to square, Alt to center, E: 
extrude"), UI_MAX_DRAW_STR);
@@ -1238,7 +1238,7 @@ static void 
gpencil_primitive_edit_event_handling(bContext *C, wmOperator *op, w
                        }
                        break;
                }
-               case FKEY:
+               case MKEY:
                {
                        if ((event->val == KM_PRESS) && tgpi->curve) {
                                tgpi->flip ^= 1;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to