Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2006-07-28 04:56:35 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2006-07-28 04:56:35 +0400
commitf893d950a1524d1069963dde251d48143063ad51 (patch)
tree30b8a54e5fd3bcdb059346a77337d68fdfca7180 /source/blender/include/BDR_imagepaint.h
parent3d0f27c19d943f5bb9e3052b0c6a03313a16bbb0 (diff)
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.
Diffstat (limited to 'source/blender/include/BDR_imagepaint.h')
-rw-r--r--source/blender/include/BDR_imagepaint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BDR_imagepaint.h b/source/blender/include/BDR_imagepaint.h
index 8824c63071d..9ea9c9a107a 100644
--- a/source/blender/include/BDR_imagepaint.h
+++ b/source/blender/include/BDR_imagepaint.h
@@ -34,10 +34,10 @@
#define BDR_IMAGEPAINT_H
void imagepaint_redraw_tool(void);
-void imagepaint_paint(short mousebutton);
void imagepaint_pick(short mousebutton);
-void texturepaint_paint();
+void imagepaint_paint(short mousebutton);
+void texturepaint_paint(short mousebutton);
#endif /* BDR_IMAGEPAINT_H */