Blender Git Commit Log

Git Commits -> Revision b39f4b7

Revision b39f4b7 by Brecht Van Lommel (master)
August 27, 2006, 13:29 (GMT)

Texturepaint now supports all the imagepaint brush settings, with the
exception of the clone tool.

One level undo for image- and texturepaint, only storing those tiles
that changed.

Test to improve texturepaint performance using glTexSubImage2D, only
enabled with 2^n sized textures and mipmapping off. Painting a 2048x2048
texture is then pretty smooth here, as long as the geometry is not too
complex.

Commit Details:

Full Hash: b39f4b788dc9c5ccc9430b02852cbc1cbe56eca1
SVN Revision: 8390
Parent Commit: 84205fe
Lines Changed: +806, -405

17 Modified Paths:

/source/blender/blenkernel/BKE_brush.h (+9, -4) (Diff)
/source/blender/blenkernel/intern/brush.c (+310, -81) (Diff)
/source/blender/imbuf/intern/rectop.c (+13, -8) (Diff)
/source/blender/include/BDR_drawmesh.h (+2, -0) (Diff)
/source/blender/include/BDR_imagepaint.h (+3, -2) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+47, -29) (Diff)
/source/blender/src/buttons_shading.c (+1, -1) (Diff)
/source/blender/src/drawimage.c (+1, -0) (Diff)
/source/blender/src/drawmesh.c (+28, -0) (Diff)
/source/blender/src/drawview.c (+10, -1) (Diff)
/source/blender/src/editface.c (+1, -1) (Diff)
/source/blender/src/header_view3d.c (+8, -0) (Diff)
/source/blender/src/imagepaint.c (+357, -274) (Diff)
/source/blender/src/space.c (+12, -4) (Diff)
/source/blender/src/usiblender.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021