You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the pdb object, script and the generated stubs according to changes in GIMP 3.0.0-RC3.
Added more information to several parameter types in the generated stub file. For example, the description for numeric parameters now contains minimum and maximum values (if different from the default minimum and maximum values), the description for Gio.File parameters indicates whether they are files or folders for opening/saving, etc.
Object array parameters (images, drawables, ...) are now annotated in the stub file as lists.
Updated type annotations for parameters that can be None (e.g. Gimp.Image or Gimp.Layer) in the stub file.
Slightly optimized access to PDB procedures and GEGL operations via the pdb object.
Improved GUI for the output directory for the stub generator.
Arguments whose names match a Python keyword can now be passed with a trailing _, e.g. lambda_ (passing lambda=<value> would result in a syntax error).