This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Campbell Barton 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
..
2017-03-25 10:04:04 +11:00
2018-01-28 17:00:39 +11:00
2016-08-06 10:58:13 +02:00
2016-05-17 03:07:40 +10:00
2017-09-22 16:40:05 -04:00
2017-11-29 15:59:51 +01:00
2016-08-08 17:51:15 +02:00
2017-09-22 16:40:05 -04:00
2016-05-11 20:20:25 +10:00
2016-05-03 13:52:07 +10:00
2018-01-19 15:34:54 +11:00