Blender Git Commit Log

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

3 Modified Paths:

/source/blender/io/alembic/intern/abc_customdata.cc (+39, -4) (Diff)
/source/blender/io/alembic/intern/abc_customdata.h (+10, -0) (Diff)
/source/blender/io/alembic/intern/abc_reader_mesh.cc (+25, -16) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021