Switch to full style
Discuss general Gimp topics here
Post a reply

Next time one of my plugins breaks something DM me about it

Sat Aug 26, 2023 10:02 am

@MareroQ was very helpful at pointing out a bug with GEGL Effects and GEGL Command Python Script. But I was not aware of this until yesterday. I could have fixed the bug a lot earlier if it was in my face. So next time just alert me guys if this happens again.

The bug is 100% solved now as we all know. The funny thing is I myself was wondering why gegl_command.py wasn't working.

Re: Next time one of my plugins breaks something DM me about it

Wed Aug 30, 2023 11:24 am

@contrast_
Could you please share how you fixed gegl_command.py? My code depends on gegl_command.py, and my python GEGL calls stopped working with GIMP 2.10.24-2.

Re: Next time one of my plugins breaks something DM me about it

Wed Aug 30, 2023 7:23 pm

gasMask wrote:@contrast_
Could you please share how you fixed gegl_command.py? My code depends on gegl_command.py, and my python GEGL calls stopped working with GIMP 2.10.24-2.

Charles


It was my plugins fault not gegl_command.py. I had invalid GEGL code. I put a UI_META command under a ENUM list. GEGL considered that illogical.
viewtopic.php?f=9&t=20420&start=60#p282654

Re: Next time one of my plugins breaks something DM me about it

Wed Aug 30, 2023 9:50 pm

Do you know if anything changed in GEGL with the GIMP 2.10.34-2 upgrade? I installed the revision 2 version this morning and found out quickly that GEGL was no longer functioning in my Python code. I uninstalled GIMP, re-installed the 2.10.34 version, and GEGL works again. I uninstalled that and re-installed 2.10.34-2, and GEGL definitely not working from Python. The GEGL interface is working in GIMP though. Do you have any thoughts you care to share?

Re: Next time one of my plugins breaks something DM me about it

Thu Aug 31, 2023 6:38 am

Hi Charles.

I cannot confirm your issues for gimp-2.10.34-setup-2.exe. For me it works fine (Win_10_Home 22H2).
Do you have any error messages?
Can someone else confirm the problem?

Re: Next time one of my plugins breaks something DM me about it

Thu Aug 31, 2023 10:13 am

Thank you guys for your help. I am able to get 'dinasset_gegl.py' to run GEGL, so the error is in my code. Thanks again, your input is very much appreciated.

Re: Next time one of my plugins breaks something DM me about it

Thu Aug 31, 2023 2:49 pm

This seems to be a problem with gegl_command.py and not my plugins. I don't know how to help here.
Post a reply