mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
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:
parent
421ca4114e
commit
2ba3673359
1 changed files with 9 additions and 7 deletions
|
@ -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:"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue