It is currently Fri Mar 29, 2024 4:52 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 54 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sat May 31, 2014 10:20 pm  (#1) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3970
Location: Canada
Following wbool63's tutorial of Hatched Fonts

This script allows you to change settings below and it'll run on your created text/art/shapes
Attachment:
hatchedOptions.jpg
hatchedOptions.jpg [ 98.77 KiB | Viewed 3846 times ]


Put the below file in your gimp's scripts folder (It'll be available under Script-Fu -> Hatched)
Attachment:
Hatched.scm [8.14 KiB]
Downloaded 212 times


Here's a test using default settings with shapes
Attachment:
hatchedShapes.jpg
hatchedShapes.jpg [ 147.78 KiB | Viewed 3846 times ]


Here's a test using default settings with text
Image

Here's a test using different colored settings with text
Image

_________________
TinT


Last edited by trandoductin on Sun Jun 01, 2014 1:02 am, edited 1 time in total.

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: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 12:11 am  (#2) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3970
Location: Canada
Image

There was a bug with order of layers if you try to hash the shadow of original hatch.
Fixed in Latest version (in 1st post).

Here's a test that hatched a text with default settings,
then hatch the created SHADOW layer with shadow opacity set to 0, shrink distance set to 0, and a different hatch gradient angle(45) and smaller hatch gradient width(1)
Image

_________________
TinT


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 4:44 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14801
Location: roma, italy
my trial

Attachment:
Forms-on-space.png
Forms-on-space.png [ 1000.62 KiB | Viewed 3785 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 6:31 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jun 24, 2010
Posts: 504
Location: Western Vic Australia
Trandoductin, Thank you for making a script. Should the script work with gimp 2.6.11?
Image

_________________
Image


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 8:31 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12572
Location: Spain, Aragón
Hello, thanks for your script, but it doesn't work for me. It does an outcome with error.


Attachments:
Captura de pantalla 2014-06-01 15.19.57.png
Captura de pantalla 2014-06-01 15.19.57.png [ 217.79 KiB | Viewed 3761 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 8:36 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14801
Location: roma, italy
probably the gradient selected does not exist, try to select another one existing on your PC

_________________
"Where am I ?"


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 8:59 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12572
Location: Spain, Aragón
Thank you so much dinasset, but I don't see the option to choose a gradient on the emergent window. I've selected in tools just in case but it continues giving error.


Attachments:
Captura de pantalla 2014-06-01 15.50.21.png
Captura de pantalla 2014-06-01 15.50.21.png [ 132.31 KiB | Viewed 3753 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 9:13 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14801
Location: roma, italy
so, then it is hardcoded in the script
but it is a standard Gimp gradient, one of those automatically generated using BG and FG
but...
maybe also that I didn't point correctly to the error cause
let's be the author (Tin) help you in a better way
sorry...

_________________
"Where am I ?"


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 11:01 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12572
Location: Spain, Aragón
Thank you so much, dinasset. you're very kind. :tyspin

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 11:40 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14801
Location: roma, italy
Issabella,
just to make a last check:
click on your gimp gradients
do you have in the list one which is called exactly "FG to BG (Hardegde)"?
or -maybe- you have that name translated into Spanish?
IF SO (and only if so), copy that gradient, rename the copy just made in English terms -as shown above- and try again the script.
It could be that -being hardcoded in the script- the installation language create problems.
Let me know....

_________________
"Where am I ?"


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 12:17 pm  (#11) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3970
Location: Canada
wbool63 wrote:
Trandoductin, Thank you for making a script. Should the script work with gimp 2.6.11?
[ Image ]

wbool63,

The script (in 1st post) was intended for gimp 2.8.
But I just wrote another version for 2.6.12 you can try this one (hopefully it works for 2.6.11 as well).
Attachment:
Hatched26.scm [8.66 KiB]
Downloaded 68 times


It needs to have layerfx.scm installed (found here)

2.6 Test (Hatched once, then hatched the shadow of the first hatch with shrink distance 0 and shadow opacity 0)
Attachment:
2.6_Test.jpg
2.6_Test.jpg [ 84.54 KiB | Viewed 1270 times ]


Also there is no "FG to BG (Hardedge)" gradient in 2.6 so I set it to use "FG to BG (RGB)" gradient.

_________________
TinT


Last edited by trandoductin on Sun Jun 01, 2014 1:30 pm, edited 1 time in total.

Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 12:56 pm  (#12) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3970
Location: Canada
This is for Issabella,
Attachment:
Hatched.scm [8.23 KiB]
Downloaded 83 times

Since it's in a different language and there is no "FG to BG (Hardedge)" Gradient.
This version allows you to pick a gradient (if an error message pops up saying gradient doesn't exist or something like that just ignore it since you can choose your gradient).
Attachment:
forIssabellaGradientOption.jpg
forIssabellaGradientOption.jpg [ 104.29 KiB | Viewed 1268 times ]

_________________
TinT


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 3:04 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12572
Location: Spain, Aragón
trandoductin, I don't know how to thank you your especial extra work for me. You're so kind. I'm going to test it and hopefully everything will go right. I'll let you to know. Anyway Thank you so much always :tyspin

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 3:23 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12572
Location: Spain, Aragón
I'm sorry, but it didn't work for me in spite of your effort. Please, don't worry as it'll be my gimp language. I send you the error as it may help you to detect the wrong thing. :tyspin


Attachments:
Captura de pantalla 2014-06-01 22.15.16.png
Captura de pantalla 2014-06-01 22.15.16.png [ 291.4 KiB | Viewed 1258 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 3:40 pm  (#15) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3970
Location: Canada
Issabella wrote:
I'm sorry, but it didn't work for me in spite of your effort. Please, don't worry as it'll be my gimp language. I send you the error as it may help you to detect the wrong thing. :tyspin

Issabella,

Do you have "layerfx.py" (found here) installed?

_________________
TinT


Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 3:51 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12572
Location: Spain, Aragón
Yes, I have.


Attachments:
Captura de pantalla 2014-06-01 22.49.57.png
Captura de pantalla 2014-06-01 22.49.57.png [ 291.29 KiB | Viewed 1252 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 3:54 pm  (#17) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3970
Location: Canada
Issabella wrote:
Yes, I have.

you have .scm installed, my script calls the .py version
let me try and make another version for you that calls your .scm version.

_________________
TinT


Last edited by trandoductin on Sun Jun 01, 2014 3:56 pm, edited 1 time in total.

Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 3:55 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12572
Location: Spain, Aragón
and I have this too.


Attachments:
Captura de pantalla 2014-06-01 22.54.22.png
Captura de pantalla 2014-06-01 22.54.22.png [ 292.67 KiB | Viewed 1251 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 4:02 pm  (#19) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3970
Location: Canada
calls script-fu version of gradient-overlay (for Issabella)
hang on i got some error

_________________
TinT


Last edited by trandoductin on Sun Jun 01, 2014 4:04 pm, edited 1 time in total.

Top
 Post subject: Re: Hatched Fonts (wbool63's tutorial) Script
PostPosted: Sun Jun 01, 2014 4:04 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12572
Location: Spain, Aragón
Trandoductin, please, don't worry. I'll try this tomorrow morning as I have to go to sleep. Thank you very much.

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


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

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Reregister fonts?

3

No new posts Fonts Disapeared

4

No new posts Attachment(s) Custom Fonts for 2024

214

No new posts Attachment(s) Custom Fonts for 2023

728

No new posts Attachment(s) [ solved] fonts's choice

10



* Login  



Powered by phpBB3 © phpBB Group