This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/intern
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
..
2016-08-06 10:58:13 +02:00
2018-02-08 15:37:44 +01:00
2017-12-04 16:37:31 +11:00
2016-07-30 16:46:13 +10:00
2017-04-13 12:33:05 +03:00
2016-01-06 19:48:10 +01:00
2015-05-12 18:23:29 +10:00
2018-02-08 15:37:44 +01:00
2016-04-01 18:56:48 +11:00