Blender Git Commit Log
Git Commits -> Revision c1e48c0
Revision c1e48c0 by Campbell Barton (master) November 15, 2014, 13:40 (GMT) |
UI: cleanup next/prev order in menu code Recent flag re-order broke it since bits overlap, but logic here was far too complicated & fragile, Checked the type of each button when testing which direction to handle events as well as block direction. Now store the block-flipped state as a flag. |
Commit Details:
Full Hash: c1e48c0ff085f9f575dc596c9e97f5f67137c8a6
Parent Commit: 694f15d
Lines Changed: +36, -50