Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threading / Loops in Python Plugin
#13
Asking the obvious  but you have:
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?
Reply


Messages In This Thread
Threading / Loops in Python Plugin - by JBreckeen - 01-01-2024, 05:11 PM
RE: Threading / Loops in Python Plugin - by Ofnuts - 04-18-2024, 08:57 PM

Forum Jump: