[Gimp-developer] Getting the ID of a nested layer on GIMP 2.7.1

2010-10-15 Thread Gino D
Hi. Correct me if I'm wrong, but I have seemed to notice that the gimp-image-get-layers procedure, when running on GIMP 2.7.1, doesn't return the identifiers of the layers nested within groups, while yielding the ones of unattached layers and layer groups. So, how may such identifiers be

Re: [Gimp-developer] Getting the ID of a nested layer on GIMP 2.7.1

2010-10-15 Thread LightningIsMyName
Hello, Try gimp_item_is_group to check if a layer is a group layer, Then you can use gimp_item_get_children (on the group layers) to get the children by their order (topmost to bottomost). Finally, you can use gimp_item_get_parent to get the parent layerof a layer inside a layer group. Note -

Re: [Gimp-developer] Getting the ID of a nested layer on GIMP 2.7.1

2010-10-15 Thread Martin Nordholts
On 10/15/2010 01:59 PM, LightningIsMyName wrote: Note - these function are not present in GIMP 2.7.1, you'll need to get the latest source and build it to gain access to these functions (they are documented there like the rest of the PDB functions). Also note that the latest code from git is

Re: [Gimp-developer] IMPORTANT: GIMP AND OPENSOURCE SCAM ON EBAY!

2010-10-15 Thread Martin Nordholts
On 10/15/2010 02:22 PM, Alexandre Prokoudine wrote: On Thu, Sep 23, 2010 at 11:55 PM, Alexia Death wrote: On 09/23/2010 02:00 PM, Alexandre Prokoudine wrote: That basically boils down to Why is there no GIMP Foundation? In my sick and screwed imagination the answer would be Because there is

Re: [Gimp-developer] buildbot for user manual?

2010-10-15 Thread Marco Ciampa
On Tue, Oct 12, 2010 at 09:24:51AM +1000, Roman Joost wrote: Hi, since I saw the discussion about buildbot and nightly GIMP builds coming up, would there be a possibility to include the user manual as well? Perhaps even further where we could update the current development stage accessible