[gimp/soc-2011-seamless-clone2] app: blacklist some more useless ops in the GEGL tools
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] app: blacklist some more useless ops in the GEGL tools
- Date: Wed, 8 May 2013 15:04:25 +0000 (UTC)
commit d673fe3a9b4b84ce8e856ff39f2f41389fcca6e3
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]