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:
authorCampbell Barton <ideasman42@gmail.com>2013-03-13 09:23:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-13 09:23:53 +0400
commit839b07fe316c07e14780dcfc8121d10ef6053f67 (patch)
tree95576574c9cb680d87add40e9e4e1b714f3a30ec /source/blender/blenkernel/intern
parentacd3bef34e6a6b30df694f931dc0c622ca083f59 (diff)
style cleanup: also remove unused defines in paint_image.c
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/brush.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c
index 4ec20d5fe04..3d32ac8db77 100644
--- a/source/blender/blenkernel/intern/brush.c
+++ b/source/blender/blenkernel/intern/brush.c
@@ -516,9 +516,9 @@ void BKE_brush_sample_tex(const Scene *scene, Brush *brush, const float sampleco
/* Return a multiplier for brush strength on a particular vertex. */
float BKE_brush_sample_tex_3D(const Scene *scene, Brush *br,
- const float point[3],
- float rgba[3],
- struct ImagePool *pool)
+ const float point[3],
+ float rgba[3],
+ struct ImagePool *pool)
{
UnifiedPaintSettings *ups = &scene->toolsettings->unified_paint_settings;
MTex *mtex = &br->mtex;