[Bf-blender-cvs] [d13ed6391c2] greasepencil-object: GPencil: Cleanup comment

Antonio Vazquez noreply at git.blender.org
Sat Nov 9 13:50:05 CET 2019


Commit: d13ed6391c2d81ebea9303e3dc8b4d41bc4e166b
Author: Antonio Vazquez
Date:   Sat Nov 9 13:49:46 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rBd13ed6391c2d81ebea9303e3dc8b4d41bc4e166b

GPencil: Cleanup comment

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_vertex_paint.c b/source/blender/editors/gpencil/gpencil_vertex_paint.c
index 805aeb59933..12bce027587 100644
--- a/source/blender/editors/gpencil/gpencil_vertex_paint.c
+++ b/source/blender/editors/gpencil/gpencil_vertex_paint.c
@@ -598,7 +598,7 @@ static void gp_vertexpaint_select_stroke(tGP_BrushVertexpaintData *gso,
   }
 }
 
-/* Apply sculpt brushes to strokes in the given frame. */
+/* Apply vertex paint brushes to strokes in the given frame. */
 static bool gp_vertexpaint_brush_do_frame(bContext *C,
                                           tGP_BrushVertexpaintData *gso,
                                           bGPDlayer *gpl,



More information about the Bf-blender-cvs mailing list