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/python/intern
Campbell Barton 3a2ce2be83 Py/RNA api - real collection iterator
Previously the api just converted the collection to a list and got the iterator from the list to return.

This has the advantage that it uses minimal memory on large collections where before it would make an array.

Though the main reason for this change is to support a bugfix for collections which free memory when they are done, this currently crashes the python api since once the list is built, the data is freed which is used by the list items in some cases (dynamic enums for eg).
2011-03-03 07:41:09 +00:00
..
2011-02-27 20:10:08 +00:00
2011-02-27 20:10:08 +00:00
2011-02-27 20:10:08 +00:00
2011-02-27 20:10:08 +00:00
2011-02-27 20:10:08 +00:00
2011-02-27 20:10:08 +00:00
2011-03-02 05:06:43 +00:00
2011-02-27 20:10:08 +00:00
2011-02-27 20:10:08 +00:00
2011-02-27 20:10:08 +00:00
2011-02-27 20:10:08 +00:00