Blender Git Commits

Blender Git "master" branch commits.

Page: 637 / 5574

August 7, 2020, 11:38 (GMT)
Cleanup: Freestyle, Clang-Tidy else-after-return fixes

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/freestyle` module.

No functional changes.
August 7, 2020, 11:38 (GMT)
Cleanup: Depsgraph, Clang-Tidy else-after-return fixes

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/depsgraph` module.

No functional changes.
August 7, 2020, 11:38 (GMT)
Cleanup: Compositor, Clang-Tidy else-after-return fixes

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/compositor` module.

No functional changes.
August 7, 2020, 11:38 (GMT)
Cleanup: Blenloader, Clang-Tidy else-after-return fixes

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/blenloader` module.

No functional changes.
August 7, 2020, 11:38 (GMT)
Cleanup: Blenkernel, Clang-Tidy else-after-return fixes

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/blenkernel` module.

No functional changes.
August 7, 2020, 10:18 (GMT)
Clang-Tidy: Address readability-redundant-string-init
August 7, 2020, 10:01 (GMT)
Cleanup: Draw, Clang-Tidy else-after-return fixes (incomplete)

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/draw` module. Not all warnings are addressed
in this commit.

No functional changes.
August 7, 2020, 10:01 (GMT)
Cleanup: Cycles, applied Clang-Format

No functional changes.
Revision 4ba9d7d by Julian Eisel
August 7, 2020, 09:39 (GMT)
Fix fast clicks on File Browser sort columns not changing sorting

Clicking on the column header is supposed to enable sorting by this
column, or switch the sort order if already enabled.
The double-click event would be blocked by the `file.execute()`
operator, which is not supposed to act if the user clicked outside the
file list.
Revision 5809dc6 by Julian Eisel
August 7, 2020, 09:39 (GMT)
Fix T79616: Sort by column in filebrowser is broken

After changes in rBc606044157a3, mouse press events would be blocked by
the selection operator. This only worked by chance before.
August 7, 2020, 09:23 (GMT)
Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/blenlib` module. Not all warnings are
addressed in this commit.

No functional changes.
August 7, 2020, 08:23 (GMT)
Merge branch 'blender-v2.90-release' into master
August 7, 2020, 08:18 (GMT)
Code Style: use "#pragma once" in intern/ghost

More information can be found in D8466.
August 7, 2020, 08:10 (GMT)
Code Style: use "#pragma once" in some newer headers

Those were missing from the previous commit, because these headers
only exist in the `master` and not in the `blender-v2.90-release` branch.
August 7, 2020, 08:07 (GMT)
Cleanup: make format
August 7, 2020, 08:04 (GMT)
Merge branch 'blender-v2.90-release' into master
August 7, 2020, 07:50 (GMT)
Code Style: use "#pragma once" in source directory

This replaces header include guards with `#pragma once`.
A couple of include guards are not removed yet (e.g. `__RNA_TYPES_H__`),
because they are used in other places.

This patch has been generated by P1561 followed by `make format`.

Differential Revision: https://developer.blender.org/D8466
August 6, 2020, 23:23 (GMT)
Merge branch 'blender-v2.90-release'
August 6, 2020, 22:59 (GMT)
EEVEE: Render: Fix regression caused by previous Motion blur fix

Caused by rB4f59e4bddcb0c06e441adf68a5f252a4e5b4b260
August 6, 2020, 21:06 (GMT)
Merge branch 'blender-v2.90-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021