[Bf-blender-cvs] [893694ffc0e] greasepencil-object: Cleanup comment mistake

Antonio Vazquez noreply at git.blender.org
Thu Mar 1 16:31:40 CET 2018


Commit: 893694ffc0e595f3e0b61e1cf0d2bb6a9f502468
Author: Antonio Vazquez
Date:   Thu Mar 1 16:31:29 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB893694ffc0e595f3e0b61e1cf0d2bb6a9f502468

Cleanup comment mistake

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

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 9220d51cd30..3f228d93782 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -2671,7 +2671,7 @@ static void gpencil_add_missing_events(bContext *C, wmOperator *op, const wmEven
 	}
 	float factor = ((thickness * 0.30f) / scale) * samples;
 
-	/* get distance to generate new points. The thickness of the brush ir deduced at 30% of
+	/* get distance to generate new points. The thickness of the brush is reduced at 30% of
 	 * thickness to get overlap dots */
 	copy_v2fl_v2i(a, p->mvalo);
 	b[0] = event->mval[0] + 1;



More information about the Bf-blender-cvs mailing list