Commit: e1d0312d8c14d0596011c1e03f47471502b6f471
Author: Antonioya
Date:   Sat Dec 8 23:35:02 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rBe1d0312d8c14d0596011c1e03f47471502b6f471

GP: Cleanup typo

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

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 be92f8ab74a..27252bea010 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -1066,7 +1066,7 @@ static void gp_stroke_newfrombuffer(tGPsdata *p)
                                                }
                                                last_valid = i;
                                        }
-                                       /* invalidate any point other point, to 
interpolate between
+                                       /* invalidate any other point, to 
interpolate between
                                         * first and last contact in an 
imaginary line between them */
                                        for (i = 0; i < 
gpd->runtime.sbuffer_size; i++) {
                                                if ((i != first_valid) && (i != 
last_valid)) {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to