[gimp/soc-2011-seamless-clone2] app: blacklist some more ops in the GEGL tool, they are in the menus
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] app: blacklist some more ops in the GEGL tool, they are in the menus
- Date: Wed, 8 May 2013 15:03:20 +0000 (UTC)
commit 438fce24b7b0bc60821baf24e597028bd4ec59c8
Author: Michael Natterer <mitch gimp org>
Date: Fri Mar 8 17:23:22 2013 +0100
app: blacklist some more ops in the GEGL tool, they are in the menus
app/tools/gimpgegltool.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 99f389d..7b442c5 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -110,6 +110,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
};
static const gchar * const name_blacklist[] =
{
+ "gegl:cartoon", /* in gimp */
"gegl:color", /* pointless */
"gegl:color-reduction", /* in gimp */
"gegl:color-temperature", /* in gimp */
@@ -130,8 +131,14 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:layer",
"gegl:lens-correct",
"gegl:lens-distortion", /* in gimp */
+ "gegl:noise-hurl", /* in gimp */
+ "gegl:noise-pick", /* in gimp */
+ "gegl:noise-hsv", /* in gimp */
+ "gegl:noise-rgb", /* in gimp */
+ "gegl:noise-slur", /* in gimp */
"gegl:opacity", /* pointless */
"gegl:path",
+ "gegl:photocopy", /* in gimp */
"gegl:pixelize", /* in gimp */
"gegl:polar-coordinates", /* in gimp */
"gegl:posterize", /* in gimp */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]