Blender Git Loki
Git Commits -> Revision d8dbd49
Revision d8dbd49 by Campbell Barton (master) May 31, 2019, 12:55 (GMT) |
Cleanup: style, use braces in source/ Automated using clang-tidy. |
Commit Details:
Full Hash: d8dbd49a2f23b7637f05fc058f39bdf6ab706624
Parent Commit: 8987f79
Lines Changed: +4326, -2162
290 Modified Paths:
/source/blender/blenkernel/intern/sound.c (+2, -1) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+12, -6) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+6, -3) (Diff)
/source/blender/collada/AnimationExporter.cpp (+27, -14) (Diff)
/source/blender/collada/AnimationImporter.cpp (+133, -67) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+4, -2) (Diff)
/source/blender/collada/ArmatureImporter.cpp (+49, -25) (Diff)
/source/blender/collada/BCAnimationCurve.cpp (+32, -16) (Diff)
/source/blender/collada/BCAnimationSampler.cpp (+14, -7) (Diff)
/source/blender/collada/BCSampleData.cpp (+8, -4) (Diff)
/source/blender/collada/collada.cpp (+6, -3) (Diff)
/source/blender/collada/collada_internal.cpp (+4, -2) (Diff)
/source/blender/collada/collada_utils.cpp (+94, -47) (Diff)
/source/blender/collada/collada_utils.h (+10, -5) (Diff)
/source/blender/collada/ControllerExporter.cpp (+16, -8) (Diff)
/source/blender/collada/DocumentExporter.cpp (+4, -2) (Diff)
/source/blender/collada/DocumentImporter.cpp (+54, -27) (Diff)
/source/blender/collada/EffectExporter.cpp (+4, -2) (Diff)
/source/blender/collada/ErrorHandler.cpp (+2, -1) (Diff)
/source/blender/collada/ExtraHandler.cpp (+2, -1) (Diff)
/source/blender/collada/ExtraTags.cpp (+8, -4) (Diff)
/source/blender/collada/GeometryExporter.cpp (+8, -4) (Diff)
/source/blender/collada/MaterialExporter.cpp (+2, -1) (Diff)
/source/blender/collada/MaterialExporter.h (+2, -1) (Diff)
/source/blender/collada/MeshImporter.cpp (+58, -29) (Diff)
/source/blender/collada/SceneExporter.cpp (+2, -1) (Diff)
/source/blender/collada/SkinInfo.cpp (+16, -8) (Diff)
/source/blender/collada/TransformWriter.cpp (+2, -1) (Diff)
/source/blender/editors/armature/pose_transform.c (+2, -1) (Diff)
/source/blender/freestyle/intern/application/AppCanvas.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+70, -35) (Diff)
/source/blender/freestyle/intern/geometry/BBox.h (+12, -6) (Diff)
/source/blender/freestyle/intern/geometry/Bezier.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/geometry/FastGrid.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/geometry/FitCurve.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/geometry/GeomCleaner.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.cpp (+76, -38) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.h (+4, -2) (Diff)
/source/blender/freestyle/intern/geometry/Grid.cpp (+24, -12) (Diff)
/source/blender/freestyle/intern/geometry/Grid.h (+10, -5) (Diff)
/source/blender/freestyle/intern/geometry/HashGrid.h (+2, -1) (Diff)
/source/blender/freestyle/intern/geometry/Noise.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/geometry/Polygon.h (+8, -4) (Diff)
/source/blender/freestyle/intern/geometry/VecMat.h (+80, -40) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.h (+4, -2) (Diff)
/source/blender/freestyle/intern/image/Image.h (+4, -2) (Diff)
/source/blender/freestyle/intern/image/ImagePyramid.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_FalseBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_Length2DBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_TrueBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_BBox.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/python/BPy_ContextFunctions.cpp (+15, -7) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+74, -37) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+44, -22) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsNoise.cpp (+20, -10) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+41, -20) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+32, -16) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+28, -14) (Diff)
/source/blender/freestyle/intern/python/BPy_MediumType.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Nature.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.cpp (+36, -18) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+30, -15) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp (+46, -23) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+31, -15) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+46, -23) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+19, -9) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+34, -17) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BezierCurveShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BlenderTextureShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ColorNoiseShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantColorShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantThicknessShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_GuidingLinesShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingColorShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingThicknessShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_PolygonalizationShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureStepShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessNoiseShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TipRemoverShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp (+30, -15) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.cpp (+22, -11) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_Curvature2DAngleF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedXF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedYF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedZF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetXF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetYF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetZF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_LocalAverageDepthF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_ZDiscontinuityF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetParameterF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadMapPixelF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Id/BPy_ShapeIdF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/BPy_MaterialF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Nature_EdgeNature/BPy_CurveNatureF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/BPy_VertexOrientation3DF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetOccludeeF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetShapeF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+40, -20) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_Curvature2DAngleF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_DensityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetCompleteViewMapDensityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetDirectionalViewMapDensityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedXF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedYF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedZF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetSteerableViewMapDensityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetViewMapGradientNormF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetXF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetYF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_LocalAverageDepthF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_ZDiscontinuityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned_int/BPy_QuantitativeInvisibilityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Orientation2DF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec3f/BPy_Orientation3DF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludeeF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludersF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetShapeF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_ChainingTimeStampF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_TimeStampF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_FalseUP0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_TrueUP0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_DensityLowerThanUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToTimeStampUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_FalseUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_TrueUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_WithinImageBoundaryUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/FrsMaterial.h (+14, -7) (Diff)
/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp (+20, -10) (Diff)
/source/blender/freestyle/intern/scene_graph/LineRep.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/scene_graph/Node.h (+6, -3) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeCamera.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeShape.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeShape.h (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/scene_graph/OrientedLineRep.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.h (+6, -3) (Diff)
/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h (+6, -3) (Diff)
/source/blender/freestyle/intern/scene_graph/TriangleRep.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp (+56, -28) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+34, -17) (Diff)
/source/blender/freestyle/intern/stroke/Chain.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/stroke/Chain.h (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.cpp (+28, -14) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+72, -36) (Diff)
/source/blender/freestyle/intern/stroke/Curve.h (+24, -12) (Diff)
/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h (+28, -14) (Diff)
/source/blender/freestyle/intern/stroke/CurveIterators.h (+14, -7) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+122, -61) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+10, -5) (Diff)
/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+78, -39) (Diff)
/source/blender/freestyle/intern/stroke/StrokeIterators.h (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.h (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.cpp (+64, -32) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.h (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/StyleModule.h (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/TextStrokeRenderer.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/system/BaseObject.h (+2, -1) (Diff)
/source/blender/freestyle/intern/system/PseudoNoise.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/system/StringUtils.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp (+52, -26) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.h (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.cpp (+50, -25) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.h (+8, -4) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.h (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.cpp (+30, -15) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+42, -21) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+20, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+116, -58) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+52, -26) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+34, -17) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h (+19, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+109, -54) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.cpp (+76, -38) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIterators.h (+20, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.h (+2, -1) (Diff)
/source/blender/freestyle/intern/winged_edge/Curvature.cpp (+34, -17) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.cpp (+50, -25) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.h (+26, -13) (Diff)
/source/blender/freestyle/intern/winged_edge/WFillGrid.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WFillGrid.h (+4, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.h (+2, -1) (Diff)
/source/blender/freestyle/intern/winged_edge/WSFillGrid.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WSFillGrid.h (+4, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.h (+30, -15) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.cpp (+2, -1) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+2, -1) (Diff)
/source/blender/ikplugin/intern/ikplugin_api.c (+16, -8) (Diff)
/source/blender/ikplugin/intern/iksolver_plugin.c (+97, -49) (Diff)
/source/blender/ikplugin/intern/itasc_plugin.cpp (+183, -91) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+6, -3) (Diff)
/source/blender/imbuf/intern/anim_movie.c (+2, -1) (Diff)
/source/blender/imbuf/intern/indexer.c (+2, -1) (Diff)
/source/blender/imbuf/intern/util.c (+2, -1) (Diff)
/source/blender/modifiers/intern/MOD_fluidsim_util.c (+28, -14) (Diff)
/source/blender/modifiers/intern/MOD_ocean.c (+2, -1) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+4, -2) (Diff)
/source/blender/nodes/texture/nodes/node_texture_output.c (+4, -2) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+33, -16) (Diff)
/source/blender/physics/intern/hair_volume.cpp (+52, -26) (Diff)
/source/blender/physics/intern/implicit_blender.c (+24, -12) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+12, -6) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+6, -3) (Diff)
/source/blender/collada/AnimationExporter.cpp (+27, -14) (Diff)
/source/blender/collada/AnimationImporter.cpp (+133, -67) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+4, -2) (Diff)
/source/blender/collada/ArmatureImporter.cpp (+49, -25) (Diff)
/source/blender/collada/BCAnimationCurve.cpp (+32, -16) (Diff)
/source/blender/collada/BCAnimationSampler.cpp (+14, -7) (Diff)
/source/blender/collada/BCSampleData.cpp (+8, -4) (Diff)
/source/blender/collada/collada.cpp (+6, -3) (Diff)
/source/blender/collada/collada_internal.cpp (+4, -2) (Diff)
/source/blender/collada/collada_utils.cpp (+94, -47) (Diff)
/source/blender/collada/collada_utils.h (+10, -5) (Diff)
/source/blender/collada/ControllerExporter.cpp (+16, -8) (Diff)
/source/blender/collada/DocumentExporter.cpp (+4, -2) (Diff)
/source/blender/collada/DocumentImporter.cpp (+54, -27) (Diff)
/source/blender/collada/EffectExporter.cpp (+4, -2) (Diff)
/source/blender/collada/ErrorHandler.cpp (+2, -1) (Diff)
/source/blender/collada/ExtraHandler.cpp (+2, -1) (Diff)
/source/blender/collada/ExtraTags.cpp (+8, -4) (Diff)
/source/blender/collada/GeometryExporter.cpp (+8, -4) (Diff)
/source/blender/collada/MaterialExporter.cpp (+2, -1) (Diff)
/source/blender/collada/MaterialExporter.h (+2, -1) (Diff)
/source/blender/collada/MeshImporter.cpp (+58, -29) (Diff)
/source/blender/collada/SceneExporter.cpp (+2, -1) (Diff)
/source/blender/collada/SkinInfo.cpp (+16, -8) (Diff)
/source/blender/collada/TransformWriter.cpp (+2, -1) (Diff)
/source/blender/editors/armature/pose_transform.c (+2, -1) (Diff)
/source/blender/freestyle/intern/application/AppCanvas.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+70, -35) (Diff)
/source/blender/freestyle/intern/geometry/BBox.h (+12, -6) (Diff)
/source/blender/freestyle/intern/geometry/Bezier.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/geometry/FastGrid.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/geometry/FitCurve.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/geometry/GeomCleaner.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.cpp (+76, -38) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.h (+4, -2) (Diff)
/source/blender/freestyle/intern/geometry/Grid.cpp (+24, -12) (Diff)
/source/blender/freestyle/intern/geometry/Grid.h (+10, -5) (Diff)
/source/blender/freestyle/intern/geometry/HashGrid.h (+2, -1) (Diff)
/source/blender/freestyle/intern/geometry/Noise.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/geometry/Polygon.h (+8, -4) (Diff)
/source/blender/freestyle/intern/geometry/VecMat.h (+80, -40) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.h (+4, -2) (Diff)
/source/blender/freestyle/intern/image/Image.h (+4, -2) (Diff)
/source/blender/freestyle/intern/image/ImagePyramid.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_FalseBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_Length2DBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_TrueBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_BBox.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/python/BPy_ContextFunctions.cpp (+15, -7) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+74, -37) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+44, -22) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsNoise.cpp (+20, -10) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+41, -20) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+32, -16) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+28, -14) (Diff)
/source/blender/freestyle/intern/python/BPy_MediumType.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Nature.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.cpp (+36, -18) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+30, -15) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp (+46, -23) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+31, -15) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+46, -23) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+19, -9) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+34, -17) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BezierCurveShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BlenderTextureShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ColorNoiseShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantColorShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantThicknessShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_GuidingLinesShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingColorShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingThicknessShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_PolygonalizationShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureStepShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessNoiseShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TipRemoverShader.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp (+30, -15) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.cpp (+22, -11) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_Curvature2DAngleF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedXF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedYF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedZF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetXF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetYF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetZF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_LocalAverageDepthF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_ZDiscontinuityF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetParameterF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadMapPixelF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Id/BPy_ShapeIdF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/BPy_MaterialF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Nature_EdgeNature/BPy_CurveNatureF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/BPy_VertexOrientation3DF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetOccludeeF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetShapeF0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+40, -20) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+14, -7) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_Curvature2DAngleF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_DensityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetCompleteViewMapDensityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetDirectionalViewMapDensityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedXF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedYF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedZF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetSteerableViewMapDensityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetViewMapGradientNormF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetXF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetYF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_LocalAverageDepthF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_ZDiscontinuityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned_int/BPy_QuantitativeInvisibilityF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Orientation2DF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec3f/BPy_Orientation3DF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludeeF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludersF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetShapeF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_ChainingTimeStampF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_TimeStampF1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_FalseUP0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_TrueUP0D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_DensityLowerThanUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToTimeStampUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_FalseUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_TrueUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_WithinImageBoundaryUP1D.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/FrsMaterial.h (+14, -7) (Diff)
/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp (+20, -10) (Diff)
/source/blender/freestyle/intern/scene_graph/LineRep.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/scene_graph/Node.h (+6, -3) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeCamera.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp (+8, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeShape.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeShape.h (+2, -1) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp (+16, -8) (Diff)
/source/blender/freestyle/intern/scene_graph/OrientedLineRep.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.h (+6, -3) (Diff)
/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h (+6, -3) (Diff)
/source/blender/freestyle/intern/scene_graph/TriangleRep.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp (+56, -28) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+34, -17) (Diff)
/source/blender/freestyle/intern/stroke/Chain.cpp (+18, -9) (Diff)
/source/blender/freestyle/intern/stroke/Chain.h (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.cpp (+28, -14) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+72, -36) (Diff)
/source/blender/freestyle/intern/stroke/Curve.h (+24, -12) (Diff)
/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h (+28, -14) (Diff)
/source/blender/freestyle/intern/stroke/CurveIterators.h (+14, -7) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+122, -61) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+10, -5) (Diff)
/source/blender/freestyle/intern/stroke/PSStrokeRenderer.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+78, -39) (Diff)
/source/blender/freestyle/intern/stroke/StrokeIterators.h (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.h (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.cpp (+64, -32) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.h (+2, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/StyleModule.h (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/TextStrokeRenderer.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/system/BaseObject.h (+2, -1) (Diff)
/source/blender/freestyle/intern/system/PseudoNoise.cpp (+6, -3) (Diff)
/source/blender/freestyle/intern/system/StringUtils.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp (+52, -26) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.h (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.cpp (+50, -25) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.cpp (+12, -6) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.h (+8, -4) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.h (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.cpp (+30, -15) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+42, -21) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+20, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+116, -58) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+52, -26) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+34, -17) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h (+19, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+109, -54) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.cpp (+76, -38) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIterators.h (+20, -10) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.h (+2, -1) (Diff)
/source/blender/freestyle/intern/winged_edge/Curvature.cpp (+34, -17) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.cpp (+50, -25) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.h (+26, -13) (Diff)
/source/blender/freestyle/intern/winged_edge/WFillGrid.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WFillGrid.h (+4, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+26, -13) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.h (+2, -1) (Diff)
/source/blender/freestyle/intern/winged_edge/WSFillGrid.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WSFillGrid.h (+4, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.cpp (+10, -5) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.h (+30, -15) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.cpp (+2, -1) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+2, -1) (Diff)
/source/blender/ikplugin/intern/ikplugin_api.c (+16, -8) (Diff)
/source/blender/ikplugin/intern/iksolver_plugin.c (+97, -49) (Diff)
/source/blender/ikplugin/intern/itasc_plugin.cpp (+183, -91) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+6, -3) (Diff)
/source/blender/imbuf/intern/anim_movie.c (+2, -1) (Diff)
/source/blender/imbuf/intern/indexer.c (+2, -1) (Diff)
/source/blender/imbuf/intern/util.c (+2, -1) (Diff)
/source/blender/modifiers/intern/MOD_fluidsim_util.c (+28, -14) (Diff)
/source/blender/modifiers/intern/MOD_ocean.c (+2, -1) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+4, -2) (Diff)
/source/blender/nodes/texture/nodes/node_texture_output.c (+4, -2) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+33, -16) (Diff)
/source/blender/physics/intern/hair_volume.cpp (+52, -26) (Diff)
/source/blender/physics/intern/implicit_blender.c (+24, -12) (Diff)