[gimp] app: require gegl:wavelet-blur and blackist it in the GEGL tool



commit 40395b83a4b26ba95dd700d2b3d947382d0597e0
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jan 23 02:33:59 2017 +0100

    app: require gegl:wavelet-blur and blackist it in the GEGL tool

 app/sanity.c             |    1 +
 app/tools/gimpgegltool.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 1cdb3b1..5e2ce5a 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -623,6 +623,7 @@ sanity_check_gegl_ops (void)
     "gegl:video-degradation",
     "gegl:vignette",
     "gegl:warp",
+    "gegl:wavelet-blur",
     "gegl:waves",
     "gegl:whirl-pinch",
     "gegl:write-buffer"
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 043b546..274eca6 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -197,6 +197,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:value-propagate",
     "gegl:video-degradation",
     "gegl:vignette",
+    "gegl:wavelet-blur",
     "gegl:waves",
     "gegl:whirl-pinch",
     "gegl:wind",


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