Search found 5 matches
- Tue Mar 10, 2020 1:25 pm
- Forum: Photoshop Scripts
- Topic: UI Photoshop toolSet - feel free to use
- Replies: 1
- Views: 14462
UI Photoshop toolSet - feel free to use
Hi everyone, I want to share with script which I worked lately for some time: https://github.com/Lukkar90/UI-Photoshop-toolSet From README.md : You choose opened files in PS or source folder with files to process Later you decide if you want to save them in original directory or in choosed destinati...
- Mon Dec 09, 2019 11:18 am
- Forum: Help Me
- Topic: Problem with flag validator in code CS6 64bit ver 13
- Replies: 1
- Views: 3429
- Mon Dec 09, 2019 11:16 am
- Forum: Help Me
- Topic: Problem with counter in script Photoshop CS6 ver 13 64 bit
- Replies: 1
- Views: 3436
Re: Problem with counter in script Photoshop CS6 ver 13 64 bit
I found solution. Answer is here:
https://stackoverflow.com/questions/592 ... 1#59214361
https://stackoverflow.com/questions/592 ... 1#59214361
- Fri Dec 06, 2019 1:57 pm
- Forum: Help Me
- Topic: Problem with flag validator in code CS6 64bit ver 13
- Replies: 1
- Views: 3429
Problem with flag validator in code CS6 64bit ver 13
I have code which makes copies of images from /2.Supplied/ into PSDs' new layer in /3.Working/ folder, with the same names. Both folders you can choose in dialog. Everything worked fined, until I added flag which prevents adding images(markups) into wrong PSDs. Previously there was bug which runs sc...
- Fri Dec 06, 2019 12:38 pm
- Forum: Help Me
- Topic: Problem with counter in script Photoshop CS6 ver 13 64 bit
- Replies: 1
- Views: 3436
Problem with counter in script Photoshop CS6 ver 13 64 bit
I have script which creates jpg copies of activeDocument file in draft folders in directory "../UserNameJobName/4.WIP/" The original file PSD(activeDocument) to make copies of it, is in "3.Working" directory folder. The problem is that everything works fine until I want to to cre...