[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38058] branches/soc-2011-avocado/blender/ source/blender/editors/mesh/autoseam_tools.c: combined commit log for this and the previous commit, sorry for hitting OK too soon ; )

Andrea Weikert elubie at gmx.net
Sun Jul 3 13:35:31 CEST 2011


Revision: 38058
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38058
Author:   elubie
Date:     2011-07-03 11:35:30 +0000 (Sun, 03 Jul 2011)
Log Message:
-----------
combined commit log for this and the previous commit, sorry for hitting OK too soon ;)
* fixed adjacency check, this was reason why it was still failing for the mesh with separate parts
* added three code review comments for Shuvro to fix 

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-07-03 11:30:26 UTC (rev 38057)
+++ branches/soc-2011-avocado/blender/source/blender/editors/mesh/autoseam_tools.c	2011-07-03 11:35:30 UTC (rev 38058)
@@ -424,6 +424,7 @@
 }
 
 
+/* TODO_SHUVRO: this should be removed as it is not used anymore */
 void calculate_eigen(float **dual_graph, int dimension, float **eigen_vectors, float *eigen_values)
 {
     AUTOSEAM_UtilityClassHandle handle = autoseam_create_utility();




More information about the Bf-blender-cvs mailing list