12-17-2017, 01:26 PM
(12-17-2017, 12:30 PM)the_papy Wrote: ¨plz Help
here the code:
but ERROR : eval: unbound variable REPLACE
:-( , in gimp 2.8 its work , no with gimp 2.9.8 :-(
2.9 is a development release, there are bugs... Similar bugs have been reported in other scripts. However in this particular case, this is a problem with a very old script, that is still using obsolete constant definitions that have eventually been removed (at least in the development version...)
Not a script-fu expert, but you can likely fix the problem by editing the SCM file and replacing the REPLACE at line 168 by
CHANNEL-OP-REPLACE or even just the number 2.
If you want to save&load tiles, you can also have a look at my own ofn-tiles (though I never tested it on 2.9, but since it is much more recent, it is less likely to be broken).