app: gegl:noise-cell -> gegl:cell-noise
This commit is contained in:
@ -187,7 +187,7 @@ static const GimpStringActionEntry filters_actions[] =
|
||||
|
||||
{ "filters-noise-cell", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Cell Noise..."), NULL, NULL,
|
||||
"gegl:noise-cell",
|
||||
"gegl:cell-noise",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_NOISE_CELL */ },
|
||||
|
||||
{ "filters-noise-cie-lch", GIMP_STOCK_GEGL,
|
||||
|
@ -477,6 +477,7 @@ sanity_check_gegl_ops (void)
|
||||
"gegl:buffer-source",
|
||||
"gegl:c2g",
|
||||
"gegl:cartoon",
|
||||
"gegl:cell-noise",
|
||||
"gegl:checkerboard",
|
||||
"gegl:color",
|
||||
"gegl:color-reduction",
|
||||
|
@ -120,6 +120,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
||||
"gegl:bump-map",
|
||||
"gegl:c2g",
|
||||
"gegl:cartoon",
|
||||
"gegl:cell-noise",
|
||||
"gegl:channel-mixer",
|
||||
"gegl:checkerboard",
|
||||
"gegl:color",
|
||||
@ -145,7 +146,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
||||
"gegl:motion-blur-circular",
|
||||
"gegl:motion-blur-linear",
|
||||
"gegl:motion-blur-zoom",
|
||||
"gegl:noise-cell",
|
||||
"gegl:noise-cie-lch",
|
||||
"gegl:noise-hsv",
|
||||
"gegl:noise-hurl",
|
||||
|
Reference in New Issue
Block a user