Blender Git Loki
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