July 3, 2020, 14:10 (GMT) |
Move Scene's cache management during undo to new system. |
July 3, 2020, 14:09 (GMT) |
Cleanup: Unused variables in non-debug build |
July 3, 2020, 14:03 (GMT) |
Cleanup: Remove obsolete code in interface_panel.c Some code delt with panel merging in earlier versions of Blender, which is no longer needed. Other code delt with controls that aren't used anymore, and in some cases have region-level equivalents. There's a surprising amount of this unused code in this file, so removing it will be helpful for the future. Differential Revision: https://developer.blender.org/D7938 |
July 3, 2020, 13:59 (GMT) |
July 3, 2020, 13:55 (GMT) |
Clang-Tidy: Enable readability-redundant-string-cstr |
July 3, 2020, 13:53 (GMT) |
July 3, 2020, 13:44 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 3, 2020, 13:44 (GMT) |
Merge branch 'master' into greasepencil-object |
July 3, 2020, 13:41 (GMT) |
Clang-Tidy: Enable readability-redundant-control-flow |
July 3, 2020, 13:41 (GMT) |
Merge branch 'master' into temp-ui-button-type-refactor |
July 3, 2020, 13:33 (GMT) |
Disable clang-tidy for code-generated RNA files This needs some extra care, which is probably easier once the initial pass over integration is done. |
July 3, 2020, 13:28 (GMT) |
Move volume to new cache management system for undo. |
July 3, 2020, 13:27 (GMT) |
Fix T72214: Fluids: noise does not work with negative frame numbers The issue is duplicated code. There are two functions that zero-fill the frame number. They worked the same for positive frames numbers, but behaved differently for negative ones. On frame `-100`, `BLI_path_frame` outputs `-0100` and `fluid_cache_get_framenr_formatted_$ID$` outputted `-100`. I changed the behavior of the latter, because we depend on the behavior of the former for much longer already. Reviewers: sebbas Differential Revision: https://developer.blender.org/D8107 |
July 3, 2020, 13:08 (GMT) |
Merge branch 'master' into newboolean |
July 3, 2020, 12:59 (GMT) |
Clang-tidy: enable readability-container-size-empty warning Reviewers: sergey Differential Revision: https://developer.blender.org/D8197 |
July 3, 2020, 12:53 (GMT) |
Cleanup: add const in various places |
July 3, 2020, 12:48 (GMT) |
Cleanup: Editors/GPencil, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/editors/gpencil` module. No functional changes. |
July 3, 2020, 12:48 (GMT) |
Cleanup: BMesh, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/bmesh` module. No functional changes. |
July 3, 2020, 12:48 (GMT) |
Cleanup: Interface, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/editors/interface` module. No functional changes. |
July 3, 2020, 12:48 (GMT) |
Cleanup: Mark overriding function with `override` keyword No functional changes. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021