Blender Git Loki
Git Commits -> Revision 5fed9ac
Revision 5fed9ac by Brecht Van Lommel (master) April 21, 2020, 11:16 (GMT) |
Fix clang-format differences between version 6 and 9 Version 6 does not appear to respect clang-format off for header sorting. |
Commit Details:
Full Hash: 5fed9ac9b5885820a6e0845120cd93f7141fdb84
Parent Commit: c73d616
Lines Changed: +83, -147
41 Modified Paths:
/source/blender/blenlib/intern/fnmatch.c (+2, -1) (Diff)
/source/blender/blenlib/intern/storage_apple.mm (+4, -0) (Diff)
/source/blender/freestyle/FRS_precomp.h (+15, -16) (Diff)
/source/blender/freestyle/intern/application/AppCanvas.cpp (+5, -6) (Diff)
/source/blender/freestyle/intern/application/AppConfig.h (+2, -3) (Diff)
/source/blender/freestyle/intern/application/AppView.cpp (+4, -5) (Diff)
/source/blender/freestyle/intern/application/AppView.h (+2, -3) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+7, -9) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h (+2, -4) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+0, -2) (Diff)
/source/blender/freestyle/intern/geometry/BBox.h (+1, -3) (Diff)
/source/blender/freestyle/intern/geometry/FitCurve.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/geometry/GeomCleaner.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/geometry/normal_cycle.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/stroke/Chain.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.h (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h (+3, -3) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+1, -3) (Diff)
/source/blender/freestyle/intern/system/StringUtils.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/system/StringUtils.h (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/GridDensityProvider.h (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.h (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.h (+1, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WFillGrid.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WSFillGrid.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.cpp (+1, -3) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+3, -3) (Diff)
/source/blender/blenlib/intern/storage_apple.mm (+4, -0) (Diff)
/source/blender/freestyle/FRS_precomp.h (+15, -16) (Diff)
/source/blender/freestyle/intern/application/AppCanvas.cpp (+5, -6) (Diff)
/source/blender/freestyle/intern/application/AppConfig.h (+2, -3) (Diff)
/source/blender/freestyle/intern/application/AppView.cpp (+4, -5) (Diff)
/source/blender/freestyle/intern/application/AppView.h (+2, -3) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+7, -9) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h (+2, -4) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+0, -2) (Diff)
/source/blender/freestyle/intern/geometry/BBox.h (+1, -3) (Diff)
/source/blender/freestyle/intern/geometry/FitCurve.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/geometry/GeomCleaner.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/geometry/normal_cycle.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/stroke/Chain.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.h (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h (+3, -3) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+1, -3) (Diff)
/source/blender/freestyle/intern/system/StringUtils.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/system/StringUtils.h (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/GridDensityProvider.h (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.h (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.h (+1, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WFillGrid.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WSFillGrid.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.cpp (+1, -3) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+3, -3) (Diff)