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

Progressive saving #38

Closed
marv9n opened this issue Feb 3, 2015 · 3 comments
Closed

Progressive saving #38

marv9n opened this issue Feb 3, 2015 · 3 comments

Comments

@marv9n
Copy link

marv9n commented Feb 3, 2015

Hey, thanks for the great script! I'm looking for to tweak this slightly so that it can save out 'progressive' layers. So turning on one layer at a time from the bottom to show the final full composition.

Is this something that can be done? Would appreciate any help, thanks!

@antipalindrome
Copy link
Owner

Of course this is something that can be done. Currently in our script we hide all of our layers using a for loop, then we iterate over them one by one and make them visible, save them, then make them invisible again. If you took out the "make them invisible" again then what you'd end up with is a script like you describe.

I believe that currently layers are being saved from the top down, not bottom up. This is an easy change too if you'd like, where you just want to change the for loop so that instead of going from 0 to layer count, it goes from layer count to 0.

@marv9n
Copy link
Author

marv9n commented Feb 3, 2015

Thanks for your reply. After some hacking and slashing I got this working. I also ended up disabling the skip adjustment layers in conjunction with this. We want to create a sequence of images which showcase the result of artistic PS files. Thanks for the help.

@skjorn
Copy link
Collaborator

skjorn commented Feb 3, 2015

If you need some finer grained control, you can achieve the same with the default "Layer Comps To Files" script. You'd have to create the Layer Comps first, which is a bit more clicking, but it's still faster than exporting states one by one. And writing a script that would make progressive Layer Comps automatically would be much simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants