Blender Git Commit Log
Git Commits -> Revision d88ea6a
Revision d88ea6a by Geoffrey Bantle (master) June 27, 2011, 04:54 (GMT) |
Turned select vertex path back on and added back in selection history for bmesh->mesh and mesh->bmesh conversions: ---------------------------------------------- Select Vertex Path had wrong invoke callback (shouldn't have any?). Also selection history was not converted when doing bmesh->mesh or mesh->bmesh conversions. This meant that tabbing in and out of editmode would make your selection history dissapear. Undo pop would also not preserve selection history so any operators that relied on it would not work when you adjusted their settings. |
Commit Details:
Full Hash: d88ea6ab9128fdcda82beab2b4d38e27099c99e6
SVN Revision: 37844
Parent Commit: 102c228
Lines Changed: +66, -3