That has nothing to do with Smart Object, you simply have not unchecked 'Always Create Smart Objects When Placing' in General Preferences. You can keep Smart Objects though if later you want to relink them to other .pngs, or simply replace embedded content. All smart objects will refresh at once on...
Try this script in place of your previous. It's going to open .psd, read .txt coordinates, and put trees from bottom subfolder on their map spots: My god, that ran atleast 3 times faster! ...and I've got just a sketchy idea on what happens inside of your fast Action Manager script, Few questions ap...
It's possible to do by 2 methods you described, I did initial research on finding the different components, which were required for both of my planned algorithms/methods to work, so I know it should be possible to execute them. ...and it wouldn't be so slow when you know how to do it. Agreed - alth...
You won't find it on internet. I looked lately too, and even if you understood AM you had to think up workaround to imitate simulate brush click. Considering your much greater experience with PS development than mine, I see now that this is not that simple to do. What you need it for? I'm using it ...
Forget of slow Document Object Model and learn fast Action Manager to do what you want in 2 - 3 seconds. Thanks, Kukurykus - Until now I wasn't aware why so many people use it, since I thought that it was more logical to use DOM because of the better readability of the code. Unfortunately my proble...
Hey guys, The web showed me no clues, while I was trying to figure out how to simulate a brush click - via function that takes a 'Point' as argument: // SimulateBrushClick([200, 200]) function SimulateBrushClick (Pt) { var docRef = app.activeDocument; docRef.pathItems.removeAll() var arrPathPt = new...
Hi everyone, File->Scripts->Load Files into Stack... and I'm loading a bunch of .pdf files as layers into my newly created .psd - Since the layers get names such as "LayerName.pdf", I'm wondering how I would iterate over them and right-trim the ".pdf" from their name? (with JS pr...