Re: [Gimp-developer] Python and vectors
- From: "Joao S. O. Bueno" <gwidion mpc com br>
- To: Ofnuts <ofnuts laposte net>
- Cc: "gimp-developer-list gnome org" <gimp-developer-list gnome org>
- Subject: Re: [Gimp-developer] Python and vectors
- Date: Sat, 7 Apr 2012 00:50:37 -0300
On 6 April 2012 21:25, Ofnuts <ofnuts laposte net> wrote:
> Is there a Pythonic way to add a gimp.Vectors to an image (ie not using
> pdb.gimp_vectors_new(img,name)). I can create a new vector using:
>
> vector=gimp.Vectors(image,name)
>
> But if I then use:
>
> image.vectors.append(vector)
>
> the new path is not even added to image.vectors, and dir(image) doesn't list
> anything that looks like it would handle new vectors.
Unfortunatelly, there is not.
And it is too late to have it for gimp 2.8 :-(
but feel free to detail an API suggestion, and lets start working on it.
js
-><-
> _______________________________________________
> gimp-developer-list mailing list
> gimp-developer-list gnome org
> http://mail.gnome.org/mailman/listinfo/gimp-developer-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]