[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37884] branches/soc-2011-onion/source/ blender/editors/uvedit/uvedit_ops.c: forgot this in

Antony Riakiotakis kalast at gmail.com
Tue Jun 28 04:12:32 CEST 2011


Revision: 37884
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37884
Author:   psy-fi
Date:     2011-06-28 02:12:31 +0000 (Tue, 28 Jun 2011)
Log Message:
-----------
forgot this in

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/uvedit/uvedit_ops.c

Modified: branches/soc-2011-onion/source/blender/editors/uvedit/uvedit_ops.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/uvedit/uvedit_ops.c	2011-06-28 02:09:42 UTC (rev 37883)
+++ branches/soc-2011-onion/source/blender/editors/uvedit/uvedit_ops.c	2011-06-28 02:12:31 UTC (rev 37884)
@@ -1283,9 +1283,6 @@
 	 * this too many times on the fly */
 	commonVertMaps = MEM_mallocN(state->em->totface*sizeof(UvMapVert *), "commonVertMaps");
 
-	for(mapVert = vmap->buf, i = 0; i < state->vmap->numOfUVs; mapVert++, i++){
-		mapVert->flag  = 0;
-	}
 	if(state->mode == VERT_STITCH){
 		/* Count number of points/faces so that we allocate appropriate buffer */
 		for(editFace = state->em->faces.first ; editFace; editFace=editFace->next){




More information about the Bf-blender-cvs mailing list