Re: Copy Layer's Parent Name to Clipboard
Something like this maybe var theLayer = activeDocument.activeLayer;var theParent = theLayer.parent;if (theParent != activeDocument) {var theString = theParent.name+"-"+theLayer.name}else {var...
View ArticleI need to create an action or script to save the file with the name of the...
I need to create an action or script to save the file with the name of the selected layer (not including the hidden layers, but including those visible). How could modify the script: 'Layer Comps To...
View ArticleRe: I need to create an action or script to save the file with the name of...
Say what? Could you please post a screenshot to illustrate the issue (original file and layer structure and the resulting files)?
View ArticleRe: I need to create an action or script to save the file with the name of...
For example: I have a file with several layers: - Article 1 (visible)- Article 2 (hidden)- Article 3 (hidden)- Article 4 (hidden)- Article 5 (hidden)etc..- Background (visible) Only Article 1 and...
View ArticleRe: I need to create an action or script to save the file with the name of...
If I understand correctly this would basically need »Delete Hidden Layers« and »Save As« – the first can be recorded with ScriptingListener.plugin and the second part can be done with DOM code. Is...
View ArticleRe: Copy Layer's Parent Name to Clipboard
thanks, this is perfect. I'll explain why: First, I select the Move tool and turn on 'auto select', which allows me to just left-click anywhere inside my photoshop document and it will automatically...
View ArticleRe: Copy Layer's Parent Name to Clipboard
which leads me to one last question - I'm trying to assemble a small script which make the group's parent layer active. Here's what I've done: var doc = app.activeDocument;var theParent =...
View ArticleRe: Copy Layer's Parent Name to Clipboard
You forgot to define »theLayer«. Inserting var theLayer = activeDocument.activeLayer;should work.
View Articlesunu
hi i want script for comparing all layers of psd with photo with its width and height ie one psd background is opened script will read the value of that psd's layer whether it is portraitor landscape...
View ArticleRe: I need to create an action or script to save the file with the name of...
Versione in Italiano e Inglese Salva il file col livello selezionato Grazie in anticipo per la risposta e per quelle che verranno (spero ...). Non sono così esperto da usare...
View ArticleRe: I need to create an action or script to save the file with the name of...
Versione in Italiano (Further down the English version) NB - Nella versione inglese ho messo tutte le immagini dei menu in italiano. Versione per Mac, ma credo sia identico per Windows.Ho la versione...
View ArticleHelp, cannot set references to Photoshop.Application in VBA
Hello, I have used CS5 in the past and have had a well-functioning VBA program (running within Access 2010) that ran fine, opens 32-bit Photoshop, and controlled photoshop CS5 normally, allowing me to...
View ArticleRe: I need to create an action or script to save the file with the name of...
Ho dimenticato di dire... Quando il file modificato 'Export Layers to Files.jsx' ha terminato la sua funzione sostituirlo con quello originale. Mi sembra ovvio... Credo che Adobe consenta la...
View ArticleRe: Help, cannot set references to Photoshop.Application in VBA
There are global keys that get overwritten with each version of Photoshop. Photoshop.Application for example gets set for each install of Photoshop. When you uninstalled CS5 those keys got removed. Can...
View ArticleRe: Help, cannot set references to Photoshop.Application in VBA
Hello Tom Thank you for this help. I am happy to report that upon uninstalling CS6 Photoshop (which I did before seeing your advice) and reinstalling it, the VBA app now works fine. Thanks again....
View ArticleRe: Copy Layer's Parent Name to Clipboard
Thanks, that works perfectly now. Combining AutoHotKey with Photoshop does wonders... I must have a few hundred scripts that I've programmed this past year to really improve my workflow is PS....
View Articlescript for width & height
i want to make script compare the value(width & height) of a layer and photo open in seprate tab in .jsx format in photoshop. is any sollution. ?
View ArticleRe: script for width & height
There may be a Scripting solution, but unless you provide a more clear description I doubt people will be able to help you well.
View ArticleCutting elements by alpha
Hi.I'm trying to cut elements in a document that has transparency (in this case lines of rasterized text) so that each element becomes a separate layer.I was wondering if there is anything in photoshop...
View ArticleRe: script for width & height
sir i need a script in which i need to compare 2 photo , the purpose for that is to identify portrait and landscape photo it layer compare in psd which contain near about 7 layer it may portrait or...
View Article