Blender Git Commit Log
Git Commits -> Revision aafd71a
Revision aafd71a by Germano Cavalcante (master) October 12, 2020, 11:57 (GMT) |
Fix T81060: CustomData Correction sometimes breaks UVs and Vertex Colors `CustomData_bmesh_interp` use the same CustomData decryptor (in this case, `bm->ldata`) in both blocks. So make sure that all CustomData layers match. This commit also removes redundant `BM_elem_attrs_copy_ex` calls. Maniphest Tasks: T81060 Differential Revision: https://developer.blender.org/D9159 |
Commit Details:
Full Hash: aafd71a8a160bdf44ab3ccea37e88bb90b87a2ac
Parent Commit: ab65fe5
Lines Changed: +48, -7