-
Notifications
You must be signed in to change notification settings - Fork 38
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
New Constraint: Layer Permutations #89
Comments
Hi, could you elaborate on how the layers should be combined? Not sure if I understand - I'm assuming that for Either way, I'll think about it, although this seems to be a candidate for a completely separate plug-in that creates these permutations and then Export Layers would be used to export all the created combinations. |
a and b are layer groups, while the digits are the actual layers in those groups. |
So when I take |
The way they're ordered and combined would be how gimp normally does layers. |
You could try inserting the following code into Filters -> Python-Fu -> Console:
This actually does not use Export Layers at all. If you still need to leverage additional features from Export Layers (such as custom procedures), I think the only way to achieve this is to:
|
I'd like to request a constraint to export layer group permutations,
for example if i have the structure
I'd like to get a1b1.png ,a1b2.png ,a2b1.png and a2b2.png.
Would such a feature be possible?
The text was updated successfully, but these errors were encountered: