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

Daniel Salazar - 3Developer.com zanqdo at gmail.com
Mon Sep 24 21:13:21 CEST 2012


Here's an updated patch for r50858 by dfelinto
http://www.pasteall.org/35522/diff

Daniel Salazar
patazstudio.com


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