mirror of https://github.com/GNOME/gimp.git
app: blacklist json:dropshadow and json:grey2 gegl ops
As discussed on IRC these ops mostly duplicate other gegl ops and have some shortcomings: range and gui-range, among other things, are currently not supported. This causes some issues changing values of parameters in GIMP, see e.g. https://gitlab.gnome.org/GNOME/gegl/-/issues/403 Since they bring nothing new, and have issues, we will blacklist them from the GEGL tools interface in GIMP, at least until they have better support in GEGL.
This commit is contained in:
parent
173ece82a8
commit
e589b8a3da
|
@ -535,6 +535,8 @@ gimp_gegl_op_blacklisted (const gchar *name,
|
|||
"gegl:high-pass",
|
||||
"gegl:hue-chroma",
|
||||
"gegl:illusion",
|
||||
"gegl:json:dropshadow2",
|
||||
"gegl:json:grey2",
|
||||
"gegl:image-gradient",
|
||||
"gegl:invert-linear",
|
||||
"gegl:invert-gamma",
|
||||
|
|
Loading…
Reference in New Issue