Re: Re: Did CC 2014.2 break textItem.size?
Thanks, indeed this code yields text that is 50pt (actually, not quite)... But I can't get it to integrate with an existing script. When the .setFontSize() method is called, nothing else happens. The...
View ArticleRe: Return to Previous Tool
jj, it's throwing an error message: Error 25: Expected: ).Line: 94-> before = app.activeDocument.info.instructions.substr(0,app.activeDocument.info.instructions.indexO f("<Units>")); It...
View ArticleRe: Return to Previous Tool
This site messes up paste my script in my editor only has 90 lines....
View ArticleRe: Return to Previous Tool
If you want my scripts there in my crafting actions packageCrafting Actions Package UPDATED Aug 10, 2014 Added Conditional Action steps to Action Palette Tips.ContainsAction Actions Palette...
View ArticleRe: Return to Previous Tool
This site messes up paste my scriptI’ve also experienced such things – for example pasting code that contains three consecutive spaces but the posted line only has two consecutive spaces …
View ArticleRe: Creating a photoshop action to save a batch of images as patterns
Thanks to both of you - this is fantastic. It runs fine on Photoshop CC 2014, and I've converted thousands of .dds files from Windows to Mac using XNView (http://www.xnview.com/en/xnviewmp/) to convert...
View ArticleRe: Did CC 2014.2 break textItem.size?
Not exactly your question since I've never tried to set it, but reading the text size is a known challenge.. The thing is that text_item.size does not include the transforms either in the object or in...
View ArticleRe: Did CC 2014.2 break textItem.size?
I can't log in to the PS/JS forums website. When I can, I'll provide aresponse.
View ArticleRe: Did CC 2014.2 break textItem.size?
We are working on a fix for this issue.Use Action Manager code to set the entire text descriptor as shown above in the meantime.
View ArticleRe: Did CC 2014.2 break textItem.size?
Cross-posted from ps-scripts.com: 2014 TextItem.size bugby xbytor» Wed Oct 08, 2014 6:06 pm Text is contained in a TextItem object. One of it's it's attributes is 'size' for the font size. You can set...
View ArticleRe: Re: Did CC 2014.2 break textItem.size?
Hi, this also seems to work, at least in CC 2014. I haven't tested it fully, but it's shorter and doesn't seem to affect content or other text properties. That being said, I still hope Adobe gets a fix...
View Articlechange file names
Does anyone know how to change jpeg file names in a folder to a name name in an Excel record? Is this even possible to do it as an "action" or with some automation of some kind?
View ArticleRe: Did CC 2014.2 break textItem.size?
I recognize your superior solution and will use it instead of mine. Thanks.BTW, magic numbers like '808465458' give me the willies
View ArticlePhotoshop: Get a document's last modified date using ExtendScript?
I've written a script which saves out an image into different formats using parameters for each format as part of a texture pipeline for a game. I'd like to improve it by checking downstream textures'...
View ArticleRe: Re: Did CC 2014.2 break textItem.size?
Yep, agree on the willies But then again, most AM code does that to me.Btw, thanks for all your contributions to the scripting community. Much appreciated!
View ArticleRe: Re: Did CC 2014.2 break textItem.size?
It might be a coincidence, or some kind of private joke, but this magic number could be related to the meaning of life, since it is equal to:charIDToTypeID ("0042")
View ArticlegetFile
Hello. I can't figure out how to get the number of files of an existing folder nested in the the activeDocument.path. This piece runs without any problem: var myPath = app.activeDocument.path;var files...
View Article