[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23370] branches/soc-2009-jaguarandi/ source/blender/editors/armature/meshlaplacian.c: *fix bone weighting

Andre Susano Pinto andresusanopinto at gmail.com
Sun Sep 20 18:49:05 CEST 2009


Revision: 23370
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23370
Author:   jaguarandi
Date:     2009-09-20 18:49:05 +0200 (Sun, 20 Sep 2009)

Log Message:
-----------
*fix bone weighting
forgot to call RE_rayobject_done

Modified Paths:
--------------
    branches/soc-2009-jaguarandi/source/blender/editors/armature/meshlaplacian.c

Modified: branches/soc-2009-jaguarandi/source/blender/editors/armature/meshlaplacian.c
===================================================================
--- branches/soc-2009-jaguarandi/source/blender/editors/armature/meshlaplacian.c	2009-09-20 15:55:44 UTC (rev 23369)
+++ branches/soc-2009-jaguarandi/source/blender/editors/armature/meshlaplacian.c	2009-09-20 16:49:05 UTC (rev 23370)
@@ -422,6 +422,7 @@
 		sys->heat.vface[mface->v3]= mface;
 		if(mface->v4) sys->heat.vface[mface->v4]= mface;
 	}
+	RE_rayobject_done(sys->heat.raytree); 
 }
 
 static int heat_ray_bone_visible(LaplacianSystem *sys, int vertex, int bone)





More information about the Bf-blender-cvs mailing list