[Bf-blender-cvs] [82d2d770c16] greasepencil-refactor: Cleanup: Remove ToDo comments

Antonio Vazquez noreply at git.blender.org
Sat Jan 18 11:55:28 CET 2020


Commit: 82d2d770c163b4239bd7ac250be95718666ab32b
Author: Antonio Vazquez
Date:   Wed Jan 15 19:08:45 2020 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB82d2d770c163b4239bd7ac250be95718666ab32b

Cleanup: Remove ToDo comments

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_sculpt_paint.c b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
index 2df5de2d1e1..d01e6da70e8 100644
--- a/source/blender/editors/gpencil/gpencil_sculpt_paint.c
+++ b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
@@ -1832,7 +1832,6 @@ static bool gpsculpt_brush_apply_standard(bContext *C, tGP_BrushEditData *gso)
     }
     else {
       if (gpl->actframe != NULL) {
-        // TODO GPXX
         /* Apply to active frame's strokes */
         gso->mf_falloff = 1.0f;
         changed |= gpsculpt_brush_do_frame(C, gso, gpl, gpl->actframe, diff_mat);
diff --git a/source/blender/editors/gpencil/gpencil_vertex_paint.c b/source/blender/editors/gpencil/gpencil_vertex_paint.c
index a9b99632a82..c3c716772fd 100644
--- a/source/blender/editors/gpencil/gpencil_vertex_paint.c
+++ b/source/blender/editors/gpencil/gpencil_vertex_paint.c
@@ -1116,7 +1116,6 @@ static bool gp_vertexpaint_brush_apply_to_layers(bContext *C, tGP_BrushVertexpai
       /* Apply to active frame's strokes */
       if (gpl->actframe != NULL) {
         gso->mf_falloff = 1.0f;
-        // TODO GPXX
         changed |= gp_vertexpaint_brush_do_frame(C, gso, gpl, gpl->actframe, diff_mat);
       }
     }



More information about the Bf-blender-cvs mailing list