-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Use the vertex colors by default in gltf. #41007
Conversation
a58765f
to
7bac401
Compare
Closing as per the above, it's best to leave it up to users to set a default import preset for glTF that uses vertex colors if they know they'll benefit from it systematically. |
The GLTF spec says vertex colors need to be mixed with materials, so I don't know how to solve this. |
The model is then exported incorrectly, it shouldn't contain any vertex colors ... |
|
Well I thought that there was an import option for this, but obviously I must have been mistaken. Not sure what @reduz was referring to then. Let's reopen and assess further. |
Will rebase when I have a free moment. |
7bac401
to
43424e1
Compare
Thanks! |
3.2 PR: #41149 (Sorry for the spam here, github keeps referencing old rebased commits and and doesn't have a |
Cherry-picked for 3.2.4. |
Fixes #21087