Blender Git Commit Log
Git Commits -> Revision a2b3831
Revision a2b3831 by Geoffrey Bantle (master) July 29, 2007, 08:36 (GMT) |
-> Selection functions and Mesh Iterators Selections should now be handled through the BME_select_vert/edge/poly functions. To check selection state use the BME_SELECTED macro. For iterating over the verts/ edges/polys or loops in a mesh use the BME_first and BME_next functions. |
Commit Details:
Full Hash: a2b38315919c1364341101833115f82020d665ef
SVN Revision: 11413
Parent Commit: ec260e1
Lines Changed: +101, -57