Gimp/plug-ins/python
Alx Sa dfad2a3028 python: Fix Spyro-Gimp Selection option
As noted in a comment on issue 10873,
choosing Selection for Fixed Gear throws
a TypeError. This is because with the change
from GimpRGB to GeglColor, we can no longer
directly access the red component with an index.

Instead, we need to call Gegl.Color.get_rgba() to get
that value, which is what this patch does.
2024-02-18 18:41:04 +00:00
..
python-console plug-ins: Fix Save button in Python Console 2024-02-12 21:49:28 +00:00
colorxhtml.py plug-ins: fix the GimpSaveProcedure plug-ins in Python. 2023-10-01 20:52:02 +02:00
file-openraster.py plug-ins: port forgotten uses of gimp_pdb_run_procedure*() removed API. 2023-10-20 19:01:38 +02:00
foggify.py plug-ins: improve default color handling of foggify 2024-01-08 18:11:46 -05:00
gradients-save-as-css.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
histogram-export.py plug-ins: port forgotten uses of gimp_pdb_run_procedure*() removed API. 2023-10-20 19:01:38 +02:00
meson.build build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
palette-offset.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
palette-sort.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
palette-to-gradient.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
pygimp.interp.in build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
python-eval.py plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00
spyro-plus.py python: Fix Spyro-Gimp Selection option 2024-02-18 18:41:04 +00:00
test-dialog.py plug-ins: port other Python plug-ins to new gimp_image_procedure_new(). 2023-10-01 21:02:34 +02:00