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/bmesh
Campbell Barton df3f3dff3b patch [#31925] Add a BMElemSeq.sort() method
from Antonio Ospite (ao2)


wrap bmesh sort function for python api, eg:

 bm.faces.sort(key=lambda f: f.material_index)
2012-07-22 21:13:32 +00:00
..
2012-07-04 15:04:38 +00:00
2012-02-23 05:20:09 +00:00
2012-03-21 05:33:37 +00:00
2012-05-01 06:50:43 +00:00
2012-07-16 23:23:33 +00:00
2012-03-16 05:03:13 +00:00
2012-02-23 05:20:09 +00:00