Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Create a jean texture.py (seamless)

Sat May 09, 2020 11:55 am

I know that fencepost created a Script-fu script (Denim) that I used, and I thank him. But his script needed for you to install a scanline pattern before you can use it. I just created a "Jean (denim) seamless pattern" strictly with no 3rd party add ons. I used the GIMP "Newsprint" plugin, instead of a pattern to create the fabric like lines.
You will be able to change the Size and the Color of your like. This is the result. I hope you guys like it, be safe!

Image

Re: Create a jean texture.py (seamless)

Sat May 09, 2020 3:14 pm

The thing in the ZIP is a link, not the real file.

Re: Create a jean texture.py (seamless)

Sun May 10, 2020 1:10 am

Thank you Ofnuts for noticing that. I don't know what happen to the file I thought I have it there. Oh well, I deleted the first one and I managed to upload it again, please let me know if it is the file. Cheers!

Re: Create a jean texture.py (seamless)

Sun May 10, 2020 1:33 am

Throws an error. I'm using Gimp 2.8.22. Could this be an issue?

Re: Create a jean texture.py (seamless)

Sun May 10, 2020 2:47 am

Yes, 2.8 is an issue here. The script is written for 2.10.x

Re: Create a jean texture.py (seamless)

Sun May 10, 2020 12:34 pm

nelo wrote:Yes, 2.8 is an issue here. The script is written for 2.10.x


Okey-doke. Thanks.

Re: Create a jean texture.py (seamless)

Mon May 11, 2020 12:18 am

steven8 wrote:Throws an error. I'm using Gimp 2.8.22. Could this be an issue?


Hi steven8. The arguments for the Layer's mode changed from:
GIMP 2.8
1. NORMAL_MODE
2. GRAIN_MERGE_MODE
3. MULTIPLY_MODE
to
GIMP 2.10
1. LAYER_MODE_NORMAL
2. LAYER_MODE_GRAIN_MERGE
3. LAYER_MODE_MULTIPLY

Also the argument for the fill from FOREGROUND_FILL (GIMP 2.8) to FILL_FOREGROUND (GIMP 2.10)


I made the changes to the 2.8 version and you can download it from the bottom of this reply. Be safe!

Re: Create a jean texture.py (seamless)

Mon May 11, 2020 12:26 am

Congrats Pocholo for your Script-fu script (Denim). You seem to learn quickly and with your effort, the result has come very nice.
Thanks for sharing it. :clap

Re: Create a jean texture.py (seamless)

Mon May 11, 2020 1:54 am

Issabella wrote:Congrats Pocholo for your Script-fu script (Denim). You seem to learn quickly and with your effort, the result has come very nice.
Thanks for sharing it. :clap


Hi issabella, thank you for the comment. :tyspin Once you get how to construct a basic scheme it's not that hard. This one is a python plugin (py) I created a couple of script-fu scripts:

Heart
viewtopic.php?f=9&t=18276

Captain America Sield
viewtopic.php?f=9&t=18314

Wood seamless pattern
viewtopic.php?f=9&t=18248

Check them out, if you haven't. :)

Re: Create a jean texture.py (seamless)

Mon May 11, 2020 5:16 pm

Pocholo wrote:
steven8 wrote:Throws an error. I'm using Gimp 2.8.22. Could this be an issue?


Hi steven8. The arguments for the Layer's mode changed from:
GIMP 2.8
1. NORMAL_MODE
2. GRAIN_MERGE_MODE
3. MULTIPLY_MODE
to
GIMP 2.10
1. LAYER_MODE_NORMAL
2. LAYER_MODE_GRAIN_MERGE
3. LAYER_MODE_MULTIPLY

Also the argument for the fill from FOREGROUND_FILL (GIMP 2.8) to FILL_FOREGROUND (GIMP 2.10)


I made the changes to the 2.8 version and you can download it from the bottom of this reply. Be safe!


Got it, and it works perfectly. Thank you for going to the trouble of doing this!

Re: Create a jean texture.py (seamless)

Mon May 11, 2020 6:40 pm

No problem my friend! :yes

Re: Create a jean texture.py (seamless)

Tue May 12, 2020 2:23 am

Pocholo, your jean texture plug-in works great. Easy and quick in its action. :yes
Thank you so much, :tyspin

Re: Create a jean texture.py (seamless)

Tue May 12, 2020 11:06 pm

Thank you so much, Issabella. I seen you have a few nice tutorial and images here. :coolthup

Re: Create a jean texture.py (seamless)

Wed May 13, 2020 4:59 am

I feel like testing your texture on text. :hehe
I like it!
Post a reply