Blender Git Loki
Git Commits -> Revision f893d95
Revision f893d95 by Brecht Van Lommel (master) July 28, 2006, 00:56 (GMT) |
Image Paint: - Code for brush spacing and timing was rewritten, making spacing more even. Example: http://users.pandora.be/blendix/brush_spacing.jpg - Instead of Stepsize for regular brushes and Flow for airbrushes, there is now Spacing for both, and Rate for airbrushes. - Airbrush now works more like it does in the Gimp now, by maintaining the spacing even if the brush moves faster than the painting rate. - Some preparations to make brushes work in texture paint mode. |
Commit Details:
Full Hash: f893d950a1524d1069963dde251d48143063ad51
SVN Revision: 8231
Parent Commit: 3d0f27c
Lines Changed: +510, -531
12 Modified Paths:
/source/blender/blenkernel/intern/brush.c (+2, -1) (Diff)
/source/blender/include/BDR_imagepaint.h (+2, -2) (Diff)
/source/blender/include/blendef.h (+4, -4) (Diff)
/source/blender/include/butspace.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+11, -9) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -5) (Diff)
/source/blender/src/buttons_editing.c (+87, -4) (Diff)
/source/blender/src/drawimage.c (+17, -14) (Diff)
/source/blender/src/editface.c (+83, -235) (Diff)
/source/blender/src/imagepaint.c (+280, -248) (Diff)
/source/blender/src/space.c (+2, -2) (Diff)
/source/blender/src/vpaint.c (+14, -7) (Diff)
/source/blender/include/BDR_imagepaint.h (+2, -2) (Diff)
/source/blender/include/blendef.h (+4, -4) (Diff)
/source/blender/include/butspace.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+11, -9) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -5) (Diff)
/source/blender/src/buttons_editing.c (+87, -4) (Diff)
/source/blender/src/drawimage.c (+17, -14) (Diff)
/source/blender/src/editface.c (+83, -235) (Diff)
/source/blender/src/imagepaint.c (+280, -248) (Diff)
/source/blender/src/space.c (+2, -2) (Diff)
/source/blender/src/vpaint.c (+14, -7) (Diff)