02-29-2024, 02:03 PM
For the time being, replace this line in the script (line 123):
by:
Warning: untested
Code:
pdb.gimp_file_save(exportImage,exportLayer,filePath,filePath,run_mode=RUN_INTERACTIVE if self.layerImageIndex==0 else RUN_WITH_LAST_VALS)
Code:
pdb.gimp_file_save(exportImage,exportLayer,filePath,filePath)
Warning: untested