[Bf-codereview] MDef BVH Support (issue 4529048)

lukas.toenne at googlemail.com lukas.toenne at googlemail.com
Mon Sep 26 10:41:19 CEST 2011


Fix for latest trunk (r40555 tested), need explicit conversion to
non-const vector argument.


http://codereview.appspot.com/4529048/diff/1/source/blender/editors/armature/meshlaplacian.c
File source/blender/editors/armature/meshlaplacian.c (right):

http://codereview.appspot.com/4529048/diff/1/source/blender/editors/armature/meshlaplacian.c#newcode1187
source/blender/editors/armature/meshlaplacian.c:1187: if
(!meshdeform_tri_intersect(ray->origin, end, face[0], face[1], face[2],
co, uvw))
need to convert ray->origin to non-const vector here,
meshdeform_tri_intersect requires non-const argument (same next line)

http://codereview.appspot.com/4529048/


More information about the Bf-codereview mailing list