Blender Git Commit Log
Git Commits -> Revision fc22692
March 23, 2015, 11:23 (GMT) |
Fix for name collisions in compound properties when writing CustomData. This is not clearly documented for Alembic, but apparently properties inside compounds still need to be name uniquely for the whole object. This is somewhat involved for Blender's CustomData, because we have 5 different customdata elements for meshes (vert, edge, face, poly, loop) and each of these can have the same types and multiple layers of the same type ... |
Commit Details:
Full Hash: fc226923946de8e722fd7c151b14377821b86fbb
Parent Commit: 8519ec9
Lines Changed: +36, -21