app, menus: add gegl:tile-paper to Filters -> Map
This commit is contained in:
@ -384,6 +384,11 @@ static const GimpStringActionEntry filters_actions[] =
|
|||||||
"gegl:tile-glass",
|
"gegl:tile-glass",
|
||||||
NULL /* FIXME GIMP_HELP_FILTER_TILE_GLASS */ },
|
NULL /* FIXME GIMP_HELP_FILTER_TILE_GLASS */ },
|
||||||
|
|
||||||
|
{ "filters-tile-paper", GIMP_STOCK_GEGL,
|
||||||
|
NC_("filters-action", "_Paper Tile..."), NULL, NULL,
|
||||||
|
"gegl:tile-paper",
|
||||||
|
NULL /* FIXME GIMP_HELP_FILTER_TILE_GLASS */ },
|
||||||
|
|
||||||
{ "filters-tile-seamless", GIMP_STOCK_GEGL,
|
{ "filters-tile-seamless", GIMP_STOCK_GEGL,
|
||||||
NC_("filters-action", "_Tile Seamless..."), NULL, NULL,
|
NC_("filters-action", "_Tile Seamless..."), NULL, NULL,
|
||||||
"gegl:tile-seamless",
|
"gegl:tile-seamless",
|
||||||
@ -554,6 +559,7 @@ filters_actions_update (GimpActionGroup *group,
|
|||||||
SET_SENSITIVE ("filters-supernova", writable);
|
SET_SENSITIVE ("filters-supernova", writable);
|
||||||
SET_SENSITIVE ("filters-threshold-alpha", writable && alpha);
|
SET_SENSITIVE ("filters-threshold-alpha", writable && alpha);
|
||||||
SET_SENSITIVE ("filters-tile-glass", writable);
|
SET_SENSITIVE ("filters-tile-glass", writable);
|
||||||
|
SET_SENSITIVE ("filters-tile-paper", writable);
|
||||||
SET_SENSITIVE ("filters-tile-seamless", writable);
|
SET_SENSITIVE ("filters-tile-seamless", writable);
|
||||||
SET_SENSITIVE ("filters-unsharp-mask", writable);
|
SET_SENSITIVE ("filters-unsharp-mask", writable);
|
||||||
SET_SENSITIVE ("filters-video-degradation", writable);
|
SET_SENSITIVE ("filters-video-degradation", writable);
|
||||||
|
@ -551,6 +551,7 @@ sanity_check_gegl_ops (void)
|
|||||||
"gegl:supernova",
|
"gegl:supernova",
|
||||||
"gegl:threshold",
|
"gegl:threshold",
|
||||||
"gegl:tile",
|
"gegl:tile",
|
||||||
|
"gegl:tile-paper",
|
||||||
"gegl:tile-glass",
|
"gegl:tile-glass",
|
||||||
"gegl:tile-seamless",
|
"gegl:tile-seamless",
|
||||||
"gegl:transform",
|
"gegl:transform",
|
||||||
|
@ -184,6 +184,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
|||||||
"gegl:supernova",
|
"gegl:supernova",
|
||||||
"gegl:texturize-canvas",
|
"gegl:texturize-canvas",
|
||||||
"gegl:tile-glass",
|
"gegl:tile-glass",
|
||||||
|
"gegl:tile-paper",
|
||||||
"gegl:tile-seamless",
|
"gegl:tile-seamless",
|
||||||
"gegl:unsharp-mask",
|
"gegl:unsharp-mask",
|
||||||
"gegl:value-invert",
|
"gegl:value-invert",
|
||||||
|
@ -726,6 +726,7 @@
|
|||||||
<menuitem action="filters-fractal-trace" />
|
<menuitem action="filters-fractal-trace" />
|
||||||
<menuitem action="filters-illusion" />
|
<menuitem action="filters-illusion" />
|
||||||
<menuitem action="filters-panorama-projection" />
|
<menuitem action="filters-panorama-projection" />
|
||||||
|
<menuitem action="filters-tile-paper" />
|
||||||
<menuitem action="filters-tile-seamless" />
|
<menuitem action="filters-tile-seamless" />
|
||||||
</menu>
|
</menu>
|
||||||
<menu action="plug-in-render-menu" name="Render">
|
<menu action="plug-in-render-menu" name="Render">
|
||||||
|
Reference in New Issue
Block a user