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

[QUESTION] Incompotible traits settings not working #75

Closed
DomWane opened this issue Sep 2, 2022 · 3 comments
Closed

[QUESTION] Incompotible traits settings not working #75

DomWane opened this issue Sep 2, 2022 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@DomWane
Copy link

DomWane commented Sep 2, 2022

Hi, I'm trying to generate collection but incompatible settings not working.

These are my settings for incompatible traits:

incompatibleTraits: {
"Hair/AllTraits": [
"Hat/AllTraits",
]
}

I also also tried to specify the first input but it's still not working and "Hair/Double_Blue" gets generated with "Hat" layer:

incompatibleTraits: {
"Hair/Double_Blue": [
"Hat/AllTraits",
]
}

Am I doing something wrong?

AllTraits - "*"

@DomWane DomWane added the question Further information is requested label Sep 2, 2022
@thepeanutgalleryandco
Copy link
Owner

@DomWane there is no such thing as AllTraits or *. That doesn't work, you will need to list the items individually. Also take careful note of your filenames vs what you are naming the trait in the list.

Hat/Test#10.png would be 'Hat/Test'
Hat/Test2 #10.png woulf be 'Hat/Test2 '

Take note of the space on the 2nd example.

@DomWane
Copy link
Author

DomWane commented Sep 3, 2022

Thank you very much for response! I thought you can list all items by adding star symbol like you described here: #15 (comment)

@thepeanutgalleryandco
Copy link
Owner

That is how the original author explained it, but after testing it, i saw its not working. I removed it from other places, will still remove from that ticket.

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

No branches or pull requests

2 participants