Blender Git Loki

Git Commits -> Revision 4ee3515

Revision 4ee3515 by Brecht Van Lommel (master)
July 26, 2006, 22:29 (GMT)

Brush Datablock:

- Added a new Brush datablock, only used by image paint, but intended
to be used in texture paint, vertex paint, weight paint and sculpt
mode also.
- Being a datablock, these brushes can be saved, appended and linked.
They have a fake user by default, to make sure they are saved even if
not selected.

Image Painting:

- Replaced the img module with C code in imagepaint.c
- Airbrush is no longer a separate tool, but rather an option that can
be used for soften, smear and clone also.
- Blend modes mix, add, subtract, multiply, darken and lighten have been
added, code taken directly from vertex paint.

Note to project files maintainers:

- The img module was removed from SCons and Makefiles, and this should
be done in other build systems also. I'll wait to remove the module
from cvs, to not break compilation.

Commit Details:

Full Hash: 4ee3515bf1751f7f89168f3c5c1fd907ad138ffd
SVN Revision: 8224
Parent Commit: 6a087fc
Lines Changed: +1409, -394

3 Added Paths:

/source/blender/blenkernel/BKE_brush.h (+57, -0) (View)
/source/blender/blenkernel/intern/brush.c (+317, -0) (View)
/source/blender/makesdna/DNA_brush_types.h (+70, -0) (View)

23 Modified Paths:

/source/blender/blenkernel/BKE_main.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+16, -5) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+39, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+11, -0) (Diff)
/source/blender/include/BDR_editface.h (+0, -1) (Diff)
/source/blender/include/BDR_imagepaint.h (+2, -38) (Diff)
/source/blender/include/blendef.h (+3, -0) (Diff)
/source/blender/Makefile (+1, -1) (Diff)
/source/blender/makesdna/DNA_ID.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+13, -0) (Diff)
/source/blender/makesdna/intern/makesdna.c (+2, -0) (Diff)
/source/blender/src/drawimage.c (+130, -70) (Diff)
/source/blender/src/editface.c (+11, -173) (Diff)
/source/blender/src/filesel.c (+2, -1) (Diff)
/source/blender/src/headerbuttons.c (+2, -2) (Diff)
/source/blender/src/header_image.c (+4, -1) (Diff)
/source/blender/src/imagepaint.c (+724, -96) (Diff)
/source/blender/src/Makefile (+0, -1) (Diff)
/source/blender/src/SConscript (+1, -1) (Diff)
/source/blender/src/space.c (+1, -2) (Diff)
/source/Makefile (+0, -1) (Diff)
/source/nan_definitions.mk (+0, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021