Blender Git Commit Log

Git Commits -> Revision a58dc25

Revision a58dc25 by Jacques Lucke (master)
June 10, 2020, 13:47 (GMT)
Cleanup: improve custom data type names

This is related to T76659.

This just renames data type names to `CD_PROP_STRING`, `CD_PROP_FLOAT`
and `CD_PROP_INT32`. It makes them a bit more specific and removes
unnecessary abbreviations.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D7980

Commit Details:

Full Hash: a58dc25b077bfacf88bcdb8077633f30a049b96a
Parent Commit: cc26041
Lines Changed: +93, -90

11 Modified Paths:

/source/blender/blenkernel/intern/customdata.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/multires_unsubdivide.c (+10, -10) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+6, -5) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+5, -5) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+5, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+12, -10) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+7, -7) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+21, -21) (Diff)
/source/blender/modifiers/intern/MOD_weighted_normal.c (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+18, -18) (Diff)
/tests/gtests/bmesh/bmesh_core_test.cc (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021