app: add gegl:panorama-projection to Filters -> Map
This commit is contained in:
@ -240,6 +240,11 @@ static const GimpStringActionEntry filters_actions[] =
|
||||
"gegl:noise-spread",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_NOISE_SPREAD */ },
|
||||
|
||||
{ "filters-panorama-projection", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Panorama Projection..."), NULL, NULL,
|
||||
"gegl:panorama-projection",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_PANORAMA_PROJECTION */ },
|
||||
|
||||
{ "filters-photocopy", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Photocopy..."), NULL, NULL,
|
||||
"gegl:photocopy",
|
||||
@ -436,6 +441,7 @@ filters_actions_update (GimpActionGroup *group,
|
||||
SET_SENSITIVE ("filters-noise-slur", writable);
|
||||
SET_SENSITIVE ("filters-noise-spread", writable);
|
||||
SET_SENSITIVE ("filters-lens-distortion", writable);
|
||||
SET_SENSITIVE ("filters-panorama-projection", writable);
|
||||
SET_SENSITIVE ("filters-photocopy", writable);
|
||||
SET_SENSITIVE ("filters-pixelize", writable);
|
||||
SET_SENSITIVE ("filters-plasma", writable);
|
||||
|
@ -515,6 +515,7 @@ sanity_check_gegl_ops (void)
|
||||
"gegl:noise-spread",
|
||||
"gegl:opacity",
|
||||
"gegl:over",
|
||||
"gegl:panorama-projection",
|
||||
"gegl:perlin-noise",
|
||||
"gegl:photocopy",
|
||||
"gegl:pixelize",
|
||||
|
@ -154,6 +154,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
||||
"gegl:noise-rgb",
|
||||
"gegl:noise-slur",
|
||||
"gegl:noise-spread",
|
||||
"gegl:panorama-projection",
|
||||
"gegl:perlin-noise",
|
||||
"gegl:photocopy",
|
||||
"gegl:pixelize",
|
||||
|
@ -696,6 +696,7 @@
|
||||
<menu action="plug-in-map-menu" name="Map">
|
||||
<menuitem action="filters-bump-map" />
|
||||
<menuitem action="filters-fractal-trace" />
|
||||
<menuitem action="filters-panorama-projection" />
|
||||
<menuitem action="filters-tile-seamless" />
|
||||
</menu>
|
||||
<menu action="plug-in-render-menu" name="Render">
|
||||
|
Reference in New Issue
Block a user