[Gimp-developer] pdb.gimp_get_item_by_id(), or ids and layers and layer groups

2011-02-06 Thread Javier Candeira
First of all, a big thank you to the developers for an great image editing program. I am writing a python-gimp export script for an animation tool, using Ubuntu 10.10 maverick with Gimp version 2.7.3 from this ubuntu PPA, which is not a nightly build of your devel tree, but close enough:

Re: [Gimp-developer] pdb.gimp_get_item_by_id(), or ids and layers and layer groups

2011-02-06 Thread Rob Antonishen
I'm not a dev but AFAIK none of the layer group stuff es exposed in the pdb, so has not been added to script-fu or python. -Rob A On 2/6/11, Javier Candeira jav...@candeira.com wrote: First of all, a big thank you to the developers for an great image editing program. I am writing a

Re: [Gimp-developer] application

2011-02-06 Thread Martin Nordholts
On 02/04/2011 07:59 PM, Nicolas Brack wrote: Hello, I'm responding about the advertisement Plans for 2.8 and beyond to help the team to freely code gimp. Here is a little resume : Hi Nicolas! Thank you for your mail. However, you're not applying to a job, and a resume won't help us much.

Re: [Gimp-developer] pdb.gimp_get_item_by_id(), or ids and layers and layer groups

2011-02-06 Thread saulgoode
Quoting Rob Antonishen rob.antonis...@gmail.com: I'm not a dev but AFAIK none of the layer group stuff es exposed in the pdb, so has not been added to script-fu or python. On 2/6/11, Javier Candeira jav...@candeira.com wrote: : : The gimp.image.layers sequence only contains the first-level

Re: [Gimp-developer] pdb.gimp_get_item_by_id(), or ids and layers and layer groups

2011-02-06 Thread Rob Antonishen
On Sun, Feb 6, 2011 at 10:30 AM, saulgo...@flashingtwelve.brickfilms.com wrote: The PDB functions already exist for handling layer groups, and Script-fu does not have any problem making use of these functions. The Python-fu extension has not yet been updated to handle groups (there is no

Re: [Gimp-developer] application

2011-02-06 Thread Michael Grosberg
Martin Nordholts enselic at gmail.com writes: So I suggest you look for something you'd like GIMP to do better, then start working on that. If you bump into problems, feel free to ask for advice on this list. Isn't there some prioritized task list for Gimp? I believe GEGL integration is

Re: [Gimp-developer] application

2011-02-06 Thread Martin Nordholts
On 02/06/2011 05:51 PM, Michael Grosberg wrote: Martin Nordholtsenselicat gmail.com writes: So I suggest you look for something you'd like GIMP to do better, then start working on that. If you bump into problems, feel free to ask for advice on this list. Isn't there some prioritized task

[Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-06 Thread Kevin Cozens
saulgo...@flashingtwelve.brickfilms.com wrote: Script-fu does not provide a way to create subdirectories This came up in #gimp recently. It would be a useful addition to Script-Fu. This could be done by adding a dir-create function to the ftx extension used by the TinyScheme portion of

Re: [Gimp-developer] [Gegl-developer] Where can I help?

2011-02-06 Thread Patrick Horgan
I'm trying to come up to speed on gegl and built the hello-world.c example from the examples directory. The text from that example doesn't show up on the output, although the mandelbrot zoom works wonderfully. Is there anything I can do to figure it out? Can someone point me toward

Re: [Gimp-developer] [Gegl-developer] Where can I help?

2011-02-06 Thread Martin Nordholts
On 02/07/2011 04:48 AM, Patrick Horgan wrote: I'm trying to come up to speed on gegl and built the hello-world.c example from the examples directory. The text from that example doesn't show up on the output, although the mandelbrot zoom works wonderfully. Is there anything I can do to figure