[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38574] branches/soc-2011-onion/source/ blender/editors/uvedit/uvedit_ops.c: smart stitch

Antony Riakiotakis kalast at gmail.com
Thu Jul 21 19:21:21 CEST 2011


Revision: 38574
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38574
Author:   psy-fi
Date:     2011-07-21 17:21:20 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
smart stitch
============================
-Island snapping + uv edge deselect crash fixed, still pending fix for final calculation

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-07-21 17:04:04 UTC (rev 38573)
+++ branches/soc-2011-onion/source/blender/editors/uvedit/uvedit_ops.c	2011-07-21 17:21:20 UTC (rev 38574)
@@ -1326,9 +1326,9 @@
 							preview->previewTris[efa->tmp.l + 2*element->tfindex]  += island_stitch_data[i].translation[0];
 							preview->previewTris[efa->tmp.l + 2*element->tfindex + 1] += island_stitch_data[i].translation[1];
 						}
-						element->flag = 0;
 					}
 				}
+				element->flag = 0;
 			}
 		}
 	}




More information about the Bf-blender-cvs mailing list