Blender Git Commits

Blender Git "master" branch commits.

Page: 1740 / 5574

May 24, 2018, 08:23 (GMT)
Workbench: in editmode the toggle xray option will be disabled

Z-Key was already taken by show hidden wires
May 24, 2018, 07:28 (GMT)
Workbench: define to enable/disable revealage buffer.
May 24, 2018, 07:28 (GMT)
Workbench: Revealage buffer
May 24, 2018, 07:27 (GMT)
Correct last commit
May 24, 2018, 07:08 (GMT)
Correct fix for view center

The view layers active object was not being copied.
May 24, 2018, 07:08 (GMT)
Revert "Fix COW view center for pose mode"

This reverts commit 485990e4aa38c182826e44cd36b1165bc8de7f95.
May 24, 2018, 07:03 (GMT)
Merge branch 'master' into blender2.8
May 24, 2018, 07:02 (GMT)
Fix T55034: Setting duplication group for multiple selected items only
affects one item

UI editing multiple selected items missed the case of PROP_POINTER
properties

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D3373
May 24, 2018, 06:48 (GMT)
Merge branch 'master' into blender2.8
May 24, 2018, 06:41 (GMT)
Fix Extend property of Lasso select tool in Mask editor not working

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D3361
May 24, 2018, 06:34 (GMT)
Fix T54336: Extend property of Lasso select tool in Node editor does not
work

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D3360
May 24, 2018, 06:27 (GMT)
Merge branch 'master' into blender2.8
May 24, 2018, 06:21 (GMT)
Fix T54336: Extend property of Lasso select tool in Node editor does not
work
May 23, 2018, 23:41 (GMT)
Fix T55137: Compilation failing on non-x86-64 architectures

Some conversion helper functions were (most likely by accident) contained
inside an ifdef for SSE2 support, so on e.g. ARM they would be undefined
and therefore cause compilation to fail.
Revision 6f20fcd by Julian Eisel
May 23, 2018, 20:38 (GMT)
UI: Global "Status-bar" Area (WIP)

* Add horizontal bar at bottom of all non-temp windows, similar to the Top-bar.
* Status-bar is hidden in UI-less fullscreen mode
* Current contents are preliminary and based on T54861:
** Left: Current file-path if needed. "(Modified)" note if file was changed.
** Center: Scene statistics (like in 2.7 Info Editor).
** Right: Progress-bars and reports
* Internally managed as own "STATUSBAR" editor-type (hidden in UI).
* Like with the Top-bar, Status-bar data and SDNA writing is disabled.
* Most changes in low-level screen/area code are to support layout bounds that differ from window bounds.

Design task: T54861
Main changes approved by @brecht.
May 23, 2018, 20:27 (GMT)
Fix INFO_MT_surface_add

It was a copy of `INFO_MT_curve_add` (I'm sure it was not intentional).
Revision 67598d3 by Joshua Leung
May 23, 2018, 18:30 (GMT)
Revert "Depsgraph: refresh RNA that doesn't need a full rebuild"

This reverts commit b4b745b72064ee7d3d8b0245ac8e8358b7fd07a3.

This was causing a problem in 01_025_A.anim.blend from the Spring
production files, where selecting one of Autumn's bones would
result in character jumping back to the origin.
May 23, 2018, 18:25 (GMT)
Fix T55166: crash joining areas

Caused by own commit 6e40b2de7ae8,

Tested w/o this call and can't find any errors so commenting the call.
May 23, 2018, 18:05 (GMT)
Fix curve not updating when scaling Bevel Object

Note the relationship we need is from the geometry/object to the curve data,
not the curve object.

Related to T55167, though when copy-on-write is enabled, we still get a crash.
May 23, 2018, 17:48 (GMT)
UI: popup panel operator, as we have for menus
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021