Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ofn3-export-layers
#7
(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:
Code:
<     values: Gimp.ValueArray = procedure.new_return_values(Gimp.PDBStatusType.SUCCESS,None)
>     values: Gimp.ValueArray = procedure.new_return_values(Gimp.PDBStatusType.SUCCESS,GLib.Error())
Which made the error go away but I've no idea if that's the right thing.

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....  Big Grin

(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:

  1. As directories
  2. Just as part of file names using the {hierarchy}
  3. A one single image
Any suggestions for a sort description of each to put in a selector (possibly after an Export groups as: label)?
Reply


Messages In This Thread
ofn3-export-layers - by Ofnuts - 03-29-2025, 04:40 PM
RE: ofn3-export-layers - by rich2005 - 03-29-2025, 08:06 PM
RE: ofn3-export-layers - by Ofnuts - 03-29-2025, 08:59 PM
RE: ofn3-export-layers - by rich2005 - 03-29-2025, 09:23 PM
RE: ofn3-export-layers - by Ofnuts - 03-29-2025, 10:00 PM
RE: ofn3-export-layers - by teapot - 03-30-2025, 03:16 AM
RE: ofn3-export-layers - by Ofnuts - 03-30-2025, 08:39 AM
RE: ofn3-export-layers - by Ofnuts - 03-31-2025, 08:07 AM
RE: ofn3-export-layers - by rich2005 - 03-30-2025, 09:23 AM
RE: ofn3-export-layers - by Ofnuts - 03-31-2025, 12:52 AM
RE: ofn3-export-layers - by rich2005 - 03-31-2025, 07:28 AM
RE: ofn3-export-layers - by Ofnuts - 03-31-2025, 08:04 AM
RE: ofn3-export-layers - by teapot - 04-02-2025, 06:29 AM
RE: ofn3-export-layers - by Ofnuts - 04-02-2025, 08:38 AM
RE: ofn3-export-layers - by teapot - Yesterday, 07:13 AM
RE: ofn3-export-layers - by Ofnuts - 04-02-2025, 08:56 AM
RE: ofn3-export-layers - by teapot - 4 hours ago
RE: ofn3-export-layers - by Ofnuts - 1 hour ago

Forum Jump: