Blender Git Commit Log
Git Commits -> Revision 102c228
Revision 102c228 by Geoffrey Bantle (master) June 26, 2011, 20:23 (GMT) |
Brought back select by number of vertices and select loose verts/edges: ---------------------------------------------- Split select by number of vertices and select loose verts/edges into seperate functions. Previously select by number of vertices was also accessed through two different UI items, "Select Quads" and "Select Triangles". Now it is one function with a integer property for selecting the size of the face you want selected. Also added an option to modify the behavior of the selection. Can now select whether you want to select faces that have vertices equal to, less than or greater than the number of vertices in operator property. |
Commit Details:
Full Hash: 102c228ef87e522e8b60b1777528d88ebada8dde
SVN Revision: 37834
Parent Commit: 211db03
Lines Changed: +79, -34