RSS/Atom feed Twitter
Site is read-only, email is disabled

New Cute Python Line Drawing Script

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

9 of 12 messages available
Toggle history

Please log in to manage your subscriptions.

new cute python line drawing script Joao S. O. Bueno 06 Jan 03:19
  new cute python line drawing script Alex Feldman 08 Jan 23:48
   new cute python line drawing script Akkana Peck 08 Jan 23:53
mailman.150026.1199605497.1... 07 Oct 20:19
  New Cute Python Line Drawing Script D.Jones (aka) Capnhud 08 Jan 13:53
   New Cute Python Line Drawing Script Joao S. O. Bueno 08 Jan 18:08
mailman.3.1199822404.7418.g... 07 Oct 20:19
  New Cute Python Line Drawing Script D.Jones (aka) Capnhud 09 Jan 02:12
   New Cute Python Line Drawing Script Joao S. O. Bueno 09 Jan 11:26
mailman.3.1199908803.16070.... 07 Oct 20:19
  New Cute Python Line Drawing Script D.Jones (aka) Capnhud 11 Jan 03:08
   New Cute Python Line Drawing Script Joao S. O. Bueno 11 Jan 13:55
Joao S. O. Bueno
2008-01-06 03:19:30 UTC (about 17 years ago)

new cute python line drawing script

What it does:
http://www.pion.com.br/gimp/connect_all.png

Just connect N lines accross the first two components in the active vector.

and it is here:
http://www.pion.com.br/gimp/connect_lines.py

js ->

D.Jones (aka) Capnhud
2008-01-08 13:53:24 UTC (about 17 years ago)

New Cute Python Line Drawing Script

--- gimp-user-request@lists.XCF.Berkeley.EDU wrote:

Send Gimp-user mailing list submissions to gimp-user@lists.XCF.Berkeley.EDU

To subscribe or unsubscribe via the World Wide Web, visit https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user or, via email, send a message with subject or body 'help' to gimp-user-request@lists.XCF.Berkeley.EDU

You can reach the person managing the list at gimp-user-owner@lists.XCF.Berkeley.EDU

When replying, please edit your Subject line so it is more specific than "Re: Contents of Gimp-user digest..."

Today's Topics:

1. new cute python line drawing script (Joao S. O. Bueno) 2. Brushes/input controllers changes idea (Brian Vanderburg II) 3. Re: Brushes/input controllers changes idea (David Gowers)

----------------------------------------------------------------------

Message: 1 Date: Sat, 5 Jan 2008 23:19:30 -0300 From: "Joao S. O. Bueno"
Subject: [Gimp-user] new cute python line drawing script To: gimp-user@lists.xcf.berkeley.edu Message-ID:
Content-Type: text/plain; charset="us-ascii"

What it does: http://www.pion.com.br/gimp/connect_all.png

Just connect N lines accross the first two components in the active vector.

and it is here:
http://www.pion.com.br/gimp/connect_lines.py

js

How do you get this to work?

_____________________________________

Joao S. O. Bueno
2008-01-08 18:08:57 UTC (about 17 years ago)

New Cute Python Line Drawing Script

On Tuesday 08 January 2008 09:53, D.Jones (aka) Capnhud wrote:

What it does:
http://www.pion.com.br/gimp/connect_all.png

Just connect N lines accross the first two components in the active vector.

and it is here: http://www.pion.com.br/gimp/connect_lines.py

      js

How do you get this to work?

You have to have epython plug-ins enabled in GIMP. Check for a "ptyhon-fu" submenu in the Xtns dir.

Gimp 2.4 under windows can have python plug-ins, but you have toinstall at least the Python interpreter (www.python.org), Python-gtk and python.pango bindings (www.gnome.org) . Not sure what else is needed.

Afterwards you jsut derop the .py file above in your plug-ins directory, and watch for a "python-fu->alchemy-> ' menu in the image.

Under Linux and other unixes, you also have to markj the .py file as executable. (but chances are gimp python is already enabled).

js ->

Alex Feldman
2008-01-08 23:48:28 UTC (about 17 years ago)

new cute python line drawing script

I haven't upgraded to 2.4 yet. Is the notion of an active vector new to 2.4, or is it something I have been missing all along?

What it does:
http://www.pion.com.br/gimp/connect_all.png

Just connect N lines accross the first two components in the active vector.

and it is here:
http://www.pion.com.br/gimp/connect_lines.py

js ->
_______________________________________________ Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Akkana Peck
2008-01-08 23:53:44 UTC (about 17 years ago)

new cute python line drawing script

Alex Feldman writes:

I haven't upgraded to 2.4 yet. Is the notion of an active vector new to 2.4, or is it something I have been missing all along?

Try making a path with two disconnected parts.

...Akkana

D.Jones (aka) Capnhud
2008-01-09 02:12:34 UTC (about 17 years ago)

New Cute Python Line Drawing Script

On Tuesday 08 January 2008 09:53, D.Jones (aka) Capnhud wrote:

What it does:
http://www.pion.com.br/gimp/connect_all.png

Just connect N lines accross the first two components in the active vector.

and it is here: http://www.pion.com.br/gimp/connect_lines.py

??????js

How do you get this to work?

(Joao wrote): You have to have epython plug-ins enabled in GIMP. Check for a "ptyhon-fu" submenu in the Xtns dir.

Gimp 2.4 under windows can have python plug-ins, but you have toinstall at least the Python interpreter (www.python.org), Python-gtk and python.pango bindings (www.gnome.org) . Not sure what else is needed.

Afterwards you jsut derop the .py file above in your plug-ins directory, and watch for a "python-fu->alchemy-> ' menu in the image.

Under Linux and other unixes, you also have to markj the .py file as executable. (but chances are gimp python is already enabled).

I mean how do you use it. Do you just draw a line or does the script automatically draw them for you. All my other python scripts work but this one.

_____________________________________

Joao S. O. Bueno
2008-01-09 11:26:53 UTC (about 17 years ago)

New Cute Python Line Drawing Script

On Tuesday 08 January 2008 22:12, D.Jones (aka) Capnhud wrote:

I mean how do you use it.  Do you just draw a line or does the script automatically draw them for you.  All my other python scripts work but this one.

Ah.. sorry for that.
Yu draw a path, with the bezier curves tool, and create at least two strokes with it: that is two unconnected curves on the same bezier path.

Tehn you call the plug-in. By active path I mean thispath has to be the one actve in the paths dialog.

js ->

D.Jones (aka) Capnhud
2008-01-11 03:08:55 UTC (about 17 years ago)

New Cute Python Line Drawing Script

(Joao wrote)
Yu draw a path, with the bezier curves tool, and create at least two strokes with it: that is two unconnected curves on the same bezier path.

Tehn you call the plug-in. By active path I mean thispath has to be the one actve in the paths dialog.

Forgive my naivety but I am not sure what you are meaning by two unconnected curves on the same bezier path.

_____________________________________

Joao S. O. Bueno
2008-01-11 13:55:41 UTC (about 17 years ago)

New Cute Python Line Drawing Script

On Thursday 10 January 2008 23:08, D.Jones (aka) Capnhud wrote:

(Joao wrote)
Yu draw a path, with the bezier curves tool, and create at least two strokes with it: that is two unconnected curves on the same bezier path.

Tehn you call the plug-in. By active path I mean thispath has to be the one actve in the paths dialog.

Forgive my naivety but I am not sure what you are meaning by two unconnected curves on the same bezier path.

Sorry for my poor wording. The bezier curves are grouped in GIMP in what is called a "vectors" object. You can see them in the vectors dialog.

You can draw a bezier line, and start another one, by holding shift (or control, I never remember which) down when clicking for a new node.

There are indeed, two separated bezier curves, but belonging to the same "vectors" gimp object. This object can be managed from the vectors dialog more or less lke layers can, and the one marked as active will be used by this script.

js ->