app: add gegl:plasma to Filters -> Render -> Clouds
This commit is contained in:
@ -215,6 +215,11 @@ static const GimpStringActionEntry filters_actions[] =
|
||||
"gegl:pixelize",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_PIXELIZE */ },
|
||||
|
||||
{ "filters-plasma", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Plasma..."), NULL, NULL,
|
||||
"gegl:plasma",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_PLASMA */ },
|
||||
|
||||
{ "filters-polar-coordinates", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "P_olar Coordinates..."), NULL, NULL,
|
||||
"gegl:polar-coordinates",
|
||||
@ -371,6 +376,7 @@ filters_actions_update (GimpActionGroup *group,
|
||||
SET_SENSITIVE ("filters-lens-distortion", writable);
|
||||
SET_SENSITIVE ("filters-photocopy", writable);
|
||||
SET_SENSITIVE ("filters-pixelize", writable);
|
||||
SET_SENSITIVE ("filters-plasma", writable);
|
||||
SET_SENSITIVE ("filters-polar-coordinates", writable);
|
||||
SET_SENSITIVE ("filters-red-eye-removal", writable && !gray);
|
||||
SET_SENSITIVE ("filters-ripple", writable);
|
||||
|
@ -151,6 +151,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
||||
"gegl:noise-spread",
|
||||
"gegl:photocopy",
|
||||
"gegl:pixelize",
|
||||
"gegl:plasma",
|
||||
"gegl:polar-coordinates",
|
||||
"gegl:red-eye-removal",
|
||||
"gegl:ripple",
|
||||
|
@ -691,7 +691,9 @@
|
||||
<menuitem action="filters-tile-seamless" />
|
||||
</menu>
|
||||
<menu action="plug-in-render-menu" name="Render">
|
||||
<menu action="plug-in-render-clouds-menu" name="Clouds" />
|
||||
<menu action="plug-in-render-clouds-menu" name="Clouds">
|
||||
<menuitem action="filters-plasma" />
|
||||
</menu>
|
||||
<menu action="plug-in-render-nature-menu" name="Nature" />
|
||||
<menu action="plug-in-render-pattern-menu" name="Pattern">
|
||||
<menuitem action="filters-checkerboard" />
|
||||
|
Reference in New Issue
Block a user