DanielAllen
Explorer
DanielAllen
Explorer
Activity
‎Jan 28, 2025
03:14 AM
The getDataFolder() method is not available in scripts. You can run this as a script and it will throw an error. const uxpfs = require("uxp").storage;
const ufs = uxpfs.localFileSystem;
try {
const dataFolder = await ufs.getDataFolder()
} catch (e) {
console.log(`Local File system error: ${e}`);
}
... View more
‎Jun 30, 2024
02:52 AM
I've only ever had this set to More Stable, so I can't say for sure it is what's going with you, but I'd say there's a good chance.
... View more
‎Jun 04, 2024
06:39 AM
1 Upvote
We wanted to update this thread that the issue was fixed with the release of 25.6. If you are still having this issue with the most recent Ps version, please start a new thread with your information so the team can investigate further.
Thanks,
Cory - Photoshop Product Manager
... View more
‎Nov 25, 2023
09:03 PM
2 Upvotes
Moderators, @Rikk Flohr: Photography, please merge with this Idea, where others are asking for mechanisms to determine which parts of the photo are in focus: https://community.adobe.com/t5/lightroom-classic-ideas/p-find-the-sharpest-photo-based-on-the-eyes/idi-p/12249699
... View more
‎Nov 25, 2023
09:03 PM
2 Upvotes
Moderators, @Rikk Flohr: Photography, please merge with this Idea, where others are asking for mechanisms to determine which parts of the photo are in focus: https://community.adobe.com/t5/lightroom-classic-ideas/p-find-the-sharpest-photo-based-on-the-eyes/idi-p/12249699
... View more
‎Jan 22, 2023
01:08 PM
1 Upvote
Quick update: it just happened again, so changing the canvas setting didn't help, nor did updating all my drivers. Not sure if this helps (or is relevant) but the last thing I did before this started happening was go into Select and Mask with multiple layers present in the canvas and click on the Select Subject button (but I've done this plenty of times without having the problem, so I doubt that's the repro step.) The layer I was masking had a Liquefy Smart Filter on it (again, I do this all the time, so I don't think that has anything to do with it.) I had 3 documents open and after the problem started, they all behaved this way and I had to save and close PS to have it stop doing it. I just reopened my files to the same state as before I did the above steps again, but didn't have the problem.
... View more
‎Dec 31, 2020
02:18 PM
Thank you again for replying but I think you might misunderstand what I'm developing. I'm not creating a plugin, rather it's a panel. But Adobe said in the documentation that they're not going to refer to them as "panels" anymore and instead are going to call everything a "plugin"...so I was trying to use the terminology they asked us to us. You're right, if it was a compiled plugin that was being run, I wouldn't need to worry about history states at all. I have a panel that I bought called "Infinite Unify" that does what I'm trying to do. When you move a slider, it adjusts the image in real-time yet only adds one entry to the History panel. So I'm sure there must be a way to do it. Maybe I'll try to debug the panel and see if I can figure it out or, if nothing else, reach out to the developer to ask for a tip. Thanks again for replying. Happy New Year to you and yours!
... View more