[gimp] app: blacklist some more useless ops in the GEGL tools



commit c76a23075dfb5626bddd8d3adcfd2c3b665202e6
Author: Michael Natterer <mitch gimp org>
Date:   Sat Mar 9 22:23:52 2013 +0100

    app: blacklist some more useless ops in the GEGL tools

 app/tools/gimpgegltool.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index f5339a7..2246777 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -133,6 +133,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:layer",
     "gegl:lens-correct",
     "gegl:lens-distortion", /* in gimp */
+    "gegl:matting-global", /* useless */
     "gegl:mono-mixer", /* in gimp */
     "gegl:noise-hurl", /* in gimp */
     "gegl:noise-pick", /* in gimp */
@@ -149,9 +150,11 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:rotate", /* in gimp */
     "gegl:scale", /* in gimp */
     "gegl:sdl-display", /* useless */
+    "gegl:seamless-clone",
     "gegl:shear", /* in gimp */
     "gegl:text",
     "gegl:threshold", /* in gimp */
+    "gegl:tile", /* useless */
     "gegl:transform", /* in gimp */
     "gegl:translate", /* pointless */
     "gegl:unsharp-mask", /* in gimp */


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