Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ofn3-export-layers
#6
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.

Also seem to have acquired some nuts, is that anything to do with your username?

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 the readme.md file: Line 27: 4. Enter plugins Should it be 4. Enter plug-ins

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.
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 - 04-03-2025, 07:13 AM
RE: ofn3-export-layers - by Ofnuts - 04-02-2025, 08:56 AM
RE: ofn3-export-layers - by teapot - 04-04-2025, 04:57 AM
RE: ofn3-export-layers - by Ofnuts - 04-04-2025, 07:24 AM

Forum Jump: