Re: [Gimp-developer] Get pointer coordinates in a python script

2014-01-26 Thread Daniel Sabo
The evil "Use GimpApplicator" checkbox on the paint tools will cause them to render with a gegl graph that replicates the painting functions (evil because it's slow). I do think we should have pluggable tools in gimp, and using a graph editor to build tools would also be cool. But I don't think the

Re: [Gimp-developer] Get pointer coordinates in a python script

2014-01-26 Thread Joao S. O. Bueno
All painting is done in a GEGL Buffer - but the events got from the user don't traverse a GEGL interface into GEGL nodes which paint on these buffers: I think it should not be to hard to think of a way (I am not saying about it would not be hard to implement - I am saying it would not be hard to th

Re: [Gimp-developer] Any way to convince Gimp installed in a prefix to only use the plugins in the prefix?

2014-01-26 Thread Michael Schumacher
Am 24.01.2014 20:58, schrieb Elle Stone: > I usually have three or four separate installations of Gimp from git, > each in its own prefix. > > Is there a way to tell Gimp in a prefix to only use the plugins in its > own prefix, other than resetting the folder preferences every time I > want to sw

Re: [Gimp-developer] Any way to convince Gimp installed in a prefix to only use the plugins in the prefix?

2014-01-26 Thread Liam R E Quin
On Fri, 2014-01-24 at 16:56 -0500, Elle Stone wrote: > So there is no way to keep the gimpdir in the actual prefix? It will > always be inside the hidden .config folder? As far as I know that's the case. > At least that's better than all the prefixes using the same folder. Yes. Note, you can p