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){

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

Reply via email to