[gimp/gimp-2-10] Issue #6683: Set turbulence max-value to 7 per GEGL specs



commit 2c2a901301ddb257e5150e9bd225fe5f25973939
Author: Nikc <nikcdc gmail com>
Date:   Wed Jan 19 19:58:23 2022 +0000

    Issue #6683: Set turbulence max-value to 7 per GEGL specs

 plug-ins/pygimp/plug-ins/foggify.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/pygimp/plug-ins/foggify.py b/plug-ins/pygimp/plug-ins/foggify.py
index 22b5a9ec49..4964d8c197 100755
--- a/plug-ins/pygimp/plug-ins/foggify.py
+++ b/plug-ins/pygimp/plug-ins/foggify.py
@@ -65,7 +65,7 @@ register(
         (PF_DRAWABLE, "drawable", "Input drawable", None),
         (PF_STRING, "name",       _("_Layer name"), _("Clouds")),
         (PF_COLOUR, "colour",     _("_Fog color"),  (240, 180, 70)),
-        (PF_SLIDER, "turbulence", _("_Turbulence"), 1.0, (0, 10, 0.1)),
+        (PF_SLIDER, "turbulence", _("_Turbulence"), 1.0, (0, 7, 0.1)),
         (PF_SLIDER, "opacity",    _("Op_acity"),    100, (0, 100, 1)),
     ],
     [],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]