Blender Git Commit Log

All Blender Git commits.

Page: 3258 / 8462

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:31 (GMT)
Merge branch 'blender2.8' into greasepencil-object
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 24, 2018, 06:17 (GMT)
Remove unused 'Axes' mode for follicle drawing.
May 24, 2018, 05:57 (GMT)
Update follicle binding after changing groom hairs.
May 24, 2018, 01:51 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr
May 24, 2018, 01:49 (GMT)
Edge thinning shader ok
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.
May 23, 2018, 20:59 (GMT)
Ringfence possible NaNs with degenerate hair geometry

There are two ways: radiance (F) and intersect position (sd->P)

F comes from invalid core distance, sd->P from invalid intersect position
(which is usually caused from a NaN in ray->t, outside our shader)
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).
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
May 23, 2018, 17:35 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 23, 2018, 17:35 (GMT)
WIP: Fix errors converting old 2.7 files

The brushes were not created and the palette must be removed.

The operator only works if Eevee engine is enabled. Cycles engine selected always fails.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021