Hi
TIN.
I had to test it.
This is very convenient - thanks Tin for sharing.
Thank you also for Auto Complete Constants / pdb. * Functions in NotePad ++ for Coders
I used LayerFX for 2.8 (Python-Fu) for the test:
https://web.archive.org/web/20171124170423/http://gimpscripts.com:80/2011/10/gimp-layer-effects#wpfb-file-35In my system (Win Vista32bit, Gimp 2.10.5) there was a small problem with the layer mode:
"Hue", HUE_MODE, -> GIMP10 constantize -> LAYER_MODE_HUE pdb:LAYER_MODE_HSV_HUE_LEGACY
"Saturation", SATURATION_MODE, -> GIMP10 constantize -> LAYER_MODE_SATURATION pdb:LAYER_MODE_HSV_SATURATION_LEGACY
"Color", COLOR_MODE, -> GIMP10 constantize -> LAYER_MODE_COLOR pdb:LAYER_MODE_HSL_COLOR_LEGACY
"Value", VALUE_MODE -> GIMP10 constantize -> LAYER_MODE_VALUE pdb:LAYER_MODE_HSV_VALUE_LEGACY
LayerFX-2.10.py it certainly needs improvement - it does not work "Reapply Effects" (I do not understand how to fix it - so if someone does not fix it, you can definitely remove this piece of code) , but for the brave testers the file is attached.
Attachment removed - attached layerfx.py plugin contained a bug as indicated in thread #18