Re: Need help cleaning up a script and adding loop
you can take the scripts once again, I've added the saving for the smart object... as for the first problem I really don't know what's happening, in my tests it didn't happened that... maybe you can...
View ArticleHow to update html pannel when selecting layer?
Hi scripting friends.I'm making a panel to display selected layer name.Even Notifier is not work for this.Thanks for help!
View ArticleRe: Add selection as add and intersect commands combined
Sorry it didnt come out in the right order, as i posted these from my mobile phone. i hope you get the idea
View ArticleRe: Add selection as add and intersect commands combined
I guess via a work-around (using paths possibly) it might be possible if a bit inconvenient and slow.
View ArticleRe: Add selection as add and intersect commands combined
can You please explain more how it can be done?
View ArticleDocument canvas size / layer distribution
I have installed Dr.Browns 2.3.1 services on Photoshop CC 2014. I would like to create a script to enhance the Dr.Brown's place-a-matic 8bit script.The script will run after the place-a-matic 8 bit...
View ArticleRe: Need help cleaning up a script and adding loop
Awesome! Thanks again! You've been so helpful. I will test this and get back to you if I have any questions! As for the issue, Here's a PSD that illustrates the issue. It seems that if you have the...
View ArticleRe: Need help cleaning up a script and adding loop
one other thing, how do I change it from saving as PSB to PSD? Thanks!
View ArticleRe: Need help cleaning up a script and adding loop
Sorry, one more little thing. Is it possible to name the saved smart object the name of the layer in the main document. My workflow idea was to go through and rename all the SO's to the name I'd save...
View ArticleRe: How to update html pannel when selecting layer?
In HTML make sure you register for events correctly. See these instructions: http://www.davidebarranca.com/2014/02/html-panels-tips-7-events-photoshopregisterevent-pho toshopcallback/ Make sure you are...
View ArticleRe: Need help cleaning up a script and adding loop
you can take the scripts once more, tell me if that's what you want for saving the SO as for the reported scale I couldn't do anything, I'm guessing because of the pixel snap it forcing the scaled...
View ArticleRe: Need help cleaning up a script and adding loop
Awesome! If the scale can't be fixed so be it, it's still a huge time saver. I'll test this out and t let you know how it goes! thanks again!
View ArticleRe: Need help cleaning up a script and adding loop
One thing I'd like to do is clean this up so that I have 2 scripts, one that just goes and puts in all the labels like before, and another that goes through and saves out the SO's as their own PSDs....
View ArticleRe: splitting layer into RGB layers in a group - newbie
I looked around and finally did this by creating actions and then calling the actions. I then added a loop that loops around all selected layers, using what I found...
View ArticleRe: Need help cleaning up a script and adding loop
Nevermind, I figured it out! Although maybe you can help me figure out my next challenge. I've got the smart object open and i'm doing a trim of transparent pixels. that works great. Now I want to...
View ArticleRe: Need help cleaning up a script and adding loop
you can check if the reminder of the width and height of your document is 0 like this:var wdth = app.activeDocument.width;var hght = app.activeDocument.height;if(wdth % 4 == 0){ alert("width is...
View ArticleNeed help rewriting a Android Asset Export Script
Hello, im in the process of exporting tons of Assets (mainly Icons) for Android in various resolutions (xxhdpi,xhdpi...) I stumbled upon a great script by Gaston Figueroa (Blog | Export to Android...
View ArticleRe: Need help cleaning up a script and adding loop
Awesome. Any idea how to add this to the following script listener bit that changes the canvas size? / =======================================================var idCnvS = charIDToTypeID( "CnvS" );...
View ArticleRe: Re: Need help cleaning up a script and adding loop
So I found another script you wrote on the forums that effects the canvas size, just need help with the math bits. Here's what I've got now: if (app.documents.length > 0) { var myDocument =...
View Article