app: add gegl:maze to Filters -> Render -> Pattern

This commit is contained in:
Michael Natterer
2015-09-03 22:12:23 +02:00
parent 765975dfd6
commit 3f02b2aaf2
4 changed files with 9 additions and 0 deletions

View File

@ -219,6 +219,11 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:lens-flare",
NULL /* FIXME GIMP_HELP_FILTER_LENS_FLARE */ },
{ "filters-maze", GIMP_STOCK_GEGL,
NC_("filters-action", "_Maze..."), NULL, NULL,
"gegl:maze",
NULL /* FIXME GIMP_HELP_FILTER_MAZE */ },
{ "filters-mono-mixer", GIMP_STOCK_GEGL,
NC_("filters-action", "Mono Mixer..."), NULL, NULL,
"gegl:mono-mixer",
@ -531,6 +536,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-kaleidoscope", writable);
SET_SENSITIVE ("filters-lens-distortion", writable);
SET_SENSITIVE ("filters-lens-flare", writable);
SET_SENSITIVE ("filters-maze", writable);
SET_SENSITIVE ("filters-mono-mixer", writable && !gray);
SET_SENSITIVE ("filters-mosaic", writable);
SET_SENSITIVE ("filters-motion-blur-circular", writable);

View File

@ -516,6 +516,7 @@ sanity_check_gegl_ops (void)
"gegl:map-relative",
"gegl:matting-global",
/* "gegl:matting-levin",*/ /* XXX: do we want to require this? */
"gegl:maze",
"gegl:mirrors",
"gegl:mono-mixer",
"gegl:motion-blur-circular",

View File

@ -152,6 +152,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:invert-gamma",
"gegl:lens-distortion",
"gegl:lens-flare",
"gegl:maze",
"gegl:mirrors",
"gegl:mono-mixer",
"gegl:mosaic",

View File

@ -751,6 +751,7 @@
<menuitem action="filters-checkerboard" />
<menuitem action="filters-diffraction-patterns" />
<menuitem action="filters-grid" />
<menuitem action="filters-maze" />
<menuitem action="filters-sinus" />
</menu>
<separator />