04-18-2024, 08:57 PM
Asking the obvious but you have:
But in script-fu you don't use the run-mode argument, so I wonder if your data wouldn't end up in the run_mode argument.
Also, you have this very complex architecture because you want to use Pythonv3 for your main code, but since you moved to Gimp3 you are now using Python v3 on the Gimp side of things so maybe you can simplify all this?
Code:
def saveAction(procedure, run_mode, data):
But in script-fu you don't use the run-mode argument, so I wonder if your data wouldn't end up in the run_mode argument.
Also, you have this very complex architecture because you want to use Pythonv3 for your main code, but since you moved to Gimp3 you are now using Python v3 on the Gimp side of things so maybe you can simplify all this?