Blender Git Loki
Git Commits -> Revision 6cc88e3
Revision 6cc88e3 by Jeroen Bakker (master) July 14, 2020, 15:41 (GMT) |
Fix T78431: Update mesh_cd_layers_type_ to support 8 bytes. Sculpt vertex colors changed the `DRW_MeshCDMask` from 4 bytes to 8 bytes, but the functions assumed it still was 4 bytes. This patch updates the functions and adds a compile time check. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D8215 |
Commit Details:
Full Hash: 6cc88e330bf1fb34aecd7a5ecba53910db59d8cb
Parent Commit: 2ba1cf4
Lines Changed: +11, -4