Commit Graph

3 Commits

Author SHA1 Message Date
ccdacf1c9b Cleanup: use '_len' instead of '_size' w/ BLI API
- When returning the number of items in a collection use BLI_*_len()
- Keep _size() for size in bytes.
- Keep _count() for data structures that don't store length
  (hint this isn't a simple getter).

See P611 to apply instead of manually resolving conflicts.
2018-02-15 23:39:08 +11:00
d47d263b4b Cleanup: style 2017-12-04 16:37:31 +11:00
311da4cd16 Cleanup: rename edge -> edges 2017-11-26 20:13:18 +11:00