Blender Git Commit Log

All Blender Git commits.

Page: 1671 / 8462

May 1, 2020, 21:55 (GMT)
Merge branch 'blender-v2.83-release'
Revision 7212dbd by Hans Goudey (master)
May 1, 2020, 21:49 (GMT)
Fix T76062: Interpolate Radius in Curve Subdivide Special Case

Differential Revision: https://developer.blender.org/D7523
May 1, 2020, 21:42 (GMT)
Fix T75995: Cycles render artifacts with overlapping volumes

This is a workaround, but a proper solution requires significant changes to
ray intersection in the kernel.
May 1, 2020, 21:10 (GMT)
Fix T76309: changing AOV type does not update compositor socket
May 1, 2020, 20:59 (GMT)
Fix some LLVM symbols outside of the llvm namespace being public on Linux

This may help with T68052, crashes with Intel NEO OpenCL driver.
May 1, 2020, 20:58 (GMT)
Cleanup: compiler warning with clang 10
May 1, 2020, 20:58 (GMT)
Merge changes from patches and master
May 1, 2020, 20:41 (GMT)
Transform: Allow orientation change with custom matrix in modal
May 1, 2020, 20:20 (GMT)
Merge branch 'panel-list-patch-2' into panel-list-patch-3
May 1, 2020, 20:20 (GMT)
Merge branch 'panel-list-patch' into panel-list-patch-2
May 1, 2020, 20:20 (GMT)
Merge branch 'master' into panel-list-patch
May 1, 2020, 20:19 (GMT)
Merge branch 'master' into modifier-panels-ui
May 1, 2020, 20:03 (GMT)
Fx build error with MSBuild on Windows

Differential Revision: https://developer.blender.org/D7587
May 1, 2020, 19:28 (GMT)
Merge branch 'blender-v2.83-release'
May 1, 2020, 19:22 (GMT)
Fix T76033: VSE crash with prefetch, disk cache and meta strips

`BKE_sequencer_prefetch_get_original_sequence()` didn't look in metas
and returned NULL. This caused crash in disk cache that was trying to
read seq->name.

Add function that will look in meta strips recursively and condition
that seq must not be NULL.

Reviewed By: brecht

Maniphest Tasks: T76033

Differential Revision: https://developer.blender.org/D7597
May 1, 2020, 19:01 (GMT)
Outliner: Fix selection extend not toggling

An unintentional side-effect of rBfe7528ee919b was that when
extend-selecting a selected element in the outliner, it would be
deselected and activated rather than selected and activated.

This commit restores the expected toggling behavior. Consistent behavior
for extend-selecting child datablocks is not resolvable without a much
larger cleanup of the outliner select functions.
May 1, 2020, 17:30 (GMT)
Fix for T76281: Engine Info Overlay Formatting

Allow render engine info to display correctly among other text overlays and scene statistics.

Differential Revision: https://developer.blender.org/D7586

Reviewed by Brecht Van Lommel
May 1, 2020, 17:18 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/editors/gpencil/gpencil_paint.c
May 1, 2020, 17:17 (GMT)
Merge branch 'blender-v2.83-release'
May 1, 2020, 17:17 (GMT)
GPencil: Fix unreported noise using Market Chisel pen

The interpolated points recalculated the angle again and this added noise. The angle must not be calculated and must use the previous thickness.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021