July 30, 2014, 12:57 (GMT) |
* Move view pie to sticky space (to avoid clashes with many add-ons) * Fix naming |
July 30, 2014, 12:40 (GMT) |
add ui_radial_dir_to_num lookup to avoid long switch () |
July 30, 2014, 11:53 (GMT) |
Fix tooltips for numpad numbering |
July 30, 2014, 11:31 (GMT) |
use macro for numpad direction & deduplicate |
July 30, 2014, 11:24 (GMT) |
Numbers appear on pie menu items, showing which number corresponds to them |
July 30, 2014, 11:01 (GMT) |
Pie menus: Numeric input support. After a bit of thought, I chose a scheme based on directions, starting from top and going clockwise. We count empty positions too, so each number from 1-8 is bound to a specific direction. There are no text indicators on the menu items yet for the numbers. |
July 30, 2014, 10:25 (GMT) |
Clamp pies against window borders only, not screen borders. Added after Dalai's suggestion. Initially i was against this but clamping against editor area makes pies feel cramped indeed and more often than not causes a shift in the spawned menu position. It's not 100% certain still we'll keep this, but having a nice commit with the feature is not bad either. |
July 29, 2014, 20:49 (GMT) |
small cleanup against mater to avoid conflict when merge-testing with multiview |
July 29, 2014, 15:50 (GMT) |
Only modify outline of selected pie items. |
July 29, 2014, 15:42 (GMT) |
Proper fix for previous fix (tm) |
July 29, 2014, 14:19 (GMT) |
Manipulator property toggle did not work. Add toggle operator instead |
July 29, 2014, 13:46 (GMT) |
Proper fix of tooltips not exiting |
July 29, 2014, 13:13 (GMT) |
Fix tooltip sticking to button |
July 29, 2014, 13:08 (GMT) |
Pies: * Fix issue with repositioned pie menus * Reduce default animation time |
July 29, 2014, 12:36 (GMT) |
Change to pie iinteraction: After discussion with Campbell use combination of drag/click style interaction and ommit option: If initial button is released while the menu is still within the threshold then switch to click style. If not then do regular selection. |
July 29, 2014, 11:31 (GMT) |
Use UI_DPI_WINDOW_FAC define |
July 29, 2014, 10:53 (GMT) |
Pie radius scales correctly with DPI |
July 29, 2014, 10:48 (GMT) |
Bring back good ole regular menu here so people can use number accelerators as they are used to. |
July 29, 2014, 10:12 (GMT) |
Revert "Pie Menus:" This reverts commit 0d92435a71b8dfe7896a5f28b0ac778fdf383e15. The reason is that the operator needs greater changes for this to work correctly, may even better to have a new operator for this operation |
July 29, 2014, 09:44 (GMT) |
Pie Menus: * Editmesh selection pie can spawn combinations. * Remove extraneous flag from operators. |
|