[Gimp-developer] Problem with aspect ratio on brushes

2011-02-07 Thread Michael Grosberg
Something I noticed in Gimp 2.7.3 (updated recently from matthaeus123/mrw-gimp-svn). The problem is with selecting a non-uniform aspect ratio for brushes: if you set it to something too high, you begin to see spacing between the brush's strokes on the canvas, so instead of a continuous line you

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

2011-02-07 Thread saulgoode
Quoting Kevin Cozens ke...@ve3syb.ca: 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

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

2011-02-07 Thread saulgoode
Quoting Javier Candeira jav...@candeira.com: On Mon, Feb 7, 2011 at 2: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

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

2011-02-07 Thread Javier Candeira
On Mon, Feb 7, 2011 at 8:44 PM, saulgo...@flashingtwelve.brickfilms.com wrote: Quoting Javier Candeira jav...@candeira.com: On Mon, Feb 7, 2011 at 2:30 AM, saulgo...@flashingtwelve.brickfilms.com wrote: The PDB functions already exist for handling layer groups, and Script-fu does not have

Re: [Gimp-developer] Problem with aspect ratio on brushes

2011-02-07 Thread Alexia Death
On Mon, Feb 7, 2011 at 9:58 AM, Michael Grosberg grosberg.mich...@gmail.com wrote: I think the spacing calculation does not take into effect the aspect ratio correctly, and acts as if the longest axis is the base length from which spacing is derived, while it should be, I believe, the short

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

2011-02-07 Thread Patrick Horgan
On 02/06/2011 10:52 PM, Martin Nordholts wrote: 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

Re: [Gimp-developer] Gimp-developer Digest, Vol 101, Issue 11

2011-02-07 Thread Nicolas Brack
As I already stated, I'm not confident with gimp's architecture ! (and the list of class is not very intuitive to dip in) I prefer to fix bugs at the beginning, it softer for me either. (Besides, what unco status means ?) For my problem about git, I manage to git pull at home this week-end, so I

Re: [Gimp-developer] Problem with aspect ratio on brushes

2011-02-07 Thread Rob Antonishen
grosberg.mich...@gmail.com wrote: I think the spacing calculation does not take into effect the aspect ratio correctly, and acts as if the longest axis is the base length from which spacing is derived, while it should be, I believe, the short axis that affects the spacing. this is a long

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

2011-02-07 Thread Rob Antonishen
Is there any consideration to enabling all the tsx functions? http://heras-gilsanz.com/manuel/tsx-functions.txt In particular, (system command) would be real handy. -Rob A ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

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

2011-02-07 Thread Alexia Death
On Mon, Feb 7, 2011 at 4:12 PM, Rob Antonishen rob.antonis...@gmail.com wrote: In particular, (system command) would be real handy. It would also make gimp scripts easily exploitable for abuse on the system, like exectuting malware. -- --Alexia ___

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

2011-02-07 Thread Joao S. O. Bueno
On Mon, Feb 7, 2011 at 1:24 PM, Alexia Death alexiade...@gmail.com wrote: On Mon, Feb 7, 2011 at 4:12 PM, Rob Antonishen rob.antonis...@gmail.com wrote: In particular, (system command) would be real handy. It would also make gimp scripts easily exploitable for abuse on the system, like

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

2011-02-07 Thread Martin Nordholts
On 02/07/2011 01:33 PM, Patrick Horgan wrote: On 02/06/2011 10:52 PM, Martin Nordholts wrote: 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

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

2011-02-07 Thread Kevin Cozens
Rob Antonishen wrote: Is there any consideration to enabling all the tsx functions? I included the portion of tsx that I thought would be of the most general use. One function I did not include (which has recently been mentioned on this list -- or was it on IRC?) is getenv. I think this would

Re: [Gimp-developer] Gimp-developer Digest, Vol 101, Issue 11

2011-02-07 Thread Bill Skaggs
On Mon, Feb 7, 2011 at 4:57 AM, Nicolas Brack nicolas.br...@student.uclouvain.be wrote: As I already stated, I'm not confident with gimp's architecture ! (and the list of class is not very intuitive to dip in) I prefer to fix bugs at the beginning, it softer for me either. (Besides, what

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

2011-02-07 Thread Rob Antonishen
Is there any consideration to enabling all the tsx functions? In particular, (system command) would be real handy. We need to think a little about this before going ahead and enabling a function that would allow system calls to be used in scripts that could be run on any machine with GIMP.

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

2011-02-07 Thread saulgoode
Quoting Kevin Cozens ke...@ve3syb.ca: Um... no. The system function was deliberately left out of the portion of tsx I included with Script-Fu. Few people would need it and it is just too dangerous to have available in all GIMP installs. It would allow creation of trojan scripts that could do