[Bf-blender-cvs] [2923b1feb90] greasepencil-object: GPencil: Fix wrong break line

Antonio Vazquez noreply at git.blender.org
Wed Oct 2 16:27:59 CEST 2019


Commit: 2923b1feb902acdb1024ec9b1fcda2b22ce735cf
Author: Antonio Vazquez
Date:   Wed Oct 2 16:27:49 2019 +0200
Branches: greasepencil-object
https://developer.blender.org/rB2923b1feb902acdb1024ec9b1fcda2b22ce735cf

GPencil: Fix wrong break line

This was kept in the code by error.

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_uv.c b/source/blender/editors/gpencil/gpencil_uv.c
index d176db89c16..ca3637f6ae2 100644
--- a/source/blender/editors/gpencil/gpencil_uv.c
+++ b/source/blender/editors/gpencil/gpencil_uv.c
@@ -548,7 +548,6 @@ static int gpencil_reset_uv_transform_exec(bContext *C, wmOperator *op)
       }
       gps->tot_triangles = 0;
       changed = true;
-      break;
     }
   }
   GP_EDITABLE_STROKES_END(gpstroke_iter);



More information about the Bf-blender-cvs mailing list