Blender Git Loki
Git Commits -> Revision 21c88df
Revision 21c88df by Julian Eisel (master) February 16, 2016, 14:04 (GMT) |
Fix items in mode pie changing position by supporting more than 8 items in operator-enum pies Now a 'More' item is added to the pie when there are too many items. It opens a sub-pie that contains the remaining items. Note that this only touches operator-enum pies (like the object mode pie is), it is not a complete support for pies with more than 8 items. For this further design and code work would be needed, but this is too urgent to wait for that. This is a better fix for T46973, should definitely be applied for 2.77 release. Patch D1800 by myself with some edits by @campbellbarton, thanks! |
Commit Details:
Full Hash: 21c88df7c73dc35134de061a89b088985bbccadb
Parent Commit: 8f94478
Lines Changed: +247, -83