gimp/plug-ins/script-fu/scripts
Anders Jonsson 5422c8829d script-fu: fix gettext extraction
Gettext treats #! in scheme files as a comment start
and needs a !# for the comment to end, otherwise it skips
the whole file.
2024-08-12 09:24:13 +00:00
..
images Remove autotools 2023-05-27 00:03:52 +02:00
test build: plugins: ensure test plugins not installed in stable version 2024-08-10 14:58:58 +00:00
README ScriptFu: build: "stable release" not install test framework or test plugins 2024-04-24 14:32:53 +00:00
add-bevel.scm scripts: Port add-bevel to new API 2024-01-29 13:36:37 +00:00
addborder.scm Add a 'Allow resizing' toggle to Decor > Add Border 2023-10-13 13:17:11 -04:00
blend-anim.scm plug-ins: remove "Animators" placeholder from script-fu scripts. 2023-04-12 22:07:09 +02:00
burn-in-anim.scm scripts: Fix calls to gimp-drawable-edit-gradient-fill 2024-02-14 23:52:18 +00:00
carve-it.scm Fix scripts calling obsolete gimp-brush-delete 2023-12-09 11:23:58 -05:00
chrome-it.scm Fix scripts calling obsolete gimp-brush-delete 2023-12-09 11:23:58 -05:00
circuit.scm ScriptFu: scripts use v3 API for multilayer gimp_image_get_selected_drawables etc. 2022-08-03 12:48:07 +00:00
clothify.scm ScriptFu: scripts use v3 API for multilayer gimp_image_get_selected_drawables etc. 2022-08-03 12:48:07 +00:00
coffee.scm 2.99 ScriptFu: change wording of "Coffee Stain" filter 2024-02-15 15:40:20 +00:00
difference-clouds.scm plug-ins: more consistent ellipsis usage 2024-01-02 03:43:34 +00:00
distress-selection.scm app, pdb, plug-ins: lower Spread limit for Distort 2024-04-04 12:04:12 +00:00
drop-shadow.scm menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02:00
font-map.scm scripts: Use GimpFont object in Render Font Map 2024-04-18 23:06:31 +00:00
fuzzyborder.scm plug-ins: fix a bunch of Scheme scripts after API functions renaming. 2021-04-20 17:47:11 +02:00
gimp-online.scm scripts: GIMP Online accelerator and link fixes 2024-02-24 14:52:22 +00:00
gradient-example.scm menus: move menus to submenus of tab menu 2024-03-08 17:48:38 +00:00
guides-from-selection.scm scripts: Update Guides from Selection API 2024-01-18 11:14:31 -05:00
guides-new-percent.scm Guides scripts enabled when multiple drawables selected (fixes issue #7535) Take 2 2024-02-04 18:26:45 +00:00
guides-new.scm scriptfu, tools: Allow off-canvas guides in more places 2024-05-31 12:03:44 +00:00
guides-remove-all.scm scripts: Fix "Remove all Guides" script bug 2024-01-19 11:17:36 +00:00
lava.scm plug-ins: Fix lava filter for non-square selections 2023-07-30 22:24:49 +00:00
line-nova.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
meson.build build: plugins: ensure test plugins not installed in stable version 2024-08-10 14:58:58 +00:00
mkbrush.scm scripts: Remove drawables argument from export calls 2024-07-20 18:35:41 +00:00
old-photo.scm plug-ins: fix a bunch of Scheme scripts after API functions renaming. 2021-04-20 17:47:11 +02:00
palette-export.scm ScriptFu: Plugins: fix #11346 broken "Export Palette" plugin. 2024-04-22 06:17:13 -04:00
paste-as-brush.scm scripts: Remove drawables argument from export calls 2024-07-20 18:35:41 +00:00
paste-as-pattern.scm plug-ins: script-fu-paste-as-new-pattern, adjusted call to (file-pat-export) 2024-07-20 19:02:27 +00:00
perspective-shadow.scm menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02:00
plug-in-compat.init ScriptFu: script-fu-register-filter for GimpImageProcedure. 2022-08-02 07:45:35 +00:00
reverse-layers.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
ripply-anim.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
round-corners.scm ScriptFu: scripts use v3 API for multilayer gimp_image_get_selected_drawables etc. 2022-08-03 12:48:07 +00:00
script-fu-compat.init Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
script-fu-set-cmap.scm Fix #9874 SF plugin script-fu-set-cmap.scm 2023-08-20 20:44:04 +00:00
script-fu-util-setpt.scm Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-util.scm ScriptFu: scripts use v3 API for multilayer gimp_image_get_selected_drawables etc. 2022-08-03 12:48:07 +00:00
script-fu.init ScriptFu: TinyScheme: add call-with-output-string etc to dialect 2024-04-06 13:43:33 +00:00
selection-round.scm menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02:00
slide.scm Fix scripts after changes to text PDB API 2023-10-13 09:38:21 -04:00
spinning-globe.scm scripts: Partially fix spinning-globe.scm 2024-01-11 03:20:04 +00:00
test-sphere-v3.scm script-fu: fix gettext extraction 2024-08-12 09:24:13 +00:00
tileblur.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
unsharp-mask.scm Fix #6026, SF scripts use v3 API for multilayer gimp-edit-copy, -cut, -paste. 2022-05-06 20:44:33 +00:00
waves-anim.scm plug-ins: remove "Animators" placeholder from script-fu scripts. 2023-04-12 22:07:09 +02:00
weave.scm scripts: Fix calls to gimp-drawable-edit-gradient-fill 2024-02-14 23:52:18 +00:00
xach-effect.scm menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02:00

README

The files in this directory are:
   - production plugins
   - demo plugins
   - initialization scripts for ScriptFu

Don't put test plugins in this directory, but in subdirectory test.

Production plugins:
  - installed in a release.
  - appear in diverse menus, not just Filters.
  - should be marked for translation, and not in potfiles.skip

Demo plugins:
  - installed in a release (with goat exercise plugins)
  - appear in Filters>Development>Demos
  - FUTURE: marked for translation, and not in potfiles.skip

Initialization scripts
  - loaded by the TinyScheme interpreter
  - have suffix .init or .scm
  - are not plugins
FUTURE:
The initialization scripts should all have suffix .scm
(like the rest of the Scheme world.)
They should be in a separate directory
so advanced users can load library scripts.

The files script-fu-util.scm and script-fu-util-setpt.scm
are also initialization scripts but loaded differently from .init files.
FUTURE: unify loading of initialization scripts.