[gegl] plasma: Change default turbulence to 1.0
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] plasma: Change default turbulence to 1.0
- Date: Thu, 30 Jun 2011 09:44:06 +0000 (UTC)
commit 7e3478f6357565d0e7e4b23061e6ddb575f574ad
Author: Mukund Sivaraman <muks banu com>
Date: Thu Jun 30 15:10:11 2011 +0530
plasma: Change default turbulence to 1.0
operations/workshop/plasma.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/workshop/plasma.c b/operations/workshop/plasma.c
index d655e88..0bb7b8a 100644
--- a/operations/workshop/plasma.c
+++ b/operations/workshop/plasma.c
@@ -32,7 +32,7 @@
gegl_chant_int (seed, _("Seed"), -1, G_MAXINT, -1,
_("Random seed. Passing -1 implies that the seed is randomly chosen."))
-gegl_chant_double (turbulence, _("Turbulence"), 0.1, 7.0, 2,
+gegl_chant_double (turbulence, _("Turbulence"), 0.1, 7.0, 1.0,
_("The value of the turbulence"))
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]