Revision 26c5a1c by Campbell Barton July 1, 2018, 18:12 (GMT) |
Cleanup: right shift in interface code |
Revision 192e5d6 by Campbell Barton July 1, 2018, 15:51 (GMT) |
Keymap: add generally useful popups to F-Keys 1..4 This allows key bindings: link/append and user-preferences to be accessed via keys - without having to assign keys to each action. - F1: Context sensitive help. - F2: File Context Menu. - F3: Search. - F4: Window Context Menu. Other keys F5..10, remain free, ideally they can be kept for user actions. |
Revision 71e65da by Brecht Van Lommel July 1, 2018, 14:48 (GMT) |
Fix T55687: compile error when not using c++11. |
Revision 9c5203c by Brecht Van Lommel July 1, 2018, 14:32 (GMT) |
Revision 36a9436 by Campbell Barton July 1, 2018, 14:22 (GMT) |
Merge branch 'master' into blender2.8 |
Revision ddee093 by Campbell Barton July 1, 2018, 13:57 (GMT) |
RNA: use bool for boolean RNA types We were using int's for bool arguments in BKE, just to avoid having wrapper functions. |
Revision 0c25881 by Rohan Rathi July 1, 2018, 13:25 (GMT) |
Cleanup of fix_normal_shading Fixed the edge crease that was present and also made significant performance improvements. |
Revision 3ec6f21 by Campbell Barton July 1, 2018, 08:32 (GMT) |
Cleanup: reduce variable scope |
Revision fadad17 by Campbell Barton July 1, 2018, 08:26 (GMT) |
Cleanup: avoid calloc when immediately overwritten |
Revision bc95c7a by Campbell Barton July 1, 2018, 07:23 (GMT) |
Cleanup: remove num argument prefix |
Revision 1c0aa4e by Campbell Barton July 1, 2018, 07:13 (GMT) |
Cleanup: RNA naming |
Revision b499854 by Campbell Barton July 1, 2018, 06:42 (GMT) |
Cleanup: use '_len' suffix for line stipple |
Revision ab6e23f by Campbell Barton July 1, 2018, 06:36 (GMT) |
3D View: use 3px dashed relationship line Seems this was accidentally doubled from 2.7x? |
Revision 0d31ab3 by Campbell Barton July 1, 2018, 06:28 (GMT) |
Revert "Experimental Tweak: Only show relationship lines between objects when either the parent/child object is selected" This reverts commit 912931964723cb69dafd4adebe3daf093e3e78c1. This meant users needed to select everything to see relationship lines, this isn't always easy since objects can have limit-selection set. This could be made into an enum option if it's important. |
Revision 24979cc by Campbell Barton July 1, 2018, 06:04 (GMT) |
UI: set default theme outline alpha The outline wasn't being set causing it not to draw. |
Revision 9daf6b1 by Campbell Barton July 1, 2018, 05:24 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 9738de8 by Campbell Barton June 30, 2018, 20:02 (GMT) |
Cleanup: use f-string |
Revision 6a13b63 by Campbell Barton June 30, 2018, 19:08 (GMT) |
UI: support check-boxes in quick menu Could support other RNA types, however menus don't work well in this case. |
Revision 7d48a34 by Campbell Barton June 30, 2018, 16:06 (GMT) |
Merge branch 'master' into blender2.8 |
Revision bea62c5 by Campbell Barton June 30, 2018, 16:05 (GMT) |
Cleanup: split out context member query |
|
|
|


Master Commits
MiikaHweb | 2003-2021