app: require gegl:wavelet-blur and blackist it in the GEGL tool

This commit is contained in:
Michael Natterer 2017-01-23 02:33:59 +01:00
parent 17fb208e1e
commit 40395b83a4
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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",