[Bf-blender-cvs] [4ef5cd8c992] asset-greasepencil: Cleanup comment

Antonio Vazquez noreply at git.blender.org
Sat Jan 22 17:29:28 CET 2022


Commit: 4ef5cd8c992151c14c02e532e5f06307cb542e11
Author: Antonio Vazquez
Date:   Sat Jan 22 17:29:21 2022 +0100
Branches: asset-greasepencil
https://developer.blender.org/rB4ef5cd8c992151c14c02e532e5f06307cb542e11

Cleanup comment

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_asset.c b/source/blender/editors/gpencil/gpencil_asset.c
index 37a163de424..8fbdb1af91b 100644
--- a/source/blender/editors/gpencil/gpencil_asset.c
+++ b/source/blender/editors/gpencil/gpencil_asset.c
@@ -1499,7 +1499,7 @@ static int gpencil_asset_import_modal(bContext *C, wmOperator *op, const wmEvent
     }
     case EVT_FKEY: {
       if (event->val == KM_PRESS) {
-        /* Flip Horizontal. */
+        /* Flip. */
         tgpa->flag &= ~GP_ASSET_FLAG_IDLE;
         tgpa->flag |= GP_ASSET_FLAG_TRANSFORMING;
         tgpa->manipulator_index = (event->shift) ? CAGE_FLIP_VERT : CAGE_FLIP_HORZ;



More information about the Bf-blender-cvs mailing list