Blender Git Commit Log

Git Commits -> Revision 1531e36

Revision 1531e36 by Campbell Barton (master)
March 3, 2012, 22:07 (GMT)
bmesh py api
* add BLI_rfindlink for reverse index lookup (used so bm.select_history[-1] doesn't have to loop the entire list twice).
* add bm.select_history.active so you can get the last selected item or None without having to check seq length.

Commit Details:

Full Hash: 1531e3677a639b9265d26d73e3bc5ee21e996af8
SVN Revision: 44625
Parent Commit: 685fda4
Lines Changed: +60, -22

5 Modified Paths:

/source/blender/blenlib/BLI_listbase.h (+2, -1) (Diff)
/source/blender/blenlib/intern/listbase.c (+15, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_select.c (+35, -13) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+2, -2) (Diff)
/source/blender/python/generic/py_capi_utils.c (+6, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021