Blender Git Commit Log

Git Commits -> Revision 1e8697c

Revision 1e8697c by Campbell Barton (master)
April 30, 2019, 21:58 (GMT)
Cleanup: comments (long lines) in freestyle

Commit Details:

Full Hash: 1e8697cd8094183a3f356bf8564284a31ffb89fc
Parent Commit: 5ca8ac5
Lines Changed: +1218, -1135

145 Modified Paths:

/source/blender/freestyle/intern/application/AppView.h (+2, -2) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+10, -10) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+4, -3) (Diff)
/source/blender/freestyle/intern/geometry/FastGrid.h (+5, -3) (Diff)
/source/blender/freestyle/intern/geometry/FitCurve.cpp (+5, -4) (Diff)
/source/blender/freestyle/intern/geometry/GeomCleaner.h (+26, -16) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.cpp (+17, -17) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.h (+4, -2) (Diff)
/source/blender/freestyle/intern/geometry/Grid.cpp (+12, -11) (Diff)
/source/blender/freestyle/intern/geometry/Grid.h (+21, -19) (Diff)
/source/blender/freestyle/intern/geometry/GridHelpers.cpp (+7, -6) (Diff)
/source/blender/freestyle/intern/geometry/GridHelpers.h (+2, -2) (Diff)
/source/blender/freestyle/intern/geometry/SweepLine.h (+2, -2) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.h (+12, -11) (Diff)
/source/blender/freestyle/intern/image/Image.h (+8, -5) (Diff)
/source/blender/freestyle/intern/image/ImagePyramid.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/image/ImagePyramid.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantThicknessShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingThicknessShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_PolygonalizationShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureStepShader.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.h (+4, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/BPy_VertexOrientation3DF0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.h (+4, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetCompleteViewMapDensityF1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetCompleteViewMapDensityF1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetDirectionalViewMapDensityF1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetDirectionalViewMapDensityF1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetSteerableViewMapDensityF1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetSteerableViewMapDensityF1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetViewMapGradientNormF1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned_int/BPy_QuantitativeInvisibilityF1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned_int/BPy_QuantitativeInvisibilityF1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h (+5, -7) (Diff)
/source/blender/freestyle/intern/scene_graph/Node.h (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeGroup.h (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.h (+4, -3) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h (+4, -4) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h (+27, -23) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h (+6, -6) (Diff)
/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp (+12, -8) (Diff)
/source/blender/freestyle/intern/stroke/BasicStrokeShaders.h (+27, -23) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.h (+6, -4) (Diff)
/source/blender/freestyle/intern/stroke/Chain.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.cpp (+3, -2) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+53, -58) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+5, -4) (Diff)
/source/blender/freestyle/intern/stroke/Curve.h (+20, -20) (Diff)
/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h (+5, -5) (Diff)
/source/blender/freestyle/intern/stroke/CurveIterators.h (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/stroke/Operators.h (+77, -95) (Diff)
/source/blender/freestyle/intern/stroke/Predicates0D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+8, -5) (Diff)
/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/QInformationMap.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+11, -10) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.h (+18, -19) (Diff)
/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeIterators.h (+11, -12) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.h (+3, -2) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.cpp (+14, -14) (Diff)
/source/blender/freestyle/intern/stroke/StrokeShader.h (+6, -9) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/system/PointerSequence.h (+14, -12) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+1, -1) (Diff)
/source/blender/freestyle/intern/system/StringUtils.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/BoxGrid.h (+17, -14) (Diff)
/source/blender/freestyle/intern/view_map/CulledOccluderSource.cpp (+26, -27) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp (+8, -7) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.h (+4, -3) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.h (+32, -27) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.h (+15, -13) (Diff)
/source/blender/freestyle/intern/view_map/GridDensityProvider.h (+2, -1) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.h (+11, -10) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.h (+22, -20) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+37, -41) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+4, -3) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.h (+28, -22) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+16, -15) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.h (+19, -22) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+8, -6) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h (+5, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+12, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+68, -63) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h (+9, -9) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+81, -76) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.h (+15, -19) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIterators.h (+13, -11) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.h (+12, -10) (Diff)
/source/blender/freestyle/intern/winged_edge/Curvature.cpp (+40, -33) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.cpp (+12, -12) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.h (+28, -33) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+8, -8) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.h (+2, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.cpp (+7, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.h (+40, -32) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.h (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021