Blender Git Commit Log

All Blender Git commits.

Page: 418 / 8462

July 26, 2021, 12:06 (GMT)
Geometry Nodes: Fix vector math project bug

Implementation is incorrect compared to Cycles/Eevee.

Reported by @DrDubosc in comments of T88922.

Differential Revision: https://developer.blender.org/D12029
July 26, 2021, 11:57 (GMT)
Physics: Added visualisation for the slider constraint.
July 26, 2021, 11:19 (GMT)
extern: msgpack: add this header only library

This will allow serialization of the adaptive cloth mesh structure
more easily.

From the website: https://msgpack.org
MessagePack is an efficient binary serialization format. It lets you
exchange data among multiple languages like JSON. But it's faster and
smaller. Small integers are encoded into a single byte, and typical
short strings require only one extra byte in addition to the strings
themselves.
July 26, 2021, 10:57 (GMT)
VSE: Fix truncated label

Label for snapping current frame to strips was cut off and not very readable.

Reviewed By: HooglyBoogly

Differential Revision: https://developer.blender.org/D11951
July 26, 2021, 10:34 (GMT)
LineArt: Occlusion-aware shadow contour. Enlarge normal threshold
July 26, 2021, 10:18 (GMT)
Revert "cmake: enable Wayland by default"

This reverts commit a2ccd0e495d54240f785ee425a15ba1bd2537e5a.

This change was part of the still-under-review patch D11489, which
hasn't been accepted yet.
July 26, 2021, 10:16 (GMT)
Revert "GHOST/wayland: use Wayland only when 'BLENDER_WAYLAND' is set"

This reverts commit c971c851d38ad52779fa5d75c86bbfb83abf660b.

This change was part of the still-under-review patch D11489, which
hasn't been accepted yet.
July 26, 2021, 10:09 (GMT)
Fix: Knife Project crash in multi-object edit mode

The commit which added multi-object edit mode support for the knife tool (bd6587cb524b24f3f43c4dde2a5eab845f54d82c) broke knife project in multi-object edit mode.
July 26, 2021, 10:02 (GMT)
Merge branch 'master' into asset-greasepencil
July 26, 2021, 09:45 (GMT)
Cycles: Fixed memory leak in ColorSpaceManager

Cached OCIO processors were not freed, instead the color spaces were freed twice.

Reviewed By: brecht, sergey

Differential Revision: https://developer.blender.org/D12011
July 26, 2021, 09:44 (GMT)
Merge branch 'master' into temp-geometry-nodes-fields-prototype
July 26, 2021, 09:43 (GMT)
Cleanup: clang tidy
July 26, 2021, 08:53 (GMT)
Merge branch 'temp-lineart-contained' into lineart-shadow
July 26, 2021, 08:53 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
July 26, 2021, 08:32 (GMT)
Fix merge error in apple build.
July 26, 2021, 07:58 (GMT)
macOS: use -fno-strict-aliasing for all build types.

The old code was added in {rBbaa4a9c7d4dd}

While the hotfix committed in {rB2ddecfffc3d3a3a1db4ae45e8665ca} fixed
the id_management test, the correct reason was found at
https://bugs.llvm.org/show_bug.cgi?id=47984

This matches the behavior on Linux.
July 26, 2021, 07:55 (GMT)
Fix object "Set Origin" operating on linked library data

Regression in d25747ee751096de2e417a7da1316bf5bf81c25a
July 26, 2021, 07:52 (GMT)
Fix T70356: Scaling up 1x1 pixel image reads past buffer bounds

Also resolve a crash when when displaying thumbnails, see T89868.
July 26, 2021, 07:51 (GMT)
Fix T89868: Crash showing thumbnail of wide-aspect image

Scaling down images could create images with a width or height of zero.

Clamp at 1 to prevent a crash, also add an assert to scaling functions.

Ref D11956
July 26, 2021, 07:36 (GMT)
Fix T85517: Cannot type Space while holding Shift key in text-field like spaces.

Fix for T85517
Bug: Couldn't type space while holding down the shift key in text spaces (e.g. when saving a file, changing the name of object).

Changes: Removing the key combination of Shift + space in `WM_event_is_ime_switch` method.

Reviewed By: harley, mont29

Maniphest Tasks: T85517

Differential Revision: https://developer.blender.org/D10452
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021