[gimp] app/tools/gimpgegltool.c: blacklist linear-gradient and radial-gradient
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app/tools/gimpgegltool.c: blacklist linear-gradient and radial-gradient
- Date: Sat, 2 May 2015 04:24:11 +0000 (UTC)
commit d6f916a3c218e8ef085da7200606bb61e98a50c3
Author: Ville Pätsi <drc gimp org>
Date: Sat May 2 00:09:17 2015 -0400
app/tools/gimpgegltool.c: blacklist linear-gradient and radial-gradient
app/tools/gimpgegltool.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index a10458e..69e296a 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -203,10 +203,12 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:hstack", /* pointless */
"gegl:introspect", /* pointless */
"gegl:layer", /* we use gimp's ops */
+ "gegl:linear-gradient", /* we use the blend tool */
"gegl:matting-global", /* used in the foreground select tool */
"gegl:opacity", /* poinless */
"gegl:path",
"gegl:posterize", /* we use gimp's op */
+ "gegl:radial-gradient", /* we use the blend tool */
"gegl:seamless-clone", /* used in the seamless clone tool */
"gegl:text", /* we use gimp's text rendering */
"gegl:threshold", /* we use gimp's op */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]