Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: set default settings #26

Closed
moshed opened this issue Oct 2, 2014 · 15 comments
Closed

Feature Request: set default settings #26

moshed opened this issue Oct 2, 2014 · 15 comments

Comments

@moshed
Copy link

moshed commented Oct 2, 2014

The classic, default save folder, plus whatever options you can chose from already (only visible etc.) have the ability to set a default.

@skjorn
Copy link
Collaborator

skjorn commented Oct 2, 2014

Yeah, good one. I can relate. It's a SOB as well. I think PS added an option to store settings in registry in CS3, but it's not possible in prior versions (such as CS2 that I use and is also supported). Maybe we could store them in a special file somewhere in the home folder, but it sounds like a hassle to make it right. I'll keep it in mind though.

@moshed
Copy link
Author

moshed commented Oct 2, 2014

Are you also one of the devs? Thanks I really appreciate it!

@skjorn
Copy link
Collaborator

skjorn commented Oct 2, 2014

@moshed
Copy link
Author

moshed commented Oct 2, 2014

Awesome! Great work you guys are lifesavers.

@mikeledford
Copy link

I would love this feature as well. I'm currently exporting layers from 100+ PSD files and having my preferred defaults would be a great addition.

@antipalindrome
Copy link
Owner

@mikeledford What exactly are you trying to set as a default? If they are always the same I could write you up a version that has your defaults in it and send it to you. (Since you are doing so many right now)

But I agree that adding defaults in as a feature would be awesome, however I think we are still a ways out from implementing this feature.

@mikeledford
Copy link

I would like the folder to default to the previously designated one, not the parent of the PSD file. I also set the following:

Visible layers only
Keep filenames from layers
JPEG quality 9
Optimized
ICC profile

If you're far from implementing the option to save prefs, no worries. The script is already saving me hours in wait time a day. Previously it took about 15 minutes per export. Now it's down to 20 seconds.

@antipalindrome
Copy link
Owner

Here you go:
https://www.dropbox.com/sh/d43rnmsbw6scou8/AACouEyfbaz67tSAd_qf_Ev6a?dl=0
Let me know if I missed something or something doesn't work or isn't exporting properly, I kind of rushed through this.

EDIT Just realized I missed your first line, which is designating the previous directory not the parent. However there's no way for me to hard-code that for you so unfortunately that is something I can't help you with until we implement this feature. I would recommend just keeping it on your clipboard and pasting it into the "Folder" input after you click "Browse..."

@mikeledford
Copy link

Thanks for doing that, but I did run into an issue while exporting just 11
visible layers out of 228.

I'm running CS6 if that helps. Screenshot attached.

screen shot 2015-03-18 at 10 23 31 pm

@mikeledford
Copy link

Incidentally, I ran across this, but I'm not sure how hard it would be to implement it. I'm a novice when it comes to coding:

http:https://stackoverflow.com/questions/14388531/saving-per-user-or-per-document-preferences-in-a-photoshop-script

@antipalindrome
Copy link
Owner

That's strange, all I did was rearrange indexes/default values. I was running CC and it seemed to work ok. Unfortunately I won't have time to debug this for a while, I've got some big deadlines coming up at work.

Thanks for the stack overflow link though, it looks really helpful. I'll take a deeper look when I have some time.

@mikeledford
Copy link

No worries, I can live with it for now; it's still saving me a whole lot of
time and I am super thankful for that.

I ran into the same problem when I tried to do change the default values
myself. I just assumed I was doing something wrong.

@antipalindrome
Copy link
Owner

antipalindrome commented Apr 16, 2015

Hey @mikeledford! I've just updated the code. All things should be able to be saved as defaults. Simply configure it the way you want to and then hit the "Save Settings" button in the dialog.

If you have any errors with this please let me know. I'm running Photoshop CS6 on Windows 8 and I'm not getting any errors.

This was incredibly tedious to write, but I hope it helps you and others out quite a bit.

If it works, let me know too so I can close this ticket.

@mikeledford
Copy link

mikeledford commented Apr 16, 2015

Great timing! I will put it through the ringer this week and let you know if I have any issues.

Mike

On Apr 16, 2015, at 12:01 AM, [REDACTED] [email protected] wrote:

Hey @mikeledford! I've just updated the code. All things should be able to be saved as defaults. Simply configure it the way you want to and then hit the "Save Settings" button in the dialog.

If you have any errors with this please let me know. I'm running Photoshop CS6 on Windows 8 and I'm not getting any errors.

This was incredibly tedious to write, but I hope it helps you and others out quite a bit.

Thanks,
[REDACTED]


Reply to this email directly or view it on GitHub.

@skjorn
Copy link
Collaborator

skjorn commented May 3, 2015

Implemented for CS3+. Closing.

@skjorn skjorn closed this as completed May 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants