How to make a Droplet to create PSD from Raw file with Smart Object.
I am trying to create a Photoshop Droplet (PS version 23.2.2) that seems like it would be very simple. When 1 or more Raw files are sent to the droplet, the result is a saved PSD for each Raw file, with that Raw file as a "Smart Object" in the PSD and a Camera Raw preset applied. They would be saved to the original folder where the Raw file was.
I have seen this question asked from the Adobe Bridge perspective, and I am not using Bridge. I want this to be done from a Photoshop Droplet.
User story:
1) I have:
abc123.RAF
abc124.RAF
2) I send them to droplet.
3) Result:
abc123.psd
abc123.RAF
abc124.psd
abc124.RAF
If I open abc124.psd, it will have the contents of abc124.RAF as a Smart Object layer with the edits from a previously saved preset that I can later edit in Camera Raw Filter.
I have been experimenting with droplets but cannot seem to get this to work. I have tried to learn PS scripting but have not been able to figure this out from that perspective either.
If it is helpful, the steps I am trying to automate are:
Open abc123.RAF in Photoshop. Camera Raw comes up automatically. I apply a preset. I hold SHIFT to "Open as Object", then immediately I save on my compurter as a PSD. (I currently have to navigate to find the folder that the Raw file was in, and that is not ideal. I read that I should be able to negate that step in a Droplet by choosing to "Override Action 'Save As' command" but I have not gotten that to work.)
In my head this does not seem very exotic, but I am having no luck getting it to work.
