Photoshop script "repeat last curves"
I use some photoshop scripts for my work, and all the time try to found a way to repeat previous curves adjusting, since many times it is necessary to repeat a similar (but not the same, so that I can…
I use some photoshop scripts for my work, and all the time try to found a way to repeat previous curves adjusting, since many times it is necessary to repeat a similar (but not the same, so that I can…
I have a CEP extension in After Effects and I want it so that when a user clicks a button, a settings dialog opens up in a new floating dialog box. Seems like it would be such basic functionality but…
I have a Photoshop layer/smart object named "Culoare". When I double click on it, there is another list of layers/smart objects. I need to be able to make visible/invisible the layers inside the first layer. For example, make "warm white"…
I would like to be able to add shapes (for example a circle) on a new layer that I create beforehand. My request is similar to this question: Draw circle on a new layer in Photoshop using cep/Javascript but for…
I have 1000s of psd file to change top layers as file name. Please help me to crate a script for this. I want to have a JS-Script, which changes the Text of the Top Layer as file name. For example:…
I want to write a script that would substitute different text from a text file into my shalon and save the image in jpeg format. An error occurs: "This function may not be available in this version of Photoshop" on…
I'm trying to detect if a pattern name exist on Photoshop but right now I'm not able to do it, anyone have any clue of how to do it? Right now I have this: function selectPattern(ptrn) { var desc =…
I am writing a script for photoshop to change font family to different font but the script works with some fonts and some not. Here is the part of the script that is responsible for changing the font family: var…
This script works perfectly apart from one aspect: it doesn't loop through layers that are nested within folders. I've tried changing layers to layerSets as per this question, but then it stops working on folder names. I'm using Photoshop 2020…
I am trying to set up photshop Scripting environment in my preferred IDE. So I am using the excellent Davide Barranca's Package for Sublime found HERE. I've installed the package and have ticked ExtendScript-PS option found under Tools > Build…