[Bf-blender-cvs] [b1650a910e0] greasepencil-object: Clenaup: Fix typo error

Antonio Vazquez noreply at git.blender.org
Wed Sep 25 10:18:30 CEST 2019


Commit: b1650a910e073d74f3adedf2f3b7f07a41d7e29b
Author: Antonio Vazquez
Date:   Wed Sep 25 10:17:31 2019 +0200
Branches: greasepencil-object
https://developer.blender.org/rBb1650a910e073d74f3adedf2f3b7f07a41d7e29b

Clenaup: Fix typo error

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

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 3176780728e..65c480c8775 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -636,7 +636,7 @@ static void gp_smooth_buffer(tGPsdata *p, float inf, int idx)
   ptc->strength = interpf(ptc->strength, strength, inf);
 }
 
-/* Smooth the section added with fake events when pen mouse very fast. */
+/* Smooth the section added with fake events when pen moves very fast. */
 static void gp_smooth_fake_events(tGPsdata *p, int size_before, int size_after)
 {
   bGPdata *gpd = p->gpd;



More information about the Bf-blender-cvs mailing list