Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ofn-hatching
#5
Always willing to try out Wink

How about including a ofn-hatching.json in the zip with the plugin and docs (I did skim through them but that is all)

Using that ealier post for a .json file I get this and letting Gimp rebuild the pluginrc file.

Code:
Querying plug-in: '/home/rich/.config/GIMP/2.10/plug-ins/ofn-hatching.py'
Traceback (most recent call last):
  File "/home/rich/.config/GIMP/2.10/plug-ins/ofn-hatching.py", line 227, in <module>
    config.loadConfiguration()
  File "/home/rich/.config/GIMP/2.10/plug-ins/ofn-hatching.py", line 167, in loadConfiguration
    self.hatchingStyleNames=sorted([s for s in self.jsConfig.keys() if s!='_'],key=lambda n:(self.jsConfig[n].get('order',99),n))
  File "/home/rich/.config/GIMP/2.10/plug-ins/ofn-hatching.py", line 167, in <lambda>
    self.hatchingStyleNames=sorted([s for s in self.jsConfig.keys() if s!='_'],key=lambda n:(self.jsConfig[n].get('order',99),n))
AttributeError: 'int' object has no attribute 'get'
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/rich/.config/GIMP/2.10/plug-ins/ofn-hatching.py'
Reply


Messages In This Thread
ofn-hatching - by Ofnuts - 09-03-2020, 10:52 PM
RE: ofn-hatching - by Krikor - 09-03-2020, 11:36 PM
RE: ofn-hatching - by Ofnuts - 09-04-2020, 06:17 AM
RE: ofn-hatching - by denzjos - 09-04-2020, 09:29 AM
RE: ofn-hatching - by rich2005 - 09-04-2020, 09:52 AM
RE: ofn-hatching - by Ofnuts - 09-04-2020, 10:05 AM
RE: ofn-hatching - by rich2005 - 09-04-2020, 10:49 AM
RE: ofn-hatching - by Ofnuts - 09-04-2020, 11:27 AM
RE: ofn-hatching - by rich2005 - 09-04-2020, 11:51 AM
RE: ofn-hatching - by denzjos - 09-04-2020, 05:21 PM
RE: ofn-hatching - by denzjos - 09-05-2020, 09:10 AM
RE: ofn-hatching - by Ofnuts - 09-05-2020, 11:51 AM
RE: ofn-hatching - by Ofnuts - 09-05-2020, 04:40 PM
RE: ofn-hatching - by denzjos - 09-05-2020, 05:39 PM
RE: ofn-hatching - by Ofnuts - 09-05-2020, 06:56 PM
RE: ofn-hatching - by Ofnuts - 09-05-2020, 07:21 PM
RE: ofn-hatching - by Ofnuts - 10-22-2020, 07:10 PM
RE: ofn-hatching - by Ofnuts - 10-23-2020, 07:02 PM

Forum Jump: