Re: [Gimp-user] Visible Path anchors

2015-05-29 Thread Bob
That works beautifully, thank you! I modified it slightly so it loops through all the paths in the layer, and it works just as required. Now I just need to figure out how to stroke the paths. On Fri, May 29, 2015 at 10:20 AM, Joao S. O. Bueno wrote: > Hi, the the way to do this is to use Python

Re: [Gimp-user] Visible Path anchors

2015-05-29 Thread Joao S. O. Bueno
Hi, the the way to do this is to use Python to iterate over the Path coordinates and making a paintbrush stroke mark at each of them. Set the paintbrush for your desired "X" mark, yur image in the last (right most) tab in GIMP, and your desired layer as the top layer - them open the Python consol

[Gimp-user] Visible Path anchors

2015-05-29 Thread Bob
Hi, I have a situation where I need to draw some polylines with vertices. I thought the Path tool would be ideal for drawing the lines, and so it was. But I also need there to be a dot, or an X, or some such marker at each anchor point. So, is there a way to automatically place a glyph or somethi