app: add gegl:maze to Filters -> Render -> Pattern
This commit is contained in:
@ -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);
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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 />
|
||||
|
Reference in New Issue
Block a user