Re: [Gimp-user] Automated sequence of actions with keyboard shortcuts? [SOLVED]

2007-03-01 Thread Sven Neumann
Hi, On Wed, 2007-02-28 at 03:31 -0500, [EMAIL PROTECTED] wrote: Quoting Sven Neumann [EMAIL PROTECTED]: You can write scripts for 2.2 now and continue to use them with future GIMP versions. The plug-in and scripting API is backwards compatible. I wonder why the example script even goes

Re: [Gimp-user] Automated sequence of actions with keyboard shortcuts? [SOLVED]

2007-02-28 Thread saulgoode
Quoting Sven Neumann [EMAIL PROTECTED]: You can write scripts for 2.2 now and continue to use them with future GIMP versions. The plug-in and scripting API is backwards compatible. I wonder why the example script even goes through the hassle of trying to deal with versions. A valid point. I

Re: [Gimp-user] Automated sequence of actions with keyboard shortcuts? [SOLVED]

2007-02-27 Thread saulgoode
Quoting Dave M G [EMAIL PROTECTED]: The script looks quite complicated to me, but I will endeavor to use it as a model for building some other action sequences similar to this. Hopefully by changing just one or two things at a time I can get a feel for this and create more interesting scripts

Re: [Gimp-user] Automated sequence of actions with keyboard shortcuts? [SOLVED]

2007-02-27 Thread Dave M G
Saul, Thank you for continuing to help and explain. The script appears complicated because it handles differences in the PDB interface between version 2.2 and the development version Ah, I see. I had to look up PDB Interface to know what you're talking about, but now I get it. Once version

Re: [Gimp-user] Automated sequence of actions with keyboard shortcuts? [SOLVED]

2007-02-27 Thread David Gowers
Hi, On 2/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (define (script-fu-path-fill-aliased image layer) (let* ((path (car (gimp-path-get-current image (gimp-image-undo-group-start image) (gimp-path-to-selection image path CHANNEL-OP-REPLACE FALSE FALSE 0 0)

Re: [Gimp-user] Automated sequence of actions with keyboard shortcuts? [SOLVED]

2007-02-27 Thread Sven Neumann
Hi, On Wed, 2007-02-28 at 08:02 +0900, Dave M G wrote: Once version 2.4 is released, and if one were to write the code only to support 2.4 and later, and not worry about earlier versions, would that also simplify it down? I'm thinking if that were the case, then I might wait until 2.4 is

Re: [Gimp-user] Automated sequence of actions with keyboard shortcuts? [SOLVED]

2007-02-26 Thread Dave M G
Saul, Joao, Thank you for replying. [EMAIL PROTECTED] wrote: I had a few minutes free so I whipped up a script-fu which I think will do the task you described. ... The command is not assigned to a keystroke but you can do so from the File-Preferences-Interface-Configure keyboard