[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37975] branches/soc-2011-onion/source/ blender/editors/uvedit/uvedit_ops.c: smart stitch - bug fix for edges, not updating preview buffer correctly, still one little feature left for edges

Antony Riakiotakis kalast at gmail.com
Thu Jun 30 05:21:55 CEST 2011


Revision: 37975
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37975
Author:   psy-fi
Date:     2011-06-30 03:21:49 +0000 (Thu, 30 Jun 2011)
Log Message:
-----------
smart stitch - bug fix for edges, not updating preview buffer correctly, still one little feature left for edges

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-30 03:04:51 UTC (rev 37974)
+++ branches/soc-2011-onion/source/blender/editors/uvedit/uvedit_ops.c	2011-06-30 03:21:49 UTC (rev 37975)
@@ -1586,7 +1586,7 @@
 								}
 								for(stack_iter = 0; stack_iter < stackSize2; stack_iter++){
 									index2 = commonVertMaps2[stack_iter] - vmap->buf;
-									efa = commonVertMaps[stack_iter]->face;
+									efa = commonVertMaps2[stack_iter]->face;
 
 									commonVertMaps2[stack_iter]->flag |= STITCH_STITCHABLE;
 




More information about the Bf-blender-cvs mailing list