Re: [Gimp-developer] Fwd: Drawing per Script

2010-09-13 Thread Joao S. O. Bueno
On Mon, Sep 13, 2010 at 8:56 PM, wrote: > Hi, > > On Mon, Sep 13, 2010 at 05:21:09PM -0300, Joao S. O. Bueno wrote: >> On Sun, Sep 12, 2010 at 8:58 AM,   wrote: >> > Hello, >> >> >> Hi >> >> > >> > I tried drawing per Script. >> > I'm using Python. >> > >> > I can already use vectors for drawing

Re: [Gimp-developer] Fwd: Drawing per Script

2010-09-13 Thread David Gowers
On Tue, Sep 14, 2010 at 9:26 AM, wrote: > Hi, > > > >> What does prevent you from using the calls for >> gimp_vectors_bezier_stroke_new_moveto and >> gimp_vectors_bezier_stroke_lineto to draw lines? > > I looked for "draw" and did not find functions that do it. > So, in short words: I did not fou

Re: [Gimp-developer] Fwd: Drawing per Script

2010-09-13 Thread oliver
Hi, On Mon, Sep 13, 2010 at 05:21:09PM -0300, Joao S. O. Bueno wrote: > On Sun, Sep 12, 2010 at 8:58 AM,   wrote: > > Hello, > > > Hi > > > > > I tried drawing per Script. > > I'm using Python. > > > > I can already use vectors for drawing circles, > > and set single points. > > > > I did not f

Re: [Gimp-developer] Fwd: Drawing per Script

2010-09-13 Thread Simon Budig
Joao S. O. Bueno (gwid...@mpc.com.br) wrote: > On Sun, Sep 12, 2010 at 8:58 AM,   wrote: > > (I also saw, that what on the GUI are Paths internally are called > > vectors. To make things better undesrstandable, it would make sense > > to give things the same name... but maybe there is more to vecto

[Gimp-developer] Fwd: Drawing per Script

2010-09-13 Thread Joao S. O. Bueno
On Sun, Sep 12, 2010 at 8:58 AM,   wrote: > Hello, Hi > > I tried drawing per Script. > I'm using Python. > > I can already use vectors for drawing circles, > and set single points. > > I did not found a way to create rectangles, > or lines. You are probablu using pdb_gimp_vectors_bezier_strok