[Bf-blender-cvs] [5babbdfc54e] greasepencil-refactor: GPencil: Cleanup comment

Antonio Vazquez noreply at git.blender.org
Mon Jan 20 15:47:25 CET 2020


Commit: 5babbdfc54e9e10c11fea269363c7fc510d48d3b
Author: Antonio Vazquez
Date:   Mon Jan 20 15:44:12 2020 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB5babbdfc54e9e10c11fea269363c7fc510d48d3b

GPencil: Cleanup comment

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index 9b6ca65876e..fecf0bccca7 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -2068,8 +2068,6 @@ static void gp_paint_initstroke(tGPsdata *p, eGPencil_PaintModes paintmode, Deps
   /* set special fill stroke mode */
   if (p->disable_fill == true) {
     p->gpd->runtime.sbuffer_sflag |= GP_STROKE_NOFILL;
-    /* replace stroke color with fill color */
-    /* TODO: Review copy_v4_v4(p->gpd->runtime.scolor, p->gpd->runtime.sfill); */
   }
 
   /* set 'initial run' flag, which is only used to denote when a new stroke is starting */



More information about the Bf-blender-cvs mailing list