plug-ins: Update Python plug-ins after 6d36d143

A new parameter was added to indicate if
it was okay to run without setting these
resource values.
This commit is contained in:
Alx Sa
2024-07-07 12:05:54 +00:00
parent 8e6fb3d0e4
commit ba79fd00d3
5 changed files with 9 additions and 9 deletions

View File

@ -145,7 +145,7 @@ class PaletteToGradient (Gimp.PlugIn):
Gimp.RunMode.NONINTERACTIVE,
GObject.ParamFlags.READWRITE)
procedure.add_palette_argument ("palette", _("_Palette"),
_("Palette"),
_("Palette"), False,
GObject.ParamFlags.READWRITE)
procedure.add_gradient_return_value ("new-gradient", _("The newly created gradient"),
_("The newly created gradient"),