Blender Git Commit Log

All Blender Git commits.

Page: 1498 / 8462

July 3, 2020, 15:42 (GMT)
Cleanup: Editors, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Editors/Space/UV-Edit, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Editors/Transform, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Editors/Space/sequencer, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Editors/Space/Clip, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Editors/Space/Outliner, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Editors/Space/Node, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Editors/Space/Text, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Editors/Space/View3D, Clang-Tidy else-after-return fixes

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

No functional changes.
July 3, 2020, 15:42 (GMT)
Cleanup: Explicit return in each `else if` block in `buttons_context()`

This is a similar change as in rB4283da83cc9.

No functional changes.
July 3, 2020, 15:35 (GMT)
Cleanup: remove side effect in assertion
July 3, 2020, 15:21 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
July 3, 2020, 15:21 (GMT)
Cleanup: style guide, reorder classes, comments

https://wiki.blender.org/wiki/Style_Guide

Changes here:
Move non trivial and non-inlined implementations to cc files instead
of header files.

Reorder classes according to style guide.

Remove documentation comments from header files and keep it near
implementation

Break up some functions into smaller ones: `insert_frame_in_path` etc.

Use reference as much as possible, instead of pointers.

Move `_` prefix to suffix of private class members.

Clean up warnings of implicit float conversions, uint conversions.

Use `ATTR_FALLTHROUGH` in switch cases. Move break inside the case
braces.

Remove `blender::io::obj::OBJ_export` function. It was a mistake.

Use `const` in getters.
July 3, 2020, 15:20 (GMT)
GPencil: Review of curve <> stroke conversion

This commit introduces a new flag GP_STROKE_NEEDS_CURVE_UPDATE in the stroke
that replaces GP_CURVE_RECALC_GEOMETRY. The name was not consistent and
it didn't make much sense to have it in the editcurve. Another flag was
added: GP_CURVE_NEEDS_STROKE_UPDATE. This indicates that the curve data
is dirty and needs to be regenerated.
Revision 4a48939 by Hans Goudey (master)
July 3, 2020, 15:18 (GMT)
UI: Fix bevel modifier not showing vertex group
July 3, 2020, 15:13 (GMT)
GPencil: remove test operator

This operator has no use and can be safely removed.
July 3, 2020, 15:10 (GMT)
Clang-Tidy: Enable bugprone-misplaced-widening-cast
July 3, 2020, 15:08 (GMT)
WIP: Refactor reports: change use of RPT_PRINT and remove storelevel

- storelevel is not used feature - it was meant to print report to console (and not store) but with growing usage of logger it is redundant and complicates logic. Its place will take logger bke.report
- remove G.background from logic. If you want to see reports, enable logger (can be done by default)
- RPT_PRINT will no longer controll what gets printed to console, but it will only
- remove debug report: is your message user or developer oriented? If user, use info report, if developer, use log. Also duplicates functionality with log
July 3, 2020, 15:07 (GMT)
Clang-Tidy: enable readability-named-parameter
July 3, 2020, 15:03 (GMT)
Fixed violations of new Blender C++ style rules.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021