Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python-fu: Exiting properly in batche mod with Gimp 2.99
#4
I have found a solution. I was stupid to have overlooked it.

Since it was pdb.gimp_quit() for the old version, for this one, it will naturally be

Gimp.get_pdb().run_procedure('gimp-quit', [True]).

However, it seems to cause memory leaks.
Reply


Messages In This Thread
RE: python-fu: Exiting properly in batche mod with Gimp 2.99 - by mrbookman - 08-01-2021, 04:39 PM

Forum Jump: