October 30, 2018, 10:00 (GMT) |
Add library-hint to datablock search menus. We had those for ID templates, but it's also tremendously useful for regular ID pointers UI, since often you can get local and linked data-block with same exact name... Fetaure request from Spring team (and long due TODO...). |
October 30, 2018, 10:00 (GMT) |
GPU: Fix faulty mac gpu detection |
October 30, 2018, 05:20 (GMT) |
PyAPI: Use 'None' arg to clear header text |
October 30, 2018, 05:17 (GMT) |
PyAPI: Support for 'None' string args from Python This is needed because some RNA functions differentiate a NULL 'char *' argument from an empty string. Previously a NULL argument could be passed when the C definition defined the default as NULL and the argument wasn't passed which is a fairly hidden way of handling things. Now strings use `PROP_NEVER_NULL` by default which can be cleared for function arguments that allow None -> NULL. |
October 30, 2018, 03:14 (GMT) |
October 30, 2018, 00:49 (GMT) |
Sequencer: replace notifier /w message-bus |
October 30, 2018, 00:07 (GMT) |
Cleanup: keep RNA types sorted |
October 29, 2018, 23:57 (GMT) |
Fix memory leak in workspace menu |
October 29, 2018, 23:57 (GMT) |
UI: add uiItemMenuFN which frees it's argument |
October 29, 2018, 23:53 (GMT) |
UI: add uiItemMenuFN which frees it's argument |
October 29, 2018, 23:28 (GMT) |
Fix crash adding workspace |
October 29, 2018, 22:29 (GMT) |
UI: Support using Ctrl+Scrollwheel to cycle properties editor tabs Small side effect is that area operators (toggle fullscreen/maximized, duplicate area) are now displayed in RMB-menu. Makes sense anyway. |
October 29, 2018, 21:59 (GMT) |
UI: Move Properties editor context path into header This will probably be a temporary solution to fill empty space, for until we have a search button there. Hence, I made this optional using a compile flag. |
October 29, 2018, 21:55 (GMT) |
WM: correct description for header/status_text_set Make text a required argument for both. |
October 29, 2018, 21:50 (GMT) |
3D View: use 1.0 opacity for wpaint shading Now the colors are multiplied, faded color isn't useful to see weights. Matches 2.7x behavior. |
October 29, 2018, 21:40 (GMT) |
Eevee: Fix clearcoat materials not recieving AO |
October 29, 2018, 21:40 (GMT) |
UI: Fix Studio Light panel in user preferencies |
October 29, 2018, 20:47 (GMT) |
UI: Update Default Theme File After Recent Changes |
October 29, 2018, 20:44 (GMT) |
UI: Vertical Properties Editor Tabs Moves the Properties editor context switching to a vertical tabs region. Design Task: T54951 Differential Revison: D3840 The tabs are regular widgets, unlike the 'old' toolshelf tabs. This means they give mouse hover feedback, have tooltips, support the right-click menu, etc. Also, when vertical screen space gets tight, the tabs can be scrolled, they don't shrink like the toolshelf ones. The tab region is slightly larger than the header. The tabs are scaled up accordingly. This makes them nicely readable. The header is quite empty now. As shown in T54951, we wanted to have a search button there. This should be added next. Implementation Notes: * Added a new region type, RGN_TYPE_NAVIGATION. * Having the tabs in a separate region allows scrolling of the tab-bar, unlike the toolshelf tabs. We might want to remove the scrollbars though. * Added a new region flag RGN_FLAG_PREFSIZE_OR_HIDDEN, to ensure the tab region is either hidden or has a fixed size. * Added some additional flags to support fine-tuning the layout in panel and layout code. * Bumps subversion. |
October 29, 2018, 20:20 (GMT) |
UI: Support Displaying Enums as Tabs Adds `uiLayout.prop_tabs_enum(data, property, icon_only)` to BPY. |
|
|
|


Master Commits
MiikaHweb | 2003-2021