It is currently Fri Apr 26, 2024 1:47 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 20 posts ] 
Author Message
 Post subject: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 8:02 am  (#1) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7715
Location: On the other side of this screen
Which scripts and pys are compatible with Gimp version 2.10.2 64 bit and where can I get them?

_________________


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: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 9:30 am  (#2) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Great idea Sallyanne,
I have composed a short list of what I have tested and worked on GIMP 2.10.
Hopefully people can add to the list (by posting or editing their existing post if they've posted already so we don't have too many posts and more list content of GIMP 2.10 Scripts).
GIMP 2.10 Scripts

_________________
TinT


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 2:08 pm  (#3) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Just 18 scripts for now, Hopefully as people discover more scripts that still work they can add to the topic.

_________________
TinT


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 2:12 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
I've found that most Python scripts will work, but not all. For Example, your Apple script works, but not your License Plate script.


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 2:28 pm  (#5) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Yeah most will work as long as they don't depend on things layerfx.py.

_________________
TinT


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 2:35 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
LayerFX.py works perfectly here, I use it all the time.


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 3:38 pm  (#7) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
yeah layerfx creates layer groups in 2.10 so it's not as simple structure as 2.8

. so manually it seems okay. but calling it in script is weird.
after i apply a layerfx call, the next call complains about the layer not being part of the image anymore.
So I looked at merge layer group maybe like make it so that it's one layer like before and i don't see anything that is named like merge layer group so I don't know how to solve this problem for 2.10

_________________
TinT


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 4:58 pm  (#8) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4739
Yes, depending on other people's scripts is always a problem. But if your scripts and the scripts you depend on are GPL-licensed, you can always reverse-engineer them a bit and import the code you need (with a big thanks to the original author somewhere in your code).

_________________
Image


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 5:21 pm  (#9) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Okay to keep it simple, i made it use layerfx.scm instead of layerfx.py calls which don't deal with the layer groups.
Now version 2 of Mike's License Plate script is available for GIMP 2.10

_________________
TinT


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 10, 2018 5:40 pm  (#10) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
ofnuts wrote:
Yes, depending on other people's scripts is always a problem. But if your scripts and the scripts you depend on are GPL-licensed, you can always reverse-engineer them a bit and import the code you need (with a big thanks to the original author somewhere in your code).

Didn't even think of that... Thanks. I'll try to remember this next time i need to alter some GPL-licensed. For now I'm okay with user the layerfx.scm as it doesn't mess around with layer groups.
Layer groups seems incomplete in 2.10 as there's a front end to merge layer group but there seems to be no back end.

_________________
TinT


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Mon Jun 11, 2018 2:24 am  (#11) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7715
Location: On the other side of this screen
Thanks for all your replies. Will have a look at that list now

_________________


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Mon Jun 11, 2018 4:56 am  (#12) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4739
trandoductin wrote:
For now I'm okay with user the layerfx.scm as it doesn't mess around with layer groups.


Can it coexist with layerfx.py or are your users sentenced to use layerfx.scm?

_________________
Image


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Mon Jun 11, 2018 5:08 am  (#13) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2424
This is for the partha Gimp 2.10.2 - The python in the regular gimp.org Win installer is somewhat flaky.

Python plug-ins for SallyAnne - 5000 posts and 400 threads started, difficult to pin down preferences ;)

So a few tested in Parthas Gimp 2.10.2

FrameFactory.py - I still reckon this to be one of the best: https://i.imgur.com/E728N7u.jpg
layerfx.py - this is the non-layer-group version, I had problems with the layer-group version, but FWIW this works-ish https://i.imgur.com/TdUm0gn.jpg
arakne-path-shape-creator8.py - works in Parthas gimp 2.10.2 https://i.imgur.com/0TT6ura.jpg
arakne-follow-path5.py follow path as well, does through up an error, but works.
b&p_word_art_1.2.py - I think a fun plugin - that is all https://i.imgur.com/SEjUHtd.jpg
layer-via-copy-cut.py - the author updated this for Gimp 2.10 - might be superseded by the new paste-into-selection functions but easier to use. https://i.imgur.com/QenyYlW.jpg
ungroup-grouplayer.py - does what it says, prefer Saul Goodes script but that is script-fu.

Not tracking all the original links down, so the files zipped and attached.

My advice (usually ignored) unzip the folder - 'python'. Put it somewhere in your 'Users' folder. Add the path to the plug-ins folder paths.


Attachments:
python.zip [146.33 KiB]
Downloaded 302 times

_________________
Image
Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Mon Jun 11, 2018 8:36 am  (#14) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
i can coexist as the functions are different naming conventions like script_fu_layerfx* and python_layerfx*

_________________
TinT


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Tue Jun 12, 2018 8:03 am  (#15) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7715
Location: On the other side of this screen
Thanks rich.
Amazing how many scripts and plugins I gathered since 2012. I know 6 years isn't as long as many of you guys have been getting them. Didn't use them all most of the time but when you want them you don't have them ;(
I won't be adding them this time if I know I didn't use them before.

I only have one logo in file>create> and also in the filter> alpha to logo which is the 3D bevel. Should there be more? Doesn't matter if there isn't as I don't use them all the time anyhow

_________________


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Tue Jun 12, 2018 8:27 am  (#16) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2424
Quote:
..I won't be adding them this time if I know I didn't use them before...


If you can remember which you used but can not find again, give a list & let the search begin.

Quote:
..I only have one logo in file>create> and also in the filter> alpha to logo


Removed as generally old and not in keeping with the all the new Gimp functions. It came up on G-f.net and I zipped the old-scripts.
Attached, un-zip pop in your Gimp profile scripts folder.

Generally work but I have not tried them all.

Image


Attachments:
ancient.scm.zip [48.96 KiB]
Downloaded 240 times

_________________
Image
Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Thu Jun 14, 2018 2:25 am  (#17) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7715
Location: On the other side of this screen
Thanks for the zip file. :)
They are all in the filters now. :)
4 didn't complete properly, 3 of those didn't even start.
I have only tried the file > create > logos [24 Now]
3D Outline - completes but the logo is cut off
Bovination - comes up with an error (part of that being the value is out of range) and doesn't even start.
Frosty throw an error and did not start.
Sota Chrome throws an error and doesn't even start.
All the others complete.

EDIT:-
Have tried the Alpha to Logo ones now, I will only mention the ones that do not work properly
3D Bevel
3D Outline crashes gimp
Bovination
Chalk - need to make sure text layer is not black
Particle Trace doesn't complete

Scripts/Plugins I would use are -
Step Chisel
Bevel Reflect or BRL
Astronomy pack
Metal text with a grunge background
Rust script
ofnuts symmetry
Reflex logo
Wireart logo
Black Gold logo
3D Turing
map to Christmas ornament
Colour to transparency
Also can't remember if it was a script or plugin - Choose your photos from 1 folder and go through the whole folder editing1 and when it was saved the next one in the folder would come up.

A lot of the scripts were also in a format that could be used around shapes/objects instead of just text. Because I don''t have any now I am not sure what they were called now but it was also in the scripts menu under a different name.

_________________


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 17, 2018 4:48 am  (#18) 
Offline
New Member

Joined: Jun 16, 2018
Posts: 1
I am new here and thought I would just drop a message to see if anyone knows anything about the two scripts I used the most often on Gimp 2.8 - Resynthesize and Heal-Selection. Apparently the second is dependent on the first and neither appear compatible in 2.10.2 as I have tried installing them and neither show up in the script browser. Also it doesn't appear that it matters where they are placed in the directory structure. Checking preferences in GIMP, there appear to be two directories where scripts and plug-ins can be placed (usr/share/gimp/2.0/scripts or usr/share/gimp/2.0/plugins and /home/name/.config/gimp/2.10/scripts and /home/name/.config/gimp/2.10/plugins. I am also not sure now which are the correct ones. Also important to note, I am using Linux 18.04 LTS. Can anyone shed some light on this issue?


Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Sun Jun 17, 2018 5:30 am  (#19) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2424
Compiled myself and do work in'buntu 18.04
Three files plugin-heal-selection.py resynthesizer203 resynthesizer_gui203

These go in ~/.config/GIMP/2.10/plug-ins and of course need to be executable

Unpack from the attached zip, should already be executable but check anyway.

Usual all-in-one screenshot.

Image


Attachments:
resynth-linux-64.zip [88.38 KiB]
Downloaded 161 times

_________________
Image
Top
 Post subject: Re: Scripts for 2.10.2
PostPosted: Thu Jun 13, 2019 1:56 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
racer-x wrote:
LayerFX.py works perfectly here, I use it all the time.


For me, Layerfx.py crashes when I try to call up Dropshadow, Inner Glow, Outer Glow, Bevel and Emboss, Satin and Stroke, so I deleted it. I was hoping that it would work, but it fails. The layerfx.scm file and the layerfx from ICCII work with no problems. I'm using gimp 2.10.10 windows 10 64 bit.


Top
Post new topic Reply to topic  [ 20 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) very old scripts

11

No new posts SCRIPTS CONPATIBLE OR NOT

1

No new posts Former GIMP Scripts

8

No new posts Attachment(s) Editing scripts

7

No new posts Attachment(s) Elsamuko scripts

16



* Login  



Powered by phpBB3 © phpBB Group