Blender Git Commit Log

Git Commits -> Revision 4108805

Revision 4108805 by Campbell Barton (master)
June 17, 2018, 15:05 (GMT)
Cleanup: trailing space for freestyle

Commit Details:

Full Hash: 410880552bfaf32f91eaad56bdf2c93c67cbd5c8
Parent Commit: e74bd46
Lines Changed: +164, -164

83 Modified Paths:

/source/blender/freestyle/intern/application/AppCanvas.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/geometry/FastGrid.h (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/FitCurve.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/geometry/FitCurve.h (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.h (+2, -2) (Diff)
/source/blender/freestyle/intern/geometry/Grid.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/GridHelpers.h (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/matrix_util.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/geometry/SweepLine.h (+2, -2) (Diff)
/source/blender/freestyle/intern/geometry/VecMat.h (+7, -7) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_MediumType.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Director.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/LineRep.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/Node.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeCamera.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeGroup.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeLight.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeLight.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.h (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/TriangleRep.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/BasicStrokeShaders.h (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/ContextFunctions.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Curve.h (+5, -5) (Diff)
/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/CurveIterators.h (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/stroke/Operators.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.h (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/system/Id.h (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/CulledOccluderSource.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.h (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+10, -10) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.h (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.h (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+4, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.h (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIterators.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021