Page 2 of 2

Re: Default scrips location

Posted: December 28th, 2019, 8:14 am
by jsachs
For the next release, when you run a script that was saved without image names, when PWP asks for a pathname it starts lookin in your default folder if the original file was opened using File/Open from Default. Otherwise it will start at the folder from the last File Open. This avoids having to add more settings to the File Open dialog box and should probably do what the user intended almost all the time.

Re: Default scrips location

Posted: December 28th, 2019, 8:42 am
by jsachs
It turns out you can convert existing scripts or workspace scripts to open from your default folder by editing the script file using Notepad and changing from_default 0 to from_default 1. If your script opens more than one file, you will have to do this for each one. The next release will set this automatically based on how you opened the original file.