Blender Git Loki
Git Commits -> Revision f67e81e
Revision f67e81e by Campbell Barton (master) March 2, 2019, 14:29 (GMT) |
Cleanup: SDNA/DNA naming Use 'size' instead of 'len' to represent the size of data in bytes, 'len' is used for the result of 'strlen' or the length of an array in some parts of 'makesdna.c' & 'dna_genfile.c'. Also clarify comments and some variable names, no functional changes. |
Commit Details:
Full Hash: f67e81e295ac7da6857edc441e0ba582cfcd6424
Parent Commit: dc858a0
Lines Changed: +124, -124
7 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+4, -4) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_genfile.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_listBase.h (+4, -5) (Diff)
/source/blender/makesdna/DNA_sdna_types.h (+3, -3) (Diff)
/source/blender/makesdna/intern/dna_genfile.c (+21, -21) (Diff)
/source/blender/makesdna/intern/makesdna.c (+89, -88) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_genfile.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_listBase.h (+4, -5) (Diff)
/source/blender/makesdna/DNA_sdna_types.h (+3, -3) (Diff)
/source/blender/makesdna/intern/dna_genfile.c (+21, -21) (Diff)
/source/blender/makesdna/intern/makesdna.c (+89, -88) (Diff)