From 46fb2d37e347b6ecbd0097aa662cd2fdc4b65f33 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Aug 2009 07:19:06 +0000 Subject: have texture paint use the curve rather then the falloff setting (falloff gave ugly center area of 100% opacity) --- source/blender/blenkernel/BKE_brush.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_brush.h') diff --git a/source/blender/blenkernel/BKE_brush.h b/source/blender/blenkernel/BKE_brush.h index 6ec988e111e..4d24a2433b3 100644 --- a/source/blender/blenkernel/BKE_brush.h +++ b/source/blender/blenkernel/BKE_brush.h @@ -64,7 +64,6 @@ float brush_curve_strength(struct Brush *br, float p, const float len); /* sampling */ float brush_sample_falloff(struct Brush *brush, float dist); -float brush_sample_falloff_noalpha(struct Brush *brush, float dist); void brush_sample_tex(struct Brush *brush, float *xy, float *rgba); void brush_imbuf_new(struct Brush *brush, short flt, short texfalloff, int size, struct ImBuf **imbuf); -- cgit v1.2.3