Thank you so much Saul, that works great!!!> Date: Wed, 15 Oct 2008 18:15:05
-0400> From: [EMAIL PROTECTED]> To: Gimp-user@lists.XCF.Berkeley.EDU> Subject:
[Gimp-user] Script-fu plugin> > Quoting Adonj Adonj <[EMAIL PROTECTED]>:> > > I
updated my Gimp program
Quoting Adonj Adonj <[EMAIL PROTECTED]>:
> I updated my Gimp program from version 2.4.7 to 2.6.0-i686.
> The Script-fu plugin copyToAllLayers.scm gave an error, and a Gimp Message:
> "Plug-In 'Copy mask' left image undo in inconsistent state,
>closing open undogroups". I wondered if you have
I updated my Gimp program from version 2.4.7 to 2.6.0-i686.
The Script-fu plugin copyToAllLayers.scm gave an error, and a Gimp Message:
"Plug-In 'Copy mask' left image undo in inconsistent state, closing open
undogroups".
I wondered if you have a correction for the code.Very much appreciated.
kground image (David Gowers)
>6. Re: script-fu plugin ([EMAIL PROTECTED])
>7. Re: Gimp-user Digest, Vol 72, Issue 22 (Mike W)
>
>
> --------------
>
> Message: 1
> Date: Sun, 28 Sep 2008 00:03:52 -0400
> From: Adonj Adonj <[EMAIL
That was terrific, Saul, thanks a lot!
Adonj
_
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Quoting Adonj Adonj <[EMAIL PROTECTED]>:
> I wondered if you knew of a script that would also APPLY the copied
> layers as you mention.
Edit the script to add the following code:
(set! layers (visible-layers image))
(while (pair? layers)
(gimp-layer-remove-mask (car layers) M
Thank you Saul, that worked perfectly!
With regards to your message at:
http://72.14.205.104/search?q=cache:7GovFRKtKToJ:lists.xcf.berkeley.edu/lists/gimp-user/2007-January/009388.html+plugin+to+copy+mask+to+all+layers+then+apply&hl=en&ct=clnk&cd=2&gl=ca
You say:
> You can achieve the same resul
Quoting Adonj Adonj <[EMAIL PROTECTED]>:
>
>
> I'm using gimp2.4.7 in windows XP. I copied a script-fu plugin I
> found to my C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins, which
> should
> copy a layer mask to multiple layers or apply a layer mask to
> multiple layers.
> I get an error
Adonj Adonj wrote:
>
> I'm using gimp2.4.7 in windows XP. I copied a script-fu plugin I found to my
> C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins, which should
> copy a layer mask to multiple layers or apply a layer mask to multiple
> layers.
> I get an error each time I make an attempt to
I'm using gimp2.4.7 in windows XP. I copied a script-fu plugin I found to my
C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins, which should
copy a layer mask to multiple layers or apply a layer mask to multiple layers.
I get an error each time I make an attempt to use it, which states:
"Error: c
10 matches
Mail list logo