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
Campbell Barton 785b90d7ef BMesh Py API: Fast index lookups for vert/edge/faces
This changes the Py API to use array lookup table.
Previously this could be very slow since it would loop over all elements.

Now the python script is responsible for creating the internal lookup table (as with C code).

This will break some scripts.
2014-10-28 10:03:54 +01:00
..
2014-10-07 15:47:32 -05:00
2012-02-22 09:19:53 +00:00
2014-09-17 18:36:17 +10:00
2014-10-07 15:47:32 -05:00
2012-03-16 21:39:56 +00:00