Search found 528 matches

by Kukurykus
Sun Aug 07, 2016 5:05 pm
Forum: Photoshop Scripting Bugs and Anomalies
Topic: Need to clear Photoshop's memory
Replies: 14
Views: 32680

Re: Need to clear Photoshop's memory

Fortunately I have CS5.1 too. I had to test this script there as well, but my .jsx were set to open in CS2 so I gave up. That's of course no problem I reset them to be open by CS5.1 and later when I need I simply reinsatll CS2 so they can be linked to version I use mainly. Just give me a time to tes...
by Kukurykus
Sun Aug 07, 2016 2:25 am
Forum: Help Me
Topic: Creative Cloud Extension Builder question
Replies: 4
Views: 5873

Re: Creative Cloud Extension Builder question

I just noticed that yestarday I posted my additional answer in wrong secion :/ So I deleted all the concent and reposted it where I originally had: https://www.ps-scripts.com/viewtopic.php?f=77&t=24371
by Kukurykus
Fri Aug 05, 2016 5:22 pm
Forum: Photoshop Scripting - General Discussion
Topic: how to run scripts within another scripts
Replies: 9
Views: 23538

Re: how to run scripts within another scripts

I'd like to know that too! :) Meantime you can check my solution I use to run scripts from scripts in this post: https://www.ps-scripts.com/viewtopic.php?f=63&t=24366&p=152320#p152320 ------------------------------------------------------------------------------------------------------------...
by Kukurykus
Fri Aug 05, 2016 4:48 pm
Forum: Photoshop Scripting Bugs and Anomalies
Topic: Need to clear Photoshop's memory
Replies: 14
Views: 32680

Re: Need to clear Photoshop's memory

Your post inspired me to write new script. I don't know you know how to use them, because you mentioned only about actions, so here few instructins: - I tested it only in CS2, CS5.1 - I didn't implement any try-catch - that may not working in same extreme cases - it uses 2 files cropping.jsx and cro...
by Kukurykus
Mon Aug 01, 2016 10:24 pm
Forum: Photoshop Scripting Bug Repository
Topic: RegExp search bug
Replies: 3
Views: 12325

Re: RegExp search bug

I assume it works for you? I just tried and the result is the same like before (CS2 and CS5.1). In your code it differs from my version that variable for RegEx is in next line if that had to be solution. Possibly in higher CS it works correctly finally. Mike Hale posted it when CC was realsed (2013-...
by Kukurykus
Sun Jul 31, 2016 7:54 pm
Forum: Help Me
Topic: How to open the files in subfolders"photo1,photo2,photo3"
Replies: 12
Views: 17641

Re: How to open the files in subfolders"photo1,photo2,photo3"

Yes, my answer came with delay... bamboo, that first solution of me was quickly coded, now I have something more experienced. It will scan more and more subfolders and won't stop the process when encounter non-graphical files. As you see it's modiefed function of Mike Hall. Read more: http://www.ps-...
by Kukurykus
Sun Jul 31, 2016 2:54 pm
Forum: Help Me
Topic: How to open the files in subfolders"photo1,photo2,photo3"
Replies: 12
Views: 17641

Re: How to open the files in subfolders"photo1,photo2,photo3"

Try my solution, it's right under your first post and I tested it, so it works for sure...
by Kukurykus
Sun Jul 31, 2016 2:48 am
Forum: Photoshop Scripting Bug Repository
Topic: RegExp search bug
Replies: 3
Views: 12325

RegExp search bug

Following code should alert 'True' twice - it works corectly in google.com console (ctrl+shift+i) and labs.codecademy.com (choose javascript): var arr = ['a.jpg', 'b.jpg'], reg = /\.jpg$/i for(var i = 0; i < arr.length; i++) { alert(arr[i].search(reg) != -1) } In ESTK 1.0 (CS2) and 3.6 (CS5.1) it di...
by Kukurykus
Sat Jul 30, 2016 8:25 pm
Forum: Help Me
Topic: How to open the files in subfolders"photo1,photo2,photo3"
Replies: 12
Views: 17641

Re: How to open the files in "photo1,photo2,photo3"

Replace last linses of your code with the code part I modified. PS.1 it won't work for subfolders in subfolders PS.2 it'll stop if the file isn't openable in photoshop (like Bridge sort or Windows thumbs or else error .tmp etc) // Get all the files in the folder var fileList = samplesFolder.getFiles...
by Kukurykus
Fri Jul 29, 2016 2:24 pm
Forum: Photoshop Scripts
Topic: 20 scripts at creativebloq.com
Replies: 0
Views: 5815

20 scripts at creativebloq.com

Collection of scripts from different sources:

http://www.creativebloq.com/photoshop/f ... ts-4132388