Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python-Fu - os.path not working
#6
Thank you for the advice! The debugging didn't fix my code, but it did end up being a useful addition. After some more experimentation, I found that it would work if I coded it like this:
Code:
(folderName, fileName) = pdb.python_fu_marvelmods_basic_get_path_save(image, layer)
instead of like this:
Code:
folderName, fileName = pdb.python_fu_marvelmods_basic_get_path_save(image, layer)
Modder/Skinner at MarvelMods.com using GIMP to create, edit, and export textures and previews more efficiently.

My GIMP scripts hosted on GitHub
Reply


Messages In This Thread
RE: Python-Fu - os.path not working - by Ofnuts - 01-11-2024, 08:47 AM
RE: Python-Fu - os.path not working - by Ofnuts - 01-15-2024, 10:03 PM
RE: Python-Fu - os.path not working - by BaconWizard17 - 01-17-2024, 09:06 PM

Forum Jump: