Blender Git Commits

Blender Git "master" branch commits.

Page: 1661 / 5574

June 30, 2018, 15:43 (GMT)
RNA: check for 3D view overlay/shading

Use to calculate paths for the info window.
Revision b08fa7a by Julian Eisel
June 30, 2018, 15:01 (GMT)
UI: Support status-bar hiding

Just like the top-bar, the status-bar can now be hidden/collapsed by dragging
its edge. We display a small line with the editor outline color then, so there
is something that can be dragged up to un-collapse the area again.
This collapsed state is not written to files yet.
June 30, 2018, 14:00 (GMT)
UI: correct menu label comparison
Revision 7f4ce6c by Julian Eisel
June 30, 2018, 13:41 (GMT)
Fix corrupt screen when splitting areas after collapsing top-bar
June 30, 2018, 12:17 (GMT)
DNA: rename operator idname
June 30, 2018, 11:52 (GMT)
Merge branch 'master' into blender2.8
June 30, 2018, 10:31 (GMT)
Cleanup: remove unused context arg to menu
June 30, 2018, 10:08 (GMT)
UI: support adding menu's to favourites
June 30, 2018, 08:58 (GMT)
UI: move queries into interface_query.c
June 30, 2018, 08:56 (GMT)
Merge branch 'master' into blender2.8
June 30, 2018, 08:49 (GMT)
UI: Add 'interface_query.c'

Interface files are increasingly mixing up too much functionality,
add a file only to handle queries.

More functions can be moved/added here.
June 30, 2018, 08:32 (GMT)
Merge branch 'master' into blender2.8
June 30, 2018, 08:32 (GMT)
Cleanup: rename bmesh_queries -> bmesh_query

Other files with the same purpose already used 'query'.
June 30, 2018, 08:20 (GMT)
Keymap: 2.7x, use fractions
June 30, 2018, 08:06 (GMT)
Keymap: 2.7x uses spacebar for search.
June 30, 2018, 08:04 (GMT)
UI: add operator search to edit-menu

While this is most useful to access from an active-region,
it's not discoverable without a menu entry.
June 30, 2018, 07:29 (GMT)
Merge branch 'master' into blender2.8
June 30, 2018, 07:25 (GMT)
Cleanup: use f-string
Revision 1f1c2d8 by Julian Eisel
June 29, 2018, 23:56 (GMT)
Cleanup: Move area geometry management into an own file

Area geometry management is quite complex and not easy to get into. We should
gradualy build an API that abstracts away this complexity.
Revision a55b00b by Julian Eisel
June 29, 2018, 22:42 (GMT)
Fix a number of small errors in area coordinate handling

For example collapsing the lower part of the topbar with 2x interface scale
would hide the top-bar header region. There were also more asserts when changing
window size and moving area edges afterwards (same assert as in T55298).
Fixes are similar to e626998a262ebe4f.

With all the recent fixes I've done, area geometry handling should be stable
again. Let's hope I'm right :)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021