[gimp] Issue #6683: Set turbulence max-value to 7 per GEGL specs (Port)
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Issue #6683: Set turbulence max-value to 7 per GEGL specs (Port)
- Date: Wed, 2 Feb 2022 19:04:58 +0000 (UTC)
commit 6a16779365dfe2bdd4ce8becbb6eafc2493a96e8
Author: Nikc <nikcdc gmail com>
Date: Mon Jan 31 14:33:36 2022 +0000
Issue #6683: Set turbulence max-value to 7 per GEGL specs (Port)
plug-ins/python/foggify.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/python/foggify.py b/plug-ins/python/foggify.py
index 15d7d48c37..2c818811bf 100755
--- a/plug-ins/python/foggify.py
+++ b/plug-ins/python/foggify.py
@@ -109,7 +109,7 @@ class Foggify (Gimp.PlugIn):
"turbulence": (float,
_("_Turbulence"),
_("Turbulence"),
- 0.0, 10.0, 1.0,
+ 0.0, 7.0, 1.0,
GObject.ParamFlags.READWRITE),
"opacity": (float,
_("O_pacity"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]