Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image goes transparent
#2
Well, let that be a lesson to new Gimpers:

A) There was a typo, so for a *later* selection, and *later* fill:
   (gimp-drawable-edit-fill layer TRANSPARENT)
   was (gimp-drawable-fill layer TRANSPARENT)
   Which explains the end result being TRANSPARENT.

B) The UNDO stack does not record all this correctly (IMHO)
    Backing up, and then stepping forward through the changes,
    The application of the FIRST drawable-edit-fill shows the result as TRANSPARENT
    Even though in actuality, that transparent fill comes way later...

    So: perhaps the code for gimp-drawable-fill is not protecting the UNDO records?

C) script-fu does not have single-step forward tools, which would have found this immediately..
    If python-fu has built-in stepping, that might sway me...
Reply


Messages In This Thread
Image goes transparent - by Jack Parker - 03-04-2019, 09:32 PM
RE: Image goes transparent (gimp-drawable-fill breaks undo) - by Jack Parker - 03-04-2019, 10:59 PM
RE: Image goes transparent - by Ofnuts - 03-05-2019, 07:32 AM

Forum Jump: