mirror of https://github.com/GNOME/gimp.git
app: require gegl:wavelet-blur and blackist it in the GEGL tool
This commit is contained in:
parent
17fb208e1e
commit
40395b83a4
|
@ -623,6 +623,7 @@ sanity_check_gegl_ops (void)
|
|||
"gegl:video-degradation",
|
||||
"gegl:vignette",
|
||||
"gegl:warp",
|
||||
"gegl:wavelet-blur",
|
||||
"gegl:waves",
|
||||
"gegl:whirl-pinch",
|
||||
"gegl:write-buffer"
|
||||
|
|
|
@ -197,6 +197,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
|||
"gegl:value-propagate",
|
||||
"gegl:video-degradation",
|
||||
"gegl:vignette",
|
||||
"gegl:wavelet-blur",
|
||||
"gegl:waves",
|
||||
"gegl:whirl-pinch",
|
||||
"gegl:wind",
|
||||
|
|
Loading…
Reference in New Issue