-
Notifications
You must be signed in to change notification settings - Fork 59
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
Layer naming and groups #2
Comments
I forked MMLayershots today and created a version that supports layer grouping. I managed this by replacing PSDWriter with SFPSDWriter. This is just something I threw together quickly so I did not create a pull request, but if you are interested the code is available at: http://github.com/ashikase/MMLayershots/tree/layer_grouping |
✓ Layer groups @ashikase I merged (ashikase/MMLayershots@33fcb94) back with 5a7fa5f, thanks! Also added you to the attribution section, hope it's ok. If you want any rewording, let me know. |
@vpdn Regarding grouping, did my first implementation meet your expectation ? Using container views as group, but limit depth to 10 levels ? If so, I will make a PR this afternoon. |
@nicolasgoutaland There's already an implementation by @ashikase, which I've extended on to check for the 10 level limit. It's in the feature branch right now and not merged yet: https://github.com/vpdn/MMLayershots/tree/feature/layer_groups I haven't tested it long enough, that's why it's not merged back yet. Maybe you can help review the branch. |
Ok, Just had a look.
|
Layers are currently all named "Layer". Would be nice to structure the layers into groups.
Would be cool to put sublayers into psd groups and rename "Layer" to something more meaningful: E.g.
The text was updated successfully, but these errors were encountered: