app: add gegl:oilify to Filters -> Artistic
This commit is contained in:
@ -259,6 +259,11 @@ static const GimpStringActionEntry filters_actions[] =
|
||||
"gegl:noise-spread",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_NOISE_SPREAD */ },
|
||||
|
||||
{ "filters-oilify", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "Oili_fy..."), NULL, NULL,
|
||||
"gegl:oilify",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_OILIFY */ },
|
||||
|
||||
{ "filters-panorama-projection", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Panorama Projection..."), NULL, NULL,
|
||||
"gegl:panorama-projection",
|
||||
@ -447,6 +452,7 @@ filters_actions_update (GimpActionGroup *group,
|
||||
SET_SENSITIVE ("filters-gaussian-blur", writable);
|
||||
SET_SENSITIVE ("filters-grid", writable);
|
||||
SET_SENSITIVE ("filters-kaleidoscope", writable);
|
||||
SET_SENSITIVE ("filters-lens-distortion", writable);
|
||||
SET_SENSITIVE ("filters-mono-mixer", writable && !gray);
|
||||
SET_SENSITIVE ("filters-mosaic", writable);
|
||||
SET_SENSITIVE ("filters-motion-blur-circular", writable);
|
||||
@ -463,7 +469,7 @@ filters_actions_update (GimpActionGroup *group,
|
||||
SET_SENSITIVE ("filters-noise-simplex", writable);
|
||||
SET_SENSITIVE ("filters-noise-slur", writable);
|
||||
SET_SENSITIVE ("filters-noise-spread", writable);
|
||||
SET_SENSITIVE ("filters-lens-distortion", writable);
|
||||
SET_SENSITIVE ("filters-oilify", writable);
|
||||
SET_SENSITIVE ("filters-panorama-projection", writable);
|
||||
SET_SENSITIVE ("filters-photocopy", writable);
|
||||
SET_SENSITIVE ("filters-pixelize", writable);
|
||||
|
@ -520,6 +520,7 @@ sanity_check_gegl_ops (void)
|
||||
"gegl:noise-rgb",
|
||||
"gegl:noise-slur",
|
||||
"gegl:noise-spread",
|
||||
"gegl:oilify",
|
||||
"gegl:opacity",
|
||||
"gegl:over",
|
||||
"gegl:panorama-projection",
|
||||
|
@ -158,6 +158,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
||||
"gegl:noise-rgb",
|
||||
"gegl:noise-slur",
|
||||
"gegl:noise-spread",
|
||||
"gegl:oilify",
|
||||
"gegl:panorama-projection",
|
||||
"gegl:perlin-noise",
|
||||
"gegl:photocopy",
|
||||
|
@ -695,6 +695,7 @@
|
||||
<menuitem action="filters-cartoon" />
|
||||
<menuitem action="filters-cubism" />
|
||||
<menuitem action="filters-tile-glass" />
|
||||
<menuitem action="filters-oilify" />
|
||||
<menuitem action="filters-photocopy" />
|
||||
<menuitem action="filters-softglow" />
|
||||
</menu>
|
||||
|
Reference in New Issue
Block a user