Commit: bd778468258637e65c6fa9237f373f4bd0701c70
Author: Antonio Vazquez
Date:   Fri Feb 2 17:48:19 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rBbd778468258637e65c6fa9237f373f4bd0701c70

Cleanup: Fix comments

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_edit.c 
b/source/blender/editors/gpencil/gpencil_edit.c
index 3f00edc29d1..ccb0fc23f34 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -3297,10 +3297,10 @@ static int gp_stroke_split_exec(bContext *C, wmOperator 
*op)
                                                /* make copy of source stroke */
                                                bGPDstroke *gps_dst = 
BKE_gpencil_stroke_duplicate(gps);
 
-                                               /* link to destination frame */
+                                               /* link to same frame */
                                                BLI_addtail(&gpf->strokes, 
gps_dst);
 
-                                               /* Invert selection status of 
all points in destination stroke */
+                                               /* invert selection status of 
all points in destination stroke */
                                                for (i = 0, pt = 
gps_dst->points; i < gps_dst->totpoints; i++, pt++) {
                                                        pt->flag ^= 
GP_SPOINT_SELECT;
                                                }

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to