[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43252] branches/soc-2011-onion-uv-tools/ source/blender/editors/uvedit/uvedit_ops.c: small fix, if mark seams is not selected on operator seams from islands, do not clear existing seams.

Antony Riakiotakis kalast at gmail.com
Tue Jan 10 01:39:37 CET 2012


Revision: 43252
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43252
Author:   psy-fi
Date:     2012-01-10 00:39:36 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
small fix, if mark seams is not selected on operator seams from islands, do not clear existing seams.

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

Modified: branches/soc-2011-onion-uv-tools/source/blender/editors/uvedit/uvedit_ops.c
===================================================================
--- branches/soc-2011-onion-uv-tools/source/blender/editors/uvedit/uvedit_ops.c	2012-01-10 00:31:19 UTC (rev 43251)
+++ branches/soc-2011-onion-uv-tools/source/blender/editors/uvedit/uvedit_ops.c	2012-01-10 00:39:36 UTC (rev 43252)
@@ -3162,9 +3162,10 @@
 		UvMapVert *mv2cache = NULL, *mv2sep = NULL;
 
 		mvinit1 = vmap->vert[editedge->v1->tmp.l];
+		if(mark_seams){
+			editedge->seam = 0;
+		}
 
-		editedge->seam = 0;
-
 		for(mv1 = mvinit1; mv1 && !faces_separated; mv1 = mv1->next){
 			if(mv1->separate && commonFaces){
 				v1coincident = 0;




More information about the Bf-blender-cvs mailing list