(03-30-2025, 03:16 AM)teapot Wrote: Thank you Ofnuts. I had the same two problems as Rich reported above. The execution error has gone with the second download.
Still using gimp 3.0.0, I got this with the new download:
gimphelpers.py, line 694
Execution error for 'Export all layers':
Must be GLib.Error, not NoneType
So tried this change:
Which made the error go away but I've no idea if that's the right thing.Code:
< values: Gimp.ValueArray = procedure.new_return_values(Gimp.PDBStatusType.SUCCESS,None)
> values: Gimp.ValueArray = procedure.new_return_values(Gimp.PDBStatusType.SUCCESS,GLib.Error())
Still a bit of a foggy area to me as well. Included your change and crossing fingers.
(03-30-2025, 03:16 AM)teapot Wrote: Also seem to have acquired some nuts, is that anything to do with your username?
Yes, vanity branding....

(03-30-2025, 03:16 AM)teapot Wrote: It looks like the images of the dialog boxes in the documentation are the old ones. E.g. having buttons Help, Cancel, OK. rather than Help, Reset, Cancel, OK
In Gimp 3.0 the pattern field is much too short to show something useful, so I temporarily kept the old images
(03-30-2025, 03:16 AM)teapot Wrote: In the readme.md file: Line 27: 4. Enter plugins Should it be 4. Enter plug-ins
OK
(03-30-2025, 03:16 AM)teapot Wrote: As for ideas I still like the old version that exports all the top level groups as one layer per group. Generally I don't merge layers and prefer to keep intermediate layers so often keep each try in a top level group where the group contains visible layers that contribute to the result and invisible intermediate layers. So then the old version exports all the tries as they would look if the top level group was visible.
OK, will add this as an option. Which begs a question, there are now three ways to handle groups:
- As directories
- Just as part of file names using the {hierarchy}
- A one single image