Re: Delete anchor point(s)
No. There's a difference between deleting a point (with the delete key) which breaks the path and deleting an anchor point which removes it from the path (and does it's best to interpolate where the...
View ArticleRe: Selecting the brightest pixels
May i expect you to fix this code in the near future or it's quite complicated?
View ArticleRe: Delete anchor point(s)
As far as I can tell the only option would be to collect the info, delete, collect the changed info, then compare the two sets of path-related information, remove the whole path and create an amended...
View ArticleRe: Re: How to find number of lines in the text content?
Whenever the user inputs Shift-Enter, Photoshop inserts an [EOT] (End Of Text) control character (\x03 or \u0003) in the string.Also, in order to split the text according to multiple separators in only...
View ArticleRe: Script for deleting a pattern by name
This might suffice to get an Array of the Patterns’ names. // get array of patterns’ names;// based on code by michael l hale;// 2014, use it at your own risk;#target "photoshop-70.032"var ref = new...
View ArticleRe: How to find number of lines in the text content?
That's great, I am looking for exactly like this solution. And it is far far better than what I have in my mind. Thanks for saving my time.
View ArticleRe: layers effects visibility
yes, I wasn't sure how to word the question. Basically I wan the drawer closed. The visibility of the smart filter is already off.Make sense?
View ArticleRe: layers effects visibility
It does, but I am not optimistic about the task. Even Closing Groups in the Layers Panel was quite complicated via Scripting if I remember correctly … Are you on Photoshop 2014.2?
View ArticleScript hangs if Photoshop CC minimized
Encoutered a strange issue that my script fails to terminate if I minimize Photoshop while script running. The script itself seems to do everything, but the dialog window frame stays on screen. I.e....
View ArticleRe: Script hangs if Photoshop CC minimized
Matias Kiviniemido you can show us your script?How do you start your script if Photoshop is minimized? With double click in your explorer? Perhaps the script works if Photoshop isn't minimized. And...
View ArticleReturn to Previous Tool
I've managed to assemble a small script which: a) gets the current tool (brush tool, mixer tool, smudge tool, etc - whatever it may be- but let's assume that it's not the eraser tool). Then, an alert...
View Articletrigger action when file opens via bridge
Can something be done to trigger a photoshop action when a photoshop files are opened using the Load Files as Photoshop Layer command or using DR.Browns Services Place-A-Matic 8bit?The Scripts Events...
View ArticleRe: Script for deleting a pattern by name
Thank so much for your prompt reply.I am using Photoshop CS3 and i have converted this code to VB.Net, but i am getting error on below linetheNames(cnt) = patternNames.getString(cnt). Error Message :...
View ArticleRe: Script for deleting a pattern by name
I work on Macintosh (so no VB) and don’t have CS3 installed anymore, so I’m afraid I cannot help you troubleshoot the issue. Does the JavaScript code itself error out, too?
View ArticleRe: layers effects visibility
I had hoped the new menu item "Collapse All Groups" would affect Smart Filters in the Layers Panel, too, but it seems this only happens if there also is a Layer Style.
View ArticleRe: Script for deleting a pattern by name
I have not tried JS code, because don't know how to do it. Can you please explain what is "name" in below line. And which pattern names list it will give ?...
View ArticleRe: Script for deleting a pattern by name
"name" refers to the names of the patterns. You can run JavaScript code from ExtendScript Toolkit for testing and subsequently position the jsx file in the appropriate Scripts folder to have it...
View ArticleRe: Script for deleting a pattern by name
I downloaded Xtools and installed it. But, it is not allowing me to create .atn file. So I manually changed the path in the XML file and generated .atn file.Then tried to run Presetmanager.jsx file...
View ArticleRe: Script for deleting a pattern by name
I don’t understand what you are trying to do. To get a list of the Patterns’ names the code from post 2 should suffice. To delete the intended one you should use a for-clause to check for the name and...
View Article