Blender Git Loki
Git Commits -> Revision d728253
Revision d728253 by Pablo Dobarro (master) May 27, 2020, 18:04 (GMT) |
CD_PROP_COL datalayer This implements a generic color datalayer and its functions. Based on D5975. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7838 |
Commit Details:
Full Hash: d7282537f0165b957efc6b0dc16208906f0202a8
Parent Commit: 80d6421
Lines Changed: +188, -3
5 Modified Paths:
/source/blender/blenkernel/intern/customdata.c (+148, -1) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+29, -0) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+6, -2) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+4, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+29, -0) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+6, -2) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+4, -0) (Diff)