[Bf-blender-cvs] [839fba88b9e] lanpr-under-gp: GPencil: Cleanup comments

Antonio Vazquez noreply at git.blender.org
Tue Jul 28 16:59:43 CEST 2020


Commit: 839fba88b9ef292735a410f8148abfa012add4fc
Author: Antonio Vazquez
Date:   Tue Jul 28 16:59:25 2020 +0200
Branches: lanpr-under-gp
https://developer.blender.org/rB839fba88b9ef292735a410f8148abfa012add4fc

GPencil: Cleanup comments

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_add_lineart.c b/source/blender/editors/gpencil/gpencil_add_lineart.c
index bd69b345646..1300a5f73c6 100644
--- a/source/blender/editors/gpencil/gpencil_add_lineart.c
+++ b/source/blender/editors/gpencil/gpencil_add_lineart.c
@@ -91,10 +91,9 @@ static const ColorTemplate gp_stroke_material_black = {
 };
 
 /* ***************************************************************** */
-/* Stroke API */
+/* LineArt API */
 
-/* Add a Simple stroke with colors
- * (original design created by Daniel M. Lara and Matias Mendiola). */
+/* Add a Simple LineArt setup. */
 void ED_gpencil_create_lineart(bContext *C, Object *ob, float mat[4][4])
 {
   Main *bmain = CTX_data_main(C);



More information about the Bf-blender-cvs mailing list