Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2009-09-20 20:49:05 +0400
committerAndre Susano Pinto <andresusanopinto@gmail.com>2009-09-20 20:49:05 +0400
commitd3e88cb3e0d4117ab845a7c77254a5ab05ce1657 (patch)
tree37c434c1c59aedd3f9b17cebe9cebd5528b3209e /source/blender/editors/armature/meshlaplacian.c
parent5e609c9c52c76c26e890b676184ed6b52c82b393 (diff)
*fix bone weighting
forgot to call RE_rayobject_done
Diffstat (limited to 'source/blender/editors/armature/meshlaplacian.c')
-rw-r--r--source/blender/editors/armature/meshlaplacian.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/armature/meshlaplacian.c b/source/blender/editors/armature/meshlaplacian.c
index c994f7789a0..436048f5427 100644
--- a/source/blender/editors/armature/meshlaplacian.c
+++ b/source/blender/editors/armature/meshlaplacian.c
@@ -422,6 +422,7 @@ static void heat_ray_tree_create(LaplacianSystem *sys)
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)