Cleanup: use "num" as a suffix in: source/blender/blenlib

Also replace "num" with:
- "number" when it's not used to denote the number of items.
- "digits" when digits in a string are being manipulated.
This commit is contained in:
2022-03-30 17:26:42 +11:00
parent af3aaf8034
commit a8ec7845e0
49 changed files with 737 additions and 737 deletions

View File

@@ -51,7 +51,7 @@ typedef struct ScanFillVert {
unsigned int keyindex;
unsigned short poly_nr;
/** number of edges using this vertex */
unsigned char edge_tot;
unsigned char edge_count;
/** vert status */
unsigned int f : 4;
/** flag callers can use as they like */