[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18340] branches/blender2.5/blender/source /blender/editors/armature/meshlaplacian.c: 2.5

Ton Roosendaal ton at blender.org
Mon Jan 5 16:35:49 CET 2009


Revision: 18340
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18340
Author:   ton
Date:     2009-01-05 16:35:49 +0100 (Mon, 05 Jan 2009)

Log Message:
-----------
2.5
Typo in stub for meshlapacian.c

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/armature/meshlaplacian.c

Modified: branches/blender2.5/blender/source/blender/editors/armature/meshlaplacian.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/armature/meshlaplacian.c	2009-01-05 15:19:31 UTC (rev 18339)
+++ branches/blender2.5/blender/source/blender/editors/armature/meshlaplacian.c	2009-01-05 15:35:49 UTC (rev 18340)
@@ -68,7 +68,7 @@
 static void progress_bar() {}
 static void start_progress_bar() {}
 static void end_progress_bar() {}
-static float get_vert_defgroup() {return NULL;}
+static float get_vert_defgroup() {return 0.0;}
 static void add_vert_to_defgroup() {}
 #define WEIGHT_REPLACE 0
 #define WEIGHT_ADD 0





More information about the Bf-blender-cvs mailing list