gegl-tool: blacklist lens-correct and hstack since they can't be used with the gegl tool.

lens-correct expect a lens correction model
hstack expect and aux buffer
This commit is contained in:
Michael Muré 2011-07-25 15:20:53 +02:00
parent 421ca4114e
commit 2ba3673359

View file

@ -256,6 +256,8 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:contrast-curve", "gegl:contrast-curve",
"gegl:fill-path", "gegl:fill-path",
"gegl:vector-stroke", "gegl:vector-stroke",
"gegl:lens-correct",
"gegl:hstack",
"gimp-", "gimp-",
"gimp:" "gimp:"
}; };