Blender Git Commit Log
Git Commits -> Revision 7fd0e22
Revision 7fd0e22 by Ken Hughes (master) April 7, 2006, 02:49 (GMT) |
Bugfix #4055: the "sel" attributes for faces/edges/verts were basically oblivious of each other, so setting/clearing the face edit mode select status did not set/clear the corresponding vertex select statuses. This patch makes a change of any select status recalculate the selection state of all edges an faces. One unresolved issue is what effect this should have on the recent edge mesh's stored selection. Currently changing the selection state will delete store selection info, but it may be desirable to emulate the stored selection (but I need to discuss how this should work in more depth with Geoffrey Bantle). As an added bonus (while I was messing with this), I added a "sel" attribute to edges so they are the same as faces and vert. |
Commit Details:
Full Hash: 7fd0e22f1ebd0b641534e00fbf9b09f52382bdbc
SVN Revision: 7220
Parent Commit: db80e25
Lines Changed: +189, -10