[Bf-blender-cvs] [2e57a146ed9] greasepencil-object: Cleanup code

Antonio Vazquez noreply at git.blender.org
Sat Dec 30 19:44:22 CET 2017


Commit: 2e57a146ed9025f34f40feb98851e1298feaeb37
Author: Antonio Vazquez
Date:   Sat Dec 30 19:13:10 2017 +0100
Branches: greasepencil-object
https://developer.blender.org/rB2e57a146ed9025f34f40feb98851e1298feaeb37

Cleanup code

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index 24981127b29..daa8862f025 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -527,7 +527,6 @@ static  void gpencil_get_outline_points(tGPDfill *tgpf)
 		set_pixel(ibuf, idx, outline_col);
 	}
 #endif 
-
 }
 
 /* create a grease pencil stroke using points in stack */
@@ -620,7 +619,6 @@ static void gpencil_stroke_from_stack(tGPDfill *tgpf)
 
 	/* simplify stroke */
 	BKE_gpencil_simplify_fixed(tgpf->gpl, gps);
-
 }
 
 /* ----------------------- */



More information about the Bf-blender-cvs mailing list