[gimp] Bug 597413 - Opacity, hardness and color brush dynamics only use 2/3 of the total pen pressure rang
- From: Sven Neumann <neo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Bug 597413 - Opacity, hardness and color brush dynamics only use 2/3 of the total pen pressure rang
- Date: Thu, 8 Oct 2009 19:16:02 +0000 (UTC)
commit 99c2bb21219c6740bbe6c8e27112974aa7ab9cec
Author: SHIRAKAWA Akira <shirakawa devel gmail com>
Date: Thu Oct 8 00:00:43 2009 +0200
Bug 597413 - Opacity, hardness and color brush dynamics only use 2/3 of the total pen pressure range
Set global pressure scale to 1.0 instead of 1.5.
app/paint/gimppaintoptions.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/paint/gimppaintoptions.h b/app/paint/gimppaintoptions.h
index e72a632..e21b928 100644
--- a/app/paint/gimppaintoptions.h
+++ b/app/paint/gimppaintoptions.h
@@ -77,7 +77,7 @@ struct _GimpGradientOptions
#define GIMP_IS_PAINT_OPTIONS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_PAINT_OPTIONS))
#define GIMP_PAINT_OPTIONS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_PAINT_OPTIONS, GimpPaintOptionsClass))
-#define GIMP_PAINT_PRESSURE_SCALE 1.5
+#define GIMP_PAINT_PRESSURE_SCALE 1.0
#define GIMP_PAINT_VELOCITY_SCALE 1.0
typedef struct _GimpPaintOptionsClass GimpPaintOptionsClass;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]