mirror of https://github.com/GNOME/gimp.git
app: blacklist all ops that are in gimp menus now, and some useless ones
This commit is contained in:
parent
797e622734
commit
64cd825796
|
@ -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:"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue