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:
@ -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"),
|
||||
|
Reference in New Issue
Block a user