app: blacklist all ops that are in gimp menus now, and some useless ones

This commit is contained in:
Michael Natterer 2012-04-02 02:40:45 +02:00
parent 797e622734
commit 64cd825796

View file

@ -119,6 +119,19 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:vector-stroke",
"gegl:lens-correct",
"gegl:hstack",
"gegl:display",
"gegl:opacity", /* pointless */
"gegl:colorize", /* in gimp */
"gegl:color-to-alpha", /* in gimp */
"gegl:invert", /* in gimp */
"gegl:grey", /* in gimp */
"gegl:posterize", /* in gimp */
"gegl:scale", /* in gimp */
"gegl:translate", /* pointless */
"gegl:shear", /* in gimp */
"gegl:rotate", /* in gimp */
"gegl:transform", /* in gimp */
"gegl:value-invert", /* in gimp */
"gimp-",
"gimp:"
};