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)


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to