[gimp] Issue #6683: Set turbulence max-value to 7 per GEGL specs (Port)



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]