Blender Git Commits

Blender Git "master" branch commits.

Page: 797 / 5574

May 2, 2020, 04:12 (GMT)
Merge branch 'blender-v2.83-release'
May 2, 2020, 04:10 (GMT)
Revert "Outliner: Fix selection sync for various operators"

This reverts commit 92d62148bed1cf68ed674b4a9c6ba6440a697ca8.

When merging in from blender-v2.83-release the merge was somehow rebased
after viewing the log.
May 2, 2020, 03:42 (GMT)
Outliner: Fix selection sync for various operators

Add missing outliner selection sync tagging for various non-outliner
operators.
* Curve separate
* Grease Pencil separate
* Mesh separate
* Make instances real
* 3D view paste
* Sequencer paste
* Armature delete, dissolve, separate, duplicate, subdivide, extrude,
click extrude, primitive add
* Pose Group select, delete

Resolves T71404
May 2, 2020, 03:13 (GMT)
Outliner: Fix selection sync for various operators

Add missing outliner selection sync tagging for various non-outliner
operators.
* Curve separate
* Grease Pencil separate
* Mesh separate
* Make instances real
* 3D view paste
* Sequencer paste
* Armature delete, dissolve, separate, duplicate, subdivide, extrude,
click extrude, primitive add
* Pose Group select, delete

Resolves T71404
May 1, 2020, 21:55 (GMT)
Merge branch 'blender-v2.83-release'
Revision 7212dbd by Hans Goudey
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:41 (GMT)
Transform: Allow orientation change with custom matrix in modal
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: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.
May 1, 2020, 15:37 (GMT)
Cleanup: Animation, refactored FCurve interpolation

Early returns are used to heavily reduce code indentation and clean up
some code flow.

No functional changes.
May 1, 2020, 15:37 (GMT)
Cleanup: Animation, split FCurve interpolation into separate function
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021