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

Daniel Salazar - 3Developer.com zanqdo at gmail.com
Thu Oct 27 23:00:30 CEST 2011


I'm trying this patch

http://codereview.appspot.com/4529048/diff/1/source/blender/editors/armature/meshlaplacian.c#newcode1187

do I need anything else?

cheers
Daniel Salazar
3Developer.com



On Thu, Oct 27, 2011 at 2:50 PM, Daniel Salazar - 3Developer.com
<zanqdo at gmail.com> wrote:
> 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