Blender Git Commit Log
Git Commits -> Revision 326e137
Revision 326e137 by Sybren A. Stüvel (master) August 7, 2020, 11:38 (GMT) |
Cleanup: Freestyle, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/freestyle` module. No functional changes. |
Commit Details:
Full Hash: 326e137a8cfaac6587a83d4c61d2889832926827
Parent Commit: 94eaaf0
Lines Changed: +108, -132
17 Modified Paths:
/source/blender/freestyle/intern/application/Controller.cpp (+3, -4) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.cpp (+4, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+19, -19) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+4, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+6, -7) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp (+2, -3) (Diff)
/source/blender/freestyle/intern/system/PseudoNoise.cpp (+2, -3) (Diff)
/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.cpp (+6, -9) (Diff)
/source/blender/freestyle/intern/view_map/OccluderSource.cpp (+4, -5) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+30, -38) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+8, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+11, -12) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.cpp (+3, -4) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.cpp (+4, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+19, -19) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+4, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+6, -7) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp (+2, -3) (Diff)
/source/blender/freestyle/intern/system/PseudoNoise.cpp (+2, -3) (Diff)
/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.cpp (+6, -9) (Diff)
/source/blender/freestyle/intern/view_map/OccluderSource.cpp (+4, -5) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+30, -38) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+8, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+11, -12) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.cpp (+3, -4) (Diff)