[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39408] branches/soc-2011-avocado/blender/ source/blender/editors/mesh/autoseam_tools.c: commented out experimental code for handling separate components, not working yet.

Andrea Weikert elubie at gmx.net
Mon Aug 15 11:45:15 CEST 2011


Revision: 39408
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39408
Author:   elubie
Date:     2011-08-15 09:45:14 +0000 (Mon, 15 Aug 2011)
Log Message:
-----------
commented out experimental code for handling separate components, not working yet.

Modified Paths:
--------------
    branches/soc-2011-avocado/blender/source/blender/editors/mesh/autoseam_tools.c

Modified: branches/soc-2011-avocado/blender/source/blender/editors/mesh/autoseam_tools.c
===================================================================
--- branches/soc-2011-avocado/blender/source/blender/editors/mesh/autoseam_tools.c	2011-08-15 05:32:34 UTC (rev 39407)
+++ branches/soc-2011-avocado/blender/source/blender/editors/mesh/autoseam_tools.c	2011-08-15 09:45:14 UTC (rev 39408)
@@ -668,12 +668,11 @@
 	
 	ED_mesh_uv_texture_add(C, me, "stretch_layer", TRUE);
 	/* This function will call the recusive function for each of the components of bmesh*/
-	//handle_separate_components(adj, num_faces, bm, maxdepth, C);
-	do_all_components(bm, maxdepth, C, stretch_algo);
+	handle_separate_components(adj, num_faces, bm, maxdepth, C, stretch_algo);
+	// do_all_components(bm, maxdepth, C);
 	
 	ED_mesh_uv_texture_remove(C, obedit, me);
 	
-	
 	/* If live unwrapping enable, unwrap the seams after marking */
 	if(is_live_unwrap){
 		




More information about the Bf-blender-cvs mailing list