Blender Git Loki
Git Commits -> Revision d9045c8
Revision d9045c8 by Ken Hughes (master) May 14, 2006, 14:12 (GMT) |
===Python API=== Make me.faces.sel and me.edges.sel behave like EM_select_face() and EM_select_edge() in source/blender/src/editmesh_lib.c. Script users should note that if they change ANY of the selection states (vertex, edge, face) and then call a mesh "tool" method (like me.remDoubles) that the selection states of the mesh MAY change, since these tools use the edit mode (which updates select states). |
Commit Details:
Full Hash: d9045c860bbb8c31c82938bba47e54b9ff31a7bf
SVN Revision: 7433
Parent Commit: eaa12a2
Lines Changed: +44, -109