Blender Git Commits

Blender Git "master" branch commits.

Page: 1703 / 5574

June 9, 2018, 16:58 (GMT)
Merge branch 'master' into blender2.8
June 9, 2018, 16:55 (GMT)
RNA: remove Layout.introspect

This was added as an experiment to extract information for docs
but this was never all that useful for its intended purpose.
June 9, 2018, 16:48 (GMT)
Merge branch 'master' into blender2.8
June 9, 2018, 16:47 (GMT)
Cleanup: unused functions
June 9, 2018, 16:15 (GMT)
UI: always show popover subpanel header text
June 9, 2018, 16:03 (GMT)
UI: fix popover subpanel header display
June 9, 2018, 15:38 (GMT)
UI: use draw_header function for popover buttons

Add 'is_popover' for panel draw functions to check if they're in a popup.
This puts dyntopo toggle next to the popover.
June 9, 2018, 14:54 (GMT)
Add new GridFlow layout.

This mimics the 'spreadsheet' behavior. Columns and/or rows can have
equal sizes, or adapt to their content - but always in a grid way (i.e.
all items in a same column will always have same available width, and
all items in a same row will always have same available height).
Also, you can fill (order) the grid in a row- or column-major way.

Not used anywhere for now.

Differential: https://developer.blender.org/D2395
June 9, 2018, 14:39 (GMT)
Cleanup: style
June 9, 2018, 13:18 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/editors/space_view3d/drawobject.c
June 9, 2018, 13:17 (GMT)
Cleanup: remove some G.main usages.
June 9, 2018, 12:43 (GMT)
Merge branch 'master' into blender2.8
June 9, 2018, 12:40 (GMT)
Cleanup: trailing space in RNA
June 9, 2018, 12:30 (GMT)
Cleanup: style
June 9, 2018, 12:21 (GMT)
UI: initial support for parent panels in popovers

Currently this just includes the panels, no support for collapsing yet.
June 9, 2018, 10:57 (GMT)
RNA: revert object mode re-order

This was done so numbered shortcuts made sense.
Now order matches master.
June 9, 2018, 10:56 (GMT)
Merge branch 'master' into blender2.8
June 9, 2018, 10:53 (GMT)
GHOST/X11: Print the keycode w/ debug enabled
June 9, 2018, 10:41 (GMT)
Workbench: Fix incident vector calculation.

This fixes specular in perspective view.
June 9, 2018, 10:41 (GMT)
Workbench: Fix xray normal not being normalized.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021