Jehan
8900967a81
extensions, libgimp, plug-ins: remove n_drawables arg from GimpImageProcedure's…
...
… run() function.
This is more consistent with recent changes in PDB, and now the
drawables argument is NULL-terminated.
2024-10-28 22:08:45 +01:00
lloyd konneker
d361256977
ScriptFu: add methods for running regular procs
...
A chain of methods starting with the run_fun script_fu_run_regular_procedure.
To use GimpProcedureDialog for scripts that are not ImageProcedure.
2024-09-27 14:35:50 +00:00
lloyd konneker
0a2b64352c
ScriptFu: refactor script-fu-dialog
...
No functional changes.
Extract methods to be in common with script_fu_fu_regular_proc
i.e. to run a GimpProcedure instead of GimpImageProcedure
2024-09-27 14:35:50 +00:00
Jehan
dd1c12a0e1
plug-ins: port script-fu-script.c to gimp_image_procedure_new2().
2023-10-01 21:02:33 +02:00
lloyd konneker
12c0c18036
ScriptFu: script-fu-register-filter for GimpImageProcedure.
...
Resolves #8382
Also v2 scripts infer and set sensitivity to drawables
Add two test plugins clothify-v3.scm and test-sphere-v3.scm.
Temporary, to be removed when 3.0 ships.
Some refactoring (extracting methods, moving functions to new files).
Some drive-by fixes to script-fu-arg.c revealed by using GimpProcedureDialog.
2022-08-02 07:45:35 +00:00