hmmm there is something important to understand here. "Autosave" is not a simple script doing a ctrl+S for you every X minutes. Interesting point of the "Save" features is about keeping history of your saved work. Then yes, to save automatically your file, but not on the same file. Imagine Photoshp crashes saving your…
wow... hmmm I do not know what to say, idea is great but I am not sure I can do that with Javascript... O_o... Maybe need to go in the Photoshop API for that... Problem with Photoshop is when you start a script it will automatically stop the current action of the user, I do not success to run my script and to work with…
With Javascript it seems the only way to keep running a script when working underphotoshop is using Bridge.... :( Then you will need to start it if you want the autosave script ...
I will try to create a create script for that :) What do you want exactly? - Possibility to change the delay of the save? - To create a directory near your PSD with the history of your PSD files and to call it 001, 002, 003, etc? - To choose how many Autoback files the hisotry will keep in you directory? Let me know and I…
If the autosave script idea does not work in the end, there are other possible approaches. I really like the little timer bar in Mudbox, flashing red when it's really time to save. Not intrusive at all but works quite well. I am sure something similar could be run within the Photoshop interface!
Hi guys, I update this thread saying I found a solution about an auto save function under Photoshop... As Lamont said on the top using a cmd file it will launch my Javascript function. It works well, and this seems to be very transparent. There is a DOS window staying open in window. But you can reduce it in the task bar.…