Revision 3a59c18 by Bastien Montagne July 3, 2020, 14:10 (GMT) |
Move Scene's cache management during undo to new system. |
Revision a33756d by Hans Goudey July 3, 2020, 14:09 (GMT) |
Cleanup: Unused variables in non-debug build |
Revision 6a58e15 by Hans Goudey 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 |
Revision 88d3589 by Jacques Lucke July 3, 2020, 13:55 (GMT) |
Clang-Tidy: Enable readability-redundant-string-cstr |
Revision 405e6c6 by Antonio Vazquez July 3, 2020, 13:53 (GMT) |
Revision 19ff145 by Hans Goudey July 3, 2020, 13:41 (GMT) |
Clang-Tidy: Enable readability-redundant-control-flow |
Revision ffef562 by Sergey Sharybin 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. |
Revision c997508 by Bastien Montagne July 3, 2020, 13:28 (GMT) |
Move volume to new cache management system for undo. |
Revision 1e255ce by Jacques Lucke 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 |
Revision 2633683 by Jacques Lucke July 3, 2020, 12:59 (GMT) |
Clang-tidy: enable readability-container-size-empty warning Reviewers: sergey Differential Revision: https://developer.blender.org/D8197 |
Revision 93da09d by Jacques Lucke July 3, 2020, 12:53 (GMT) |
Cleanup: add const in various places |
Revision 9dce2c9 by Sybren A. Stüvel 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. |
Revision 2086906 by Sybren A. Stüvel 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. |
Revision f3b8792 by Sybren A. Stüvel 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. |
Revision 86e7648 by Sybren A. Stüvel July 3, 2020, 12:48 (GMT) |
Cleanup: Mark overriding function with `override` keyword No functional changes. |
Revision 7704e6a by Jacques Lucke July 3, 2020, 12:31 (GMT) |
Cleanup: bring operator overloads closer together |
Revision 395b294 by Jacques Lucke July 3, 2020, 12:25 (GMT) |
Cleanup: use nested namespaces |
Revision 5fbf70b by Jacques Lucke July 3, 2020, 12:20 (GMT) |
Cleanup: use trailing underscore for non-public data members |
Revision d64803f by Jacques Lucke July 3, 2020, 12:16 (GMT) |
Cleanup: Use trailing underscore for non-public data members This makes the code conform better with our style guide. |
Revision e797c4f by Germano Cavalcante July 3, 2020, 12:01 (GMT) |
Fix T78570: Vert/Edge slide doesn't adjust UVs |
|
|
|


Master Commits
MiikaHweb | 2003-2021