app: gegl:noise-cell -> gegl:cell-noise

This commit is contained in:
Michael Natterer
2014-05-19 01:31:55 +02:00
parent 386fb4080b
commit 4a0e9a2083
3 changed files with 3 additions and 2 deletions

View File

@ -187,7 +187,7 @@ static const GimpStringActionEntry filters_actions[] =
{ "filters-noise-cell", GIMP_STOCK_GEGL, { "filters-noise-cell", GIMP_STOCK_GEGL,
NC_("filters-action", "_Cell Noise..."), NULL, NULL, NC_("filters-action", "_Cell Noise..."), NULL, NULL,
"gegl:noise-cell", "gegl:cell-noise",
NULL /* FIXME GIMP_HELP_FILTER_NOISE_CELL */ }, NULL /* FIXME GIMP_HELP_FILTER_NOISE_CELL */ },
{ "filters-noise-cie-lch", GIMP_STOCK_GEGL, { "filters-noise-cie-lch", GIMP_STOCK_GEGL,

View File

@ -477,6 +477,7 @@ sanity_check_gegl_ops (void)
"gegl:buffer-source", "gegl:buffer-source",
"gegl:c2g", "gegl:c2g",
"gegl:cartoon", "gegl:cartoon",
"gegl:cell-noise",
"gegl:checkerboard", "gegl:checkerboard",
"gegl:color", "gegl:color",
"gegl:color-reduction", "gegl:color-reduction",

View File

@ -120,6 +120,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:bump-map", "gegl:bump-map",
"gegl:c2g", "gegl:c2g",
"gegl:cartoon", "gegl:cartoon",
"gegl:cell-noise",
"gegl:channel-mixer", "gegl:channel-mixer",
"gegl:checkerboard", "gegl:checkerboard",
"gegl:color", "gegl:color",
@ -145,7 +146,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:motion-blur-circular", "gegl:motion-blur-circular",
"gegl:motion-blur-linear", "gegl:motion-blur-linear",
"gegl:motion-blur-zoom", "gegl:motion-blur-zoom",
"gegl:noise-cell",
"gegl:noise-cie-lch", "gegl:noise-cie-lch",
"gegl:noise-hsv", "gegl:noise-hsv",
"gegl:noise-hurl", "gegl:noise-hurl",