Revision 326e137 by Sybren A. Stüvel 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. |
Revision 94eaaf0 by Sybren A. Stüvel 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. |
Revision f453ee7 by Sybren A. Stüvel 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. |
Revision fb18e48 by Sybren A. Stüvel 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. |
Revision 1b272a6 by Sybren A. Stüvel 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. |
Revision cfc6f9e by Sergey Sharybin August 7, 2020, 10:18 (GMT) |
Clang-Tidy: Address readability-redundant-string-init |
Revision 156448b by Sybren A. Stüvel 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. |
Revision 88cc3f1 by Sybren A. Stüvel 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. |
Revision a29686e by Sybren A. Stüvel 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. |
Revision e0c51b4 by Jacques Lucke August 7, 2020, 08:23 (GMT) |
Merge branch 'blender-v2.90-release' into master |
Revision 1b1129f by Jacques Lucke August 7, 2020, 08:18 (GMT) |
Revision 8198dbb by Jacques Lucke 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. |
Revision af88cc0 by Jacques Lucke August 7, 2020, 08:07 (GMT) |
Cleanup: make format |
Revision 7283e6f by Jacques Lucke August 7, 2020, 08:04 (GMT) |
Merge branch 'blender-v2.90-release' into master |
Revision 91694b9 by Jacques Lucke 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 |
Revision 21fec95 by Clément Foucault August 6, 2020, 23:23 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 58909ab by Clément Foucault August 6, 2020, 22:59 (GMT) |
EEVEE: Render: Fix regression caused by previous Motion blur fix Caused by rB4f59e4bddcb0c06e441adf68a5f252a4e5b4b260 |
Revision 6e22627 by Clément Foucault August 6, 2020, 21:06 (GMT) |
Merge branch 'blender-v2.90-release' |
|
|
|


Master Commits
MiikaHweb | 2003-2021