Is there a way to EXPAND a group in Photoshop?
In the Layers panel, Photoshop has a dropdown option to 'Collapse All Groups'. Is there a reverse option to expand one or all groups or a way to do it in Javascript?
In the Layers panel, Photoshop has a dropdown option to 'Collapse All Groups'. Is there a reverse option to expand one or all groups or a way to do it in Javascript?
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 write a script for Photoshop to find if a certain layer exists in the document and then if it does, to rename it. I could do it in Python but am quite confused by the scripting…
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…
I am desperately trying to figure out how to write a js for photoshop, that exports only a specific path and not all of the contained paths under the "paths" tab in my PS Document to an Illustrator File. For…
I'm trying to create a script that will save a JPG from Photoshop in one click. It'll save in the same directory with the same file name as the original PSD file, just in JPG format. I found a script…
I want to #include all scripts from target folder dynamically in the runned script. Without any need of writing out each script name/path, each time. That's mean: => you drop any script into target folder => when you run script,…
I want to enable only keyboard input of keys: + - [0-9] , and disable rest of keys input in edittext box. Also if edittext has already any , character, I want to block any further key , input. var…
I'm using Photoshop CC v20.0.7, and I'm trying to record the [file > export > "export as"] as an action. When I hit "record" and try, nothing is recorded in my action sequence, even though the jpg is correctly saved…
I'm trying to create a pattern script in Photoshop that duplicates an image horizontally and vertically over the whole canvas. But the issue is that across the x-axis it doubles its value every loop. If I remove the "j" loop,…