It is currently Fri Apr 19, 2024 6:53 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 67 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sat Apr 26, 2014 9:18 am  (#1) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4736
The request by someone to create a Maserati-style grill struck my codewriter chord so I started coding a short script to generate an hexagon grid path. One thing led to another and after several boring meetings I had a script that can would render rather varied grids, and then I figured out that I could apply my recent path-to-shape script on the result and this is when my attention span in meetings dropped to zero because with a few clicks I could generate some surprising patterns:

Attachment:
doodles.png
doodles.png [ 312.42 KiB | Viewed 4808 times ]


The script is at the usual place.

Enjoy.

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sat Apr 26, 2014 9:57 am  (#2) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Thank you, they look great.
Must be nice to diddle on a job and get paid for it.

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sat Apr 26, 2014 11:44 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
How can I download it? I couldn't download it from the link above "usual place".

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sat Apr 26, 2014 11:51 am  (#4) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Try this Carlos, the top one, path to grid.
http://sourceforge.net/projects/gimp-pa ... s/scripts/

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sat Apr 26, 2014 12:03 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
Thanks, Molly. To avoid confusion: the correct name is path-shaped-grid-0.0.py

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sat Apr 26, 2014 12:07 pm  (#6) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Yes I was just too lazy to type it, it was just added 3 hours ago so that had to be the one. :teeth

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sat Apr 26, 2014 7:38 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
For your info the address is
Filters>Render>Paths>Shape Grid


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sun Apr 27, 2014 6:51 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
Excuse me, Molly. I was thinking on my time beginner. When I followed a tutorial, a minimum gap of a name, left me confused.

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sun Apr 27, 2014 2:21 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
Just a question, when I download these files, they say could harm my computer. Do they harm computers?


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Sun Apr 27, 2014 4:38 pm  (#10) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4736
No. Something detects it's executable code, that can harm your computer (if I coded something malevolent (or very buggy...)), and warns you. After that, it becomes a matter of how much you trust the download site and the program author :) This is Python and open source, so everyone can check the code before executing it.

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 2:08 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jun 24, 2010
Posts: 504
Location: Western Vic Australia
Ofnuts , I am very impressed with your doodle art and shapes. Is it possible that you make a tutorial on how you made one of the designs. Any one of the designs will do . I can use the path generator in Filters/render/paths and fill grid with random colour fill see inset
Image
But for the life of me I cannot get the shapes filter from the paths menu to work. see inset
Image
My other question is how you make it with one colour. I have used list and gradient . Obviously, the doodles on the first page are not randomly coloured. What am I doing wrong? Gimp 2.6.11 ,Win 7
Thanks wbool63

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 2:20 am  (#12) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4736
I didn't test anything with 2.6 (though I don't see any reason why it shouldn't work there). Did you try the path-shape plugin with very simple shapes (draw a simple segment between two points and try t change it to a circle).

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 2:27 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jun 24, 2010
Posts: 504
Location: Western Vic Australia
ofnuts wrote:
I didn't test anything with 2.6 (though I don't see any reason why it shouldn't work there). Did you try the path-shape plugin with very simple shapes (draw a simple segment between two points and try t change it to a circle).

Ofnuts , I'll have another play with it later tonight.
Thanks

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 3:25 am  (#14) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4736
wbool63 wrote:
My other question is how you make it with one colour. I have used list and gradient . Obviously, the doodles on the first page are not randomly coloured. What am I doing wrong? Gimp 2.6.11 ,Win 7
Thanks wbool63


Most of the patterns above are produced like this:

1) Run the script several times using the same shape, just changing the Partial start/end values
2) Merge the paths obtained in one path
3) Use path-to-shape to create circles (usually, on diameter)
4) Path to selection
5) Bucket fill selection

You can also get interesting results with "circle from radius" but this one is sensitive to the direction of the stroke. The reverse-strokes script in my Sourceforge collection can be used to change the direction. I upgraded it this weekend because its performance wasn't too good when faced with several hundred strokes, so if you have a prior version get the new one.

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 4:20 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
a couple of nice results, applying multifill...

Attachment:
with-fill.png
with-fill.png [ 45.15 KiB | Viewed 1673 times ]


Attachment:
with-fill-B.png
with-fill-B.png [ 184.55 KiB | Viewed 1673 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 5:13 am  (#16) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
very nice dinasset

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 6:37 am  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
thanks, Molly...

_________________
"Where am I ?"


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 7:12 am  (#18) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4736
For that one:
- Hexagon grid, from -20 to +120
- Apply "Rectangle/Square from diagonal" (*)
- Select>From path, bucket-fill with blue
- Apply "Circles from diameter" to original grid
- Select>From path, bucket-fill with yellow

Attachment:
SquaresAndCircles.png
SquaresAndCircles.png [ 61.23 KiB | Viewed 1661 times ]


(*) New function in path-to-shape-0.5.py, just uploaded to the usual place.

_________________
Image


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 2:48 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
the new version (0.5) does not appear in the menu (after refresh w/o errors) - windows 32bit


Top
 Post subject: Re: path-shaped-grid: generating grids and extreme doodling
PostPosted: Mon Apr 28, 2014 3:15 pm  (#20) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4736
Marcello wrote:
the new version (0.5) does not appear in the menu (after refresh w/o errors) - windows 32bit


Works for me (WinXP, Gimp 2.8.10). Are you looking at the right menu? The script adds a "Shapes" submenu in the right-click menu of the Paths list. Otherwise

1) the file should go in the "plug-ins" directory, not the "scripts" one.
2) check that the extension is indeed .py and not .py.txt (extension can be added during download).
3) if you know how to, check its MD5 hash (you can obtain the MD5 of the file on Sourceforge with the (i) icon, and the MD5 matches the file on my disk).
4) start Gimp with "--verbose" and check for errors in the console window.

_________________
Image


Top
Post new topic Reply to topic  [ 67 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Online tool for generating Poincare Discs.

4

No new posts Attachment(s) Quickly get a themed grid background/art

12

No new posts Attachment(s) i struggle with the option to copy the path - the path where a file i

3

No new posts Spin-art Grid kind'a like Kandinsky's circles but for any image

1

No new posts Attachment(s) Path copy rotate shift plus + Path copy rotate shift walk Play

79



* Login  



Powered by phpBB3 © phpBB Group