gimp/plug-ins/python
Jehan de1d71bb3f app, libgimp, pdb, plug-ins: batch CLI options now interpreter aware.
The CLI options now know which procedures are batch procedures or not.
First it means that it won't just randomly try any procedure name one
may pass and will properly output an error if you pass a non-existing
interpreter procedure.

Secondly, there is no default interpreter anymore (unless only one
interpreter exists). If you don't set an interpreter procedure with
--batch-interpreter or if you pass a wrong one, it will output the list
of available batch procedure, thus helping you understanding how to use
the --batch option.
2022-04-16 23:28:05 +02:00
..
python-console plug-ins: use #!/usr/bin/env python3 shebang line in python-console.py 2021-07-07 17:47:15 +02:00
.gitignore plug-ins: add .gitignore files. 2019-08-06 23:22:18 +02:00
Makefile.am plug-ins: move benchmark-foreground-extract to gimp-data-extras. 2021-04-19 18:10:54 +02:00
colorxhtml.py libgimp: 'gimp_ui' as priority prefix for GimpUi introspected module. 2020-09-26 22:11:53 +02:00
file-openraster.py plug-ins: fix the ORA thumbnail load procedure. 2022-02-09 22:56:42 +01:00
foggify.py plug-ins: update foggigy after changes in GimpProcedureDialog. 2022-02-17 23:13:43 +01:00
gradients-save-as-css.py libgimp: 'gimp_ui' as priority prefix for GimpUi introspected module. 2020-09-26 22:11:53 +02:00
histogram-export.py libgimp: 'gimp_ui' as priority prefix for GimpUi introspected module. 2020-09-26 22:11:53 +02:00
meson.build plug-ins: move benchmark-foreground-extract to gimp-data-extras. 2021-04-19 18:10:54 +02:00
palette-offset.py libgimp: 'gimp_ui' as priority prefix for GimpUi introspected module. 2020-09-26 22:11:53 +02:00
palette-sort.py plug-ins: Port palette-sort to Python 3 2020-09-20 23:58:02 +02:00
palette-to-gradient.py plug-ins: add a "palette" argument to palette-to-gradient. 2019-08-06 00:29:33 +02:00
pygimp.interp.in Fix pygimp.interp generation, add /usr/bin/python3 alias 2020-07-28 17:17:18 +02:00
python-eval.py app, libgimp, pdb, plug-ins: batch CLI options now interpreter aware. 2022-04-16 23:28:05 +02:00
spyro-plus.py plug-ins: use the new function Gimp.context_enable_dynamics(). 2022-02-04 14:04:46 +01:00