01-17-2024, 09:06 PM
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:
instead of like this:
Code:
(folderName, fileName) = pdb.python_fu_marvelmods_basic_get_path_save(image, layer)
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
My GIMP scripts hosted on GitHub