Blender Git Commit Log

Git Commits -> Revision 2a39b34

Revision 2a39b34 by Sybren A. Stüvel (master)
July 3, 2020, 14:15 (GMT)
Cleanup: Editors/Sculpt/Paint, Clang-Tidy else-after-return fixes

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

No functional changes.

Commit Details:

Full Hash: 2a39b34a09702e4e64e27befc97dd6154b75ccc0
Parent Commit: fd5b093
Lines Changed: +181, -276

16 Modified Paths:

/source/blender/editors/sculpt_paint/paint_cursor.c (+3, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_curve.c (+5, -11) (Diff)
/source/blender/editors/sculpt_paint/paint_hide.c (+5, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+120, -143) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+3, -7) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+5, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+5, -9) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c (+7, -21) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c (+2, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+12, -32) (Diff)
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+1, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+4, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_pose.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+1, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+5, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021