03-19-2021, 11:16 AM
(This post was last modified: 03-19-2021, 11:49 AM by rich2005.
Edit Reason: edit
)
Any chance of one of the new batch of images that cause the error ?
and generally: Have you updated Gimp recently ? Which version? Which linux ?
Line 59 is calling the heal-selection plugin. Is plugin-heal-selection.py still installed and executable ?
OK, I can get similar error if the heal-selection plugin is disabled / missing.
Edit: Try a different version of heal-selection.py perhaps. One from here: https://github.com/bootchk/resynthesizer...ginScripts
and generally: Have you updated Gimp recently ? Which version? Which linux ?
Line 59 is calling the heal-selection plugin. Is plugin-heal-selection.py still installed and executable ?
Code:
# Call heal selection (not the resynthesizer), which will create a proper corpus.
# 0 = sample from all around
pdb.python_fu_heal_selection(timg, tdrawable, samplingRadiusParam, 0, orderParam, run_mode=RUN_NONINTERACTIVE)
Edit: Try a different version of heal-selection.py perhaps. One from here: https://github.com/bootchk/resynthesizer...ginScripts