[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49088] branches/soc-2012-sushi/source/ blender/modifiers/intern/MOD_laplaciansmooth.c: Reconfiguration on intern parameter for reduce spikes.

Alexander Pinzon apinzonf at gmail.com
Fri Jul 20 19:54:14 CEST 2012


Revision: 49088
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49088
Author:   apinzonf
Date:     2012-07-20 17:54:14 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
Reconfiguration on intern parameter for reduce spikes.

Modified Paths:
--------------
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c

Modified: branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c
===================================================================
--- branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c	2012-07-20 17:28:42 UTC (rev 49087)
+++ branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c	2012-07-20 17:54:14 UTC (rev 49088)
@@ -58,7 +58,7 @@
 #include "ONL_opennl.h"
 
 #define MOD_LAPLACIANSMOOTH_MAX_EDGE_PERCENTAGE 1.8
-#define MOD_LAPLACIANSMOOTH_MIN_EDGE_PERCENTAGE 0.15
+#define MOD_LAPLACIANSMOOTH_MIN_EDGE_PERCENTAGE 0.02
 
 struct BLaplacianSystem {
 	float *eweights;		/* Length weights per Edge */




More information about the Bf-blender-cvs mailing list