Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python_fu_ofn_export_layers question
#2
For the time being, replace this line in the script (line 123):
Code:
       pdb.gimp_file_save(exportImage,exportLayer,filePath,filePath,run_mode=RUN_INTERACTIVE if self.layerImageIndex==0 else RUN_WITH_LAST_VALS)
by:
Code:
       pdb.gimp_file_save(exportImage,exportLayer,filePath,filePath)

Warning: untested Angel
Reply


Messages In This Thread
RE: python_fu_ofn_export_layers question - by Ofnuts - 02-29-2024, 02:03 PM

Forum Jump: