[Bf-blender-cvs] [6cddb446daf] greasepencil-object: Cleanup: Remove old commented lines

Antonio Vazquez noreply at git.blender.org
Fri Nov 8 20:36:51 CET 2019


Commit: 6cddb446dafb1f1ace63fa7429a814e580cec68a
Author: Antonio Vazquez
Date:   Fri Nov 8 20:34:53 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB6cddb446dafb1f1ace63fa7429a814e580cec68a

Cleanup: Remove old commented lines

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

M	source/blender/draw/engines/gpencil/gpencil_draw_utils.c

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

diff --git a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
index 304686703e7..236b15e45b5 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
@@ -332,9 +332,6 @@ static void gpencil_calc_stroke_fill_uv(const float (*points2d)[2],
 
   /* Calc center for rotation. */
   float center[2] = {0.5f, 0.5f};
-  //  sub_v2_v2v2(center, maxv, minv);
-  // mul_v2_fl(center, 0.5f);
-
   float d[2];
   d[0] = maxv[0] - minv[0];
   d[1] = maxv[1] - minv[1];



More information about the Bf-blender-cvs mailing list