Blender Git Loki
Git Commits -> Revision 1f1f1d9
Revision 1f1f1d9 by Kévin Dietrich (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
Alembic: support reading per-vertex UV sets This adds support for importing UV sets which are defined per vertex, instead of per face corners. Such UV sets can be generated when the mesh is split according to UV islands, or when there is only one UV island, in which cases only a single UV value can be stored per vertex since vertices will never be on a seam. Reviewed By: sybren Differential Revision: https://developer.blender.org/D11584 |
Commit Details:
Full Hash: 1f1f1d9a8a9fdc9de71efbc39925e4ca8e050201
Parent Commit: b786aae
Committed By: Dilith Jayakody
Lines Changed: +74, -20