Blender Git Commit Log

All Blender Git commits.

Page: 416 / 8462

July 26, 2021, 16:05 (GMT)
Fix T89884: Cycles stuck on first sample in viewport render

This is a backported of 97f1e47, which was an optimization but also
fixes this bug.

Ref D11279
July 26, 2021, 16:04 (GMT)
Fix Python error in benchmark executable detection after recent changes
July 26, 2021, 16:04 (GMT)
Cleanup: fix compiler warnings due to implicit cast

Differential Revision: https://developer.blender.org/D11950
July 26, 2021, 16:00 (GMT)
Updating cmake error messsage
July 26, 2021, 15:46 (GMT)
GPencil: Avoid import empty assets

July 26, 2021, 15:39 (GMT)
GPencil: Cleanup include files

July 26, 2021, 15:36 (GMT)
LayerCollections: Add a way to prevent their resync with Collection hierarchy.

This is an easy & safe, yet not-so-nice way to address the
LayerCollections vs. Collections hierarchy resync problem.

Currently this resync is enforced everytime something changes in the
Collections hierarchy, which is extremely inneficient, and can even
produce 'loss' of LayerCollection data during complex Collection
processes.

Current example is during Library Overrides resync process. New code:
* Makes resync significantly faster (between 10 and 15%).
* Fixes 'disappearing' layer collections settings on sub-collections'
layers.

NOTE: This is not a proper fix for the underlying issue. However,
implementing and testing the 'lazy update' solution as proposed by
{T73411} requires a significant amount of time (especially in testing
and tracking all places where code would need to ensure LayerCollections
are up-to-date), which is not possible currently.

Differential Revision: https://developer.blender.org/D11889
July 26, 2021, 15:34 (GMT)
separate out c++ header
July 26, 2021, 15:33 (GMT)
2.83 uses gcc 9.
July 26, 2021, 15:26 (GMT)
Merge branch 'master' into asset-greasepencil
July 26, 2021, 15:25 (GMT)
Cleanup: Fix compiler warning in previous commit

July 26, 2021, 15:25 (GMT)
GPencil: Fix merge error

July 26, 2021, 15:21 (GMT)
Merge branch 'master' into asset-greasepencil

Conflicts:
source/blender/editors/gpencil/gpencil_data.c
July 26, 2021, 15:20 (GMT)
Fix T90127: Merge Down layer doesn't take the transform location into account

Now the layer transformation is applied before the merge.
July 26, 2021, 15:17 (GMT)
cleanup
July 26, 2021, 15:07 (GMT)
cleanup
July 26, 2021, 14:59 (GMT)
Mantaflow: Remove Noise Type Option

Mantflow only supports wavelet noise, thus the parameter with only one option is no longer useful.

Differential Revision: https://developer.blender.org/D6770
July 26, 2021, 14:39 (GMT)
LineArt: Occlusion accuracy fix.
July 26, 2021, 14:38 (GMT)
GPencil: Remove Hash tables and use arrays

Simplify the code and use an array instead to use several hash tables. This is faster and the code is more simple.
July 26, 2021, 14:34 (GMT)
progress
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021