It is currently Tue Mar 19, 2024 2:49 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 240 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 12  Next
Author Message
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 6:11 am  (#21) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4726
Just wrote a another script to generate new layers from the visible paths (stroke-visible-paths, same place)... this coupled with the mirror-layers I wrote a couple days ago, leads to this with very little effort:
Attachment:
InBetweener-animation.gif
InBetweener-animation.gif [ 208.33 KiB | Viewed 2146 times ]

_________________
Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 6:53 am  (#22) 
Offline
GimpChat Member
User avatar

Joined: Mar 18, 2011
Posts: 283
Location: Lusaka, Zambia
Ok ofnuts,

Still works with Gimp 2.8

Thanks again.


Attachments:
gimpedimage.png
gimpedimage.png [ 318.23 KiB | Viewed 2140 times ]
Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 9:30 am  (#23) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
Still having fun with this one ofnuts though it took freaking forever to render. lol

Used your Slinky on a circle path then dup rotated one of the paths before running inbetweener set to 50. :)


Attachments:
s0tos0.png
s0tos0.png [ 595.5 KiB | Viewed 2132 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 9:56 am  (#24) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
That is very cool Lyle.

_________________
Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 10:05 am  (#25) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4726
lylejk wrote:
Still having fun with this one ofnuts though it took freaking forever to render. lol

Used your Slinky on a circle path then dup rotated one of the paths before running inbetweener set to 50. :)
Since I'm a bit more twisted:
Attachment:
IB-Black.png
IB-Black.png [ 663.94 KiB | Viewed 2125 times ]


Same source path, half the intermediate, stroke in blue, then duplicate, flip, stroke in red, and blur:
Attachment:
IB-Red-Blue-Blur.png
IB-Red-Blue-Blur.png [ 399.63 KiB | Viewed 2125 times ]

_________________
Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 3:18 pm  (#26) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
Thanks Molly. Also, yes you are Ofnuts. lol

:)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 4:35 pm  (#27) 
Offline
GimpChat Member
User avatar

Joined: Apr 30, 2010
Posts: 1937
Location: Missouri
I put it in my plugins folder, did as Lyle said, read the instructions ofnuts supplied but I sill can't find it.

_________________
Image
The last time I kept an open mind,
my brain fell out and the dog grabbed it.
Now it's full of dirt, toothmarks, and dog slobber.
No more open minds or dogs for me.


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 4:49 pm  (#28) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
After you make your two paths open the path dialog and right click on the path, got down to the bottom to where you see tools and click generate intermediate paths

_________________
Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 5:59 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: Feb 14, 2012
Posts: 426
Is there a lot involved with getting python installed on my Win Vinsta machine? I have GIMP 2.6 and I don't know the first thing to do to make this script py work. I don't plan on writing any python scripts so maybe i can just put the script in my program folder.

Alan


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 6:11 pm  (#30) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
You have to install Python to enable you to use .py extensions.
If you follow this tutorial to install Python you shouldn't have any problems.
Python Tutorial

_________________
Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 8:01 pm  (#31) 
Offline
GimpChat Member
User avatar

Joined: Feb 14, 2012
Posts: 426
Hi Molly

I tried to download the python files from mediafire and mediafire is starting a web page that says I have viruses on my computer and doesn't let me close the browser windows. Mediafire always worked flawlessly before but this is the first time I have experienced this from them. Is there another place I can download Python and 3 extra modules?

Alan


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 8:13 pm  (#32) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
I got hit with an infected advertisment at Mediafire recently myself (but I'm sandboxed so protected). Sad. It's quite random too depending if you get the targeted advertisement that's been infected. I'm sure the folks that matter at Mediafire will, soon enough, get rid of the infection. As for the files that ofnut hosts at sourceforge, you should not have any issue with them and not sure what link you are using to get them since they, I don't believe, are being hostted by Mediafire Alan. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 8:26 pm  (#33) 
Offline
GimpChat Member
User avatar

Joined: Apr 30, 2010
Posts: 1937
Location: Missouri
I have the paths, but nothing in the tools menus that even looks like an inbetween script. Python is installed, I have several python scripts and they all work. I made 2 triangles, identical but one is rotated 90 degrees.

_________________
Image
The last time I kept an open mind,
my brain fell out and the dog grabbed it.
Now it's full of dirt, toothmarks, and dog slobber.
No more open minds or dogs for me.


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 8:29 pm  (#34) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
See my earlier post GMS. :)

viewtopic.php?f=9&t=4568#p56972

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 8:56 pm  (#35) 
Offline
GimpChat Member
User avatar

Joined: Feb 14, 2012
Posts: 426
I went back to mediafire and downloaded the zip. It didn't give me a hard time this time but it did have a lot of antivirus software advertisements though. I will find time to install Python and the 3 extra modules soon.

Alan


Top
 Post subject: Re: path-inbetweener
PostPosted: Sun Jun 24, 2012 9:37 pm  (#36) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
Ah; got confused by what you wanted PegLeg44; yeah, the Windows Installers for Python have to be the right ones. Assuming you used the resource below. You will also, once installed, have to re-install GIMP unfortunately (but don't have to un-install then re-install as the instructions from the link below state). Hope it all works out for you once you do the attempt. :)

http://www.gimpusers.com/tutorials/inst ... -6-windows

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: path-inbetweener
PostPosted: Mon Jun 25, 2012 12:25 am  (#37) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
ofnuts wrote:
Just wrote a another script to generate new layers from the visible paths (stroke-visible-paths, same place)... this coupled with the mirror-layers I wrote a couple days ago, leads to this with very little effort:
Attachment:
InBetweener-animation.gif


Nice! :)

Thanks again Ofnuts.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: path-inbetweener
PostPosted: Mon Jun 25, 2012 7:21 pm  (#38) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
... making gimp paths a little closer to Inkscape, one script at a time...
:P

Thanks for the script!

-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: path-inbetweener
PostPosted: Tue Jun 26, 2012 12:46 pm  (#39) 
Offline
GimpChat Member
User avatar

Joined: Feb 17, 2011
Posts: 225
Thanks a lot for the script!

I managed to install it (Gimp 2.8, Ubuntu Linux 12.04).

Works fine with random paths, now I need to find a way to design some paths...


Top
 Post subject: Re: path-inbetweener
PostPosted: Sat Feb 09, 2013 12:53 pm  (#40) 
Offline
GimpChat Member

Joined: Sep 13, 2011
Posts: 77
Definetely Paths are my best option when trying to create non jaggy lines.

_________________
Using Windows Vista 32 bits, 3GBRAM, Intel core 2 Quad Q6600 2.4Ghz, Radeon HD 3450 graphics card, Lambda Lexicon USB audio interface.


Top
Post new topic Reply to topic  [ 240 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 12  Next

All times are UTC - 5 hours [ DST ]


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

3

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

79

No new posts Attachment(s) Path

9

No new posts Attachment(s) Path animations

4

No new posts Attachment(s) ofn-text-path-selection

14



* Login  



Powered by phpBB3 © phpBB Group