Blender Git Commits

Blender Git "master" branch commits.

Page: 695 / 5574

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
July 3, 2020, 13:55 (GMT)
Clang-Tidy: Enable readability-redundant-string-cstr
July 3, 2020, 13:53 (GMT)
Fix T78555: GPencil bake animation operator loose frame setting

The values were reset for each run
Revision 19ff145 by Hans Goudey
July 3, 2020, 13:41 (GMT)
Clang-Tidy: Enable readability-redundant-control-flow
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, 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.
July 3, 2020, 12:31 (GMT)
Cleanup: bring operator overloads closer together
July 3, 2020, 12:25 (GMT)
Cleanup: use nested namespaces
July 3, 2020, 12:20 (GMT)
Cleanup: use trailing underscore for non-public data members
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.
July 3, 2020, 12:01 (GMT)
Fix T78570: Vert/Edge slide doesn't adjust UVs
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021