Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
script does not appears in Gimp3 filters
#3
(07-10-2025, 01:56 AM)CmykStudent Wrote: Zydelum: Hi! It's because of a bug in the code. Replace


Code:
Gimp.main(MinimalTest.get_type(), sys.argv)

with

Code:
Gimp.main(MinimalTest.__gtype__, sys.argv)

And it should work.

thanks !
problem solved because also i have forgotten to place file.py in sub-folder with the same files's name
Reply


Messages In This Thread
RE: script does not appears in Gimp3 filters - by Zydelum - 07-10-2025, 05:05 PM

Forum Jump: