Blender Git Commit Log
Git Commits -> Revision 7b25ffb
Revision 7b25ffb by Sybren A. Stüvel (master) May 23, 2017, 15:27 (GMT) |
Fix T51534: Alembic: added support for face-varying vertex colours Houdini writes vertex data in a different format than Blender does; Houdini uses "face-varying scope", which means that the vertex colours are indexed by an ever-increasing number over all vertices of all faces instead of the vertex index. I've also merged the read_custom_data_mcols() and read_mcols() functions, because the latter was only called from the former, and the changes in this commit would add yet more function parameters to pass. |
Commit Details:
Full Hash: 7b25ffb618dd7509d425f7a5891c64d4a3668743
Parent Commit: cc0cc88
Lines Changed: +98, -43