[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 obtained? Is there any
procedure/stratagem for this purpose?

Thanks in advance.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 - 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).

~LightningIsMyName

On Fri, Oct 15, 2010 at 1:19 PM, Gino D ginodo...@gmail.com wrote:

 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 obtained? Is there any
 procedure/stratagem for this purpose?

 Thanks in advance.
 ___
 Gimp-developer mailing list
 Gimp-developer@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 packaged in tarballs here 
each night:
ftp://gimptest.flamingtext.com/pub/nightly-tarballs/

  / Martin


-- 

My GIMP Blog:
http://www.chromecode.com/
Nightly GIMP, GEGL, babl tarball builds
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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
 nobody willing to do all the bloody boring daily work required to
 ensure prosperity of such an organization.


 A foundation can hire someone to be the bureaucrat, but someone on the
 inside needs to do the inital filingorganizing.

 Is there a consensus in the existing team whether this should or
 should not be done?

Who would it benefit and how?

  / Martin


-- 

My GIMP Blog:
http://www.chromecode.com/
Nightly GIMP, GEGL, babl tarball builds
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 on docs.gimp.org every night?
 

That would be great!
Please warn when it is up and running...

-- 


Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer