Subject: | Changing Perl-Fu input parameter list causes type conflicts |
If I alter the input parameter list to my perl-fu script, (for example swapping a COLOR parameter with an INT parameter), then when the script loads, there is stored information in the plug-in 'parasite' that caches the last used parameters when run. This can cause errors such as 'cannot grok "50" as a color...', which makes it IMPOSSIBLE to actually run the script.
This is something hardly documented, yet something that probably happens frequently.
Perhaps the parasite data should be flushed when gimptool --install-bin is called?