[Bf-blender-cvs] CVS commit: blender/source/blender/src sculptmode.c

joe joeedh at gmail.com
Mon Feb 26 21:10:00 CET 2007


This is the real commit log (sorry forgot to press "save")

=Sculptmode Fix=

This fixes an unreported bug, where setting Use Alpha on the texture
preview panel would cause squares to appear in the sculptmode texture
brush.  This is because the sculpt code was abusing the preview render
to render brush images (evil!).

I changed it to use the function the displace modifier uses, multitex_ext.
It's be nice if everyone could test it still acts the same way, it should
since I'm using the same coordinates the preview render does to sample the
texture.

Nick: I've left the RenderInfo structure you're storing in the sculpt data
intact.  I didn't want to spend the time getting rid of it, you might want
to do that :)

On 2/26/07, Joseph Eagar <joeedh at gmail.com> wrote:
> joeedh (Joseph Eagar) 2007/02/26 20:34:39 CET
>
>   Modified files:
>     blender/source/blender/src sculptmode.c
>
>   Log:
>   =Armature Undo Fix=
>
>   I forgot a few hide functions that needed undo pushes, and misnamed
>   an undo push in one of them.
>
>   Revision  Changes    Path
>   1.75      +43 -7     blender/source/blender/src/sculptmode.c
>     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/sculptmode.c.diff?r1=1.74&r2=1.75&cvsroot=bf-blender>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-blender-cvs
>



More information about the Bf-blender-cvs mailing list