It is currently Mon Jul 22, 2024 10:37 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 99 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
 Post subject: Re: Test for duplicate scripts
PostPosted: Thu Dec 01, 2011 1:59 am  (#61) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Good news that you've got everything working. :)

save_all_layers_with_palette_1.scm causes the test script to fail because the very last line in the file isn't syntactically correct Scheme:
save-all-layers-with-palette()

I guess GIMP is silently throwing it away when it loads the file. If you want the script then delete that line it's not doing anything.

Kevin


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Thu Dec 01, 2011 2:20 am  (#62) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
paynekj wrote:
Good news that you've got everything working. :)

save_all_layers_with_palette_1.scm causes the test script to fail because the very last line in the file isn't syntactically correct Scheme:
save-all-layers-with-palette()

I guess GIMP is silently throwing it away when it loads the file. If you want the script then delete that line it's not doing anything.

Kevin

Do you or anyone know what that last line is for. The script has actually finished if no one knows I'll delete that line and try it again.

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Thu Dec 01, 2011 3:55 am  (#63) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
In my opinion it's junk and should be deleted.

Kevin


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 7:19 am  (#64) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
In the unlikely event that anyone is wanting this, here's version 1.7 of the script, which seems to be compatible with GIMP 2.6/2.8

Kevin

Edit: There was a typo in the file I attached here :oops:


Last edited by paynekj on Mon May 14, 2012 11:33 am, edited 1 time in total.

Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 7:24 am  (#65) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Kevin, yes I definitely want it. Will this work with Partha's Gimp-2.8 (64-bit) ?

_________________
Image


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 7:26 am  (#66) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Molly, I don't know of any reason why it shouldn't work so I'll be confident and answer your question with a yes ;)

Kevin


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 7:33 am  (#67) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
thank you, I think this is a very handy script, it saves a lot of duping, Kudos

_________________
Image


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 10:58 am  (#68) 
Offline
GimpChat Member

Joined: Apr 08, 2012
Posts: 187
I just downloaded and installed your updated script in my scripts directory. I'm running Partha's 64 bit Gimp 2.8. I assumed that the script would be accessed from the Help Menu at the top of the Gimp screen, but it is nowhere to be found. Am I trying to access it from the wrong location?


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 11:06 am  (#69) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
That is where mine is Charlie, under the help menu.

Try going to Help (in Gimp) click plug in browser, in the search box, start to type in the name of the script you are looking for, it it is there it should show, it will also show where to find it.

Image

_________________
Image


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 11:36 am  (#70) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
:oops: Much embarrassment on my behalf, there was a typo in the version 1.7 I attached earlier, which explains charlie34's problem :oops:

Here's the corrected version:

Kevin


Attachments:
File comment: Version 1.7 for both GIMP 2.6 and 2.8
kp24_test_for_duplicate_scripts.scm [27.18 KiB]
Downloaded 177 times
Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 11:39 am  (#71) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
bad :teeth

_________________
Image


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Mon May 14, 2012 11:47 am  (#72) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14720
Location: USA
Yes i was getting this error and no script in Help menu. :)
"unbound variable"
Thanks Kevin! Works excellent now.

Image

_________________
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: Test for duplicate scripts
PostPosted: Mon May 14, 2012 12:18 pm  (#73) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14720
Location: USA
0 duplicates. :)

_________________
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: Test for duplicate scripts
PostPosted: Fri May 25, 2012 1:23 am  (#74) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
I just ran "Test for Duplicate Scripts". I got the first one v1.5 at GimpScripts, which didn't work in Vista, Gimp 2.8. I just downloaded v1.7 from here which ran like a charm. I don't have that many extra scripts added, so I was surprised to find 6 duplicates. They were all related to "gimpfx-foundry-2.6-1" scripts. There were even two duplicates within the "gimpfx-foundry-2.6-1" folder. "meiklejohn-tonemapping.scm" and "phillips-tonemapping.scm".

Kevin, Great script!
GimpScripts.com still has v1.5 listed.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Fri May 25, 2012 3:39 am  (#75) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Looks like v1.7 is not working for GIMP 2.6 :(


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Fri May 25, 2012 5:21 am  (#76) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Test for duplicate scripts works perfectly for me in Gimp-2.6.12 but will not even recognize itself in Gimp-2.8 (Partha's build)

_________________
Image


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Fri May 25, 2012 8:46 am  (#77) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Here's v1.8, which I think should work for both 2.6.7 and 2.8.0 (at least I've tried it on a Windows XP machine with both 2.6 and 2.8). It now identifies itself as v1.8 in the menu entry just to make it easy to see which version you've got.

Kevin

Attachment:
Untitled.png
Untitled.png [ 133.84 KiB | Viewed 2979 times ]


Attachments:
kp24_test_for_duplicate_scripts.scm [27.37 KiB]
Downloaded 190 times
Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Fri May 25, 2012 8:55 am  (#78) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Thank you very much Kevin. I will go over to Windows and try it on my 2.8 Gimp. I will post back if it works.

Edit: I placed your new plug-in in my 2.8 folder and it now shows. I tested it and didn't get any errors unless this is one below. It didn't show any dupes.

Image

I don't see any version number on the script.
Using Win7 (x64)

_________________
Image


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Fri May 25, 2012 9:54 am  (#79) 
Offline
GimpChat Member

Joined: Aug 05, 2011
Posts: 606
Location: limestone,ny
win7 64
2.8
Image


Top
 Post subject: Re: Test for duplicate scripts
PostPosted: Fri May 25, 2012 10:00 am  (#80) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
I can only think that you've both got scripts that have something about them that I've not seen before.

If either or both of you would like to help find the problem, try running it again with the logging set to "Too Much", then having a look the end of the duplicate_scripts.txt file as it should give some idea of where the problem has occurred.

Kevin


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

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Juxtapose exactly duplicate paths

2

No new posts Attachment(s) GEGL Jelly - Apply on Duplicate Layer above and use eraser

3

No new posts Attachment(s) pm_create_a_depthmap_image.py (Test)

8

No new posts Jewelry Text Test

8



* Login  



Powered by phpBB3 © phpBB Group