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

Daniel Salazar - 3Developer.com zanqdo at gmail.com
Thu Oct 27 22:50:31 CEST 2011


Lukas it seems it's failing again could someone fix the patch?

cheers

Daniel Salazar
3Developer.com



On Mon, Sep 26, 2011 at 2:41 AM,  <lukas.toenne at googlemail.com> wrote:
> 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