Blender Git Commit Log

Git Commits -> Revision 0ee053f

November 7, 2020, 10:54 (GMT)
Cleanup: Clang-Tidy modernize-use-nullptr

Replace `NULL` with `nullptr` in C++ code.

No functional changes.

Commit Details:

Full Hash: 0ee053fb1255683f867a03f226e3d55e87cc984a
Parent Commit: 8cd4776
Committed By: Joseph Eagar
Lines Changed: +7146, -7147

426 Modified Paths:

/.clang-tidy (+0, -1) (Diff)
/source/blender/blenkernel/intern/fcurve_test.cc (+1, -1) (Diff)
/source/blender/blenkernel/intern/lattice_deform_test.cc (+6, -6) (Diff)
/source/blender/blenkernel/intern/simulation.cc (+2, -2) (Diff)
/source/blender/blenkernel/intern/volume.cc (+23, -23) (Diff)
/source/blender/blenkernel/intern/volume_render.cc (+3, -3) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+19, -19) (Diff)
/source/blender/blenlib/intern/mesh_intersect.cc (+3, -3) (Diff)
/source/blender/blenlib/intern/task_pool.cc (+5, -5) (Diff)
/source/blender/blenlib/intern/task_range.cc (+3, -3) (Diff)
/source/blender/blenlib/tests/BLI_array_store_test.cc (+9, -9) (Diff)
/source/blender/blenlib/tests/BLI_array_utils_test.cc (+1, -1) (Diff)
/source/blender/blenlib/tests/BLI_delaunay_2d_test.cc (+1, -1) (Diff)
/source/blender/blenlib/tests/BLI_expr_pylike_eval_test.cc (+6, -6) (Diff)
/source/blender/blenlib/tests/BLI_ghash_test.cc (+9, -9) (Diff)
/source/blender/blenlib/tests/BLI_heap_simple_test.cc (+7, -7) (Diff)
/source/blender/blenlib/tests/BLI_heap_test.cc (+11, -11) (Diff)
/source/blender/blenlib/tests/BLI_kdopbvh_test.cc (+2, -2) (Diff)
/source/blender/blenlib/tests/BLI_linklist_lockfree_test.cc (+6, -6) (Diff)
/source/blender/blenlib/tests/BLI_listbase_test.cc (+11, -11) (Diff)
/source/blender/blenlib/tests/BLI_path_util_test.cc (+42, -42) (Diff)
/source/blender/blenlib/tests/BLI_polyfill_2d_test.cc (+2, -2) (Diff)
/source/blender/blenlib/tests/BLI_string_test.cc (+21, -21) (Diff)
/source/blender/blenlib/tests/BLI_string_utf8_test.cc (+2, -2) (Diff)
/source/blender/blenlib/tests/BLI_task_graph_test.cc (+23, -23) (Diff)
/source/blender/blenlib/tests/BLI_task_test.cc (+8, -8) (Diff)
/source/blender/blenlib/tests/BLI_vector_test.cc (+4, -4) (Diff)
/source/blender/blenlib/tests/performance/BLI_ghash_performance_test.cc (+6, -6) (Diff)
/source/blender/blenlib/tests/performance/BLI_task_performance_test.cc (+2, -2) (Diff)
/source/blender/blenloader/tests/blendfile_loading_base_test.cc (+2, -2) (Diff)
/source/blender/bmesh/tests/bmesh_core_test.cc (+5, -5) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.cc (+14, -14) (Diff)
/source/blender/compositor/intern/COM_CompositorContext.cpp (+4, -4) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+5, -5) (Diff)
/source/blender/compositor/intern/COM_CPUDevice.cpp (+1, -1) (Diff)
/source/blender/compositor/intern/COM_ExecutionGroup.cpp (+10, -10) (Diff)
/source/blender/compositor/intern/COM_MemoryBuffer.cpp (+2, -2) (Diff)
/source/blender/compositor/intern/COM_MemoryProxy.cpp (+3, -3) (Diff)
/source/blender/compositor/intern/COM_Node.cpp (+10, -10) (Diff)
/source/blender/compositor/intern/COM_NodeGraph.cpp (+3, -3) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/intern/COM_NodeOperationBuilder.cpp (+11, -11) (Diff)
/source/blender/compositor/intern/COM_OpenCLDevice.cpp (+3, -3) (Diff)
/source/blender/compositor/intern/COM_SingleThreadedOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/intern/COM_WorkScheduler.cpp (+19, -19) (Diff)
/source/blender/compositor/nodes/COM_BlurNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ChannelMatteNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_CombineColorNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ConvertAlphaNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_DefocusNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_FilterNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_GlareNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ImageNode.cpp (+6, -6) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_MathNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_MovieClipNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_RenderLayersNode.cpp (+6, -6) (Diff)
/source/blender/compositor/nodes/COM_SeparateColorNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ZCombineNode.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_AntiAliasOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.cpp (+8, -8) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_ChannelMatteOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.cpp (+12, -12) (Diff)
/source/blender/compositor/operations/COM_ColorMatteOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ColorRampOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorSpillOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.cpp (+18, -18) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_ConvertOperation.cpp (+12, -12) (Diff)
/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cpp (+10, -10) (Diff)
/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cpp (+13, -13) (Diff)
/source/blender/compositor/operations/COM_CropOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_CurveBaseOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DenoiseOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_DespeckleOperation.cpp (+13, -13) (Diff)
/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.cpp (+12, -12) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DisplaceOperation.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_DisplaceSimpleOperation.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_DistanceRGBMatteOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_DotproductOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp (+8, -8) (Diff)
/source/blender/compositor/operations/COM_EllipseMaskOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_FlipOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_GammaCorrectOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_GammaOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_GlareBaseOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.cpp (+27, -27) (Diff)
/source/blender/compositor/operations/COM_InpaintOperation.cpp (+11, -11) (Diff)
/source/blender/compositor/operations/COM_InvertOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_KeyingDespillOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp (+12, -12) (Diff)
/source/blender/compositor/operations/COM_KeyingSetAlphaOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MapRangeOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_MapUVOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_MapValueOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MaskOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_MixOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_MovieClipAttributeOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MovieClipOperation.cpp (+10, -10) (Diff)
/source/blender/compositor/operations/COM_MovieDistortionOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_MultilayerImageOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_NormalizeOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+21, -21) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+19, -19) (Diff)
/source/blender/compositor/operations/COM_PixelateOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_PreviewOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ReadBufferOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+13, -13) (Diff)
/source/blender/compositor/operations/COM_RotateOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ScaleOperation.cpp (+14, -14) (Diff)
/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_SetAlphaOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_SetSamplerOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SplitOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_SunBeamsOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_TextureOperation.cpp (+14, -14) (Diff)
/source/blender/compositor/operations/COM_TonemapOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_TrackPositionOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_VectorBlurOperation.cpp (+22, -22) (Diff)
/source/blender/compositor/operations/COM_VectorCurveOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ViewerOperation.cpp (+17, -17) (Diff)
/source/blender/compositor/operations/COM_WriteBufferOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ZCombineOperation.cpp (+14, -14) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc (+2, -2) (Diff)
/source/blender/freestyle/intern/application/AppCanvas.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/application/AppConfig.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+28, -28) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp (+11, -11) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+24, -24) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+16, -16) (Diff)
/source/blender/freestyle/intern/geometry/FastGrid.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/Grid.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_FalseBP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_Length2DBP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_TrueBP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/BPy_BBox.cpp (+29, -29) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.cpp (+33, -33) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.cpp (+33, -33) (Diff)
/source/blender/freestyle/intern/python/BPy_ContextFunctions.cpp (+11, -11) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+41, -41) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+15, -15) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+38, -38) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsNoise.cpp (+51, -51) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.cpp (+37, -37) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+50, -50) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+42, -42) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+34, -34) (Diff)
/source/blender/freestyle/intern/python/BPy_MediumType.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/BPy_Nature.cpp (+65, -65) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.cpp (+94, -94) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+41, -41) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+59, -59) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.cpp (+34, -34) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+34, -34) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.cpp (+34, -34) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+47, -47) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+39, -39) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+45, -45) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+34, -34) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+43, -43) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+37, -37) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+48, -48) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp (+43, -43) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+59, -59) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+42, -42) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+38, -38) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+42, -42) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+36, -36) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+39, -39) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+46, -46) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp (+34, -34) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+37, -37) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+40, -40) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+42, -42) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+36, -36) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+41, -41) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BezierCurveShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BlenderTextureShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ColorNoiseShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantColorShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantThicknessShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_GuidingLinesShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingColorShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingThicknessShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_PolygonalizationShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SmoothingShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SpatialNoiseShader.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureStepShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessNoiseShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TipRemoverShader.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.cpp (+32, -32) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_Curvature2DAngleF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedXF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedYF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedZF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetXF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetYF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetZF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_LocalAverageDepthF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_ZDiscontinuityF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetParameterF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadMapPixelF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Id/BPy_ShapeIdF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/BPy_MaterialF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Nature_EdgeNature/BPy_CurveNatureF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/BPy_VertexOrientation3DF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetOccludeeF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetShapeF0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp (+35, -35) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_Curvature2DAngleF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_DensityF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetCompleteViewMapDensityF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetDirectionalViewMapDensityF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedXF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedYF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedZF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetSteerableViewMapDensityF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetViewMapGradientNormF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetXF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetYF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_LocalAverageDepthF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_ZDiscontinuityF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned_int/BPy_QuantitativeInvisibilityF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Orientation2DF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec3f/BPy_Orientation3DF1D.cpp (+31, -31) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludeeF1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludersF1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetShapeF1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_ChainingTimeStampF1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_TimeStampF1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_FalseUP0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_TrueUP0D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_DensityLowerThanUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToTimeStampUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_FalseUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_TrueUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_WithinImageBoundaryUP1D.cpp (+30, -30) (Diff)
/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp (+43, -43) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.cpp (+11, -11) (Diff)
/source/blender/freestyle/intern/stroke/Curve.cpp (+39, -39) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+8, -8) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+25, -25) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.cpp (+7, -7) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/system/StringUtils.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/BoxGrid.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/CulledOccluderSource.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.cpp (+13, -13) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.cpp (+6, -6) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+44, -44) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.cpp (+23, -23) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+51, -51) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.cpp (+8, -8) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.cpp (+22, -22) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.cpp (+7, -7) (Diff)
/source/blender/gpu/intern/gpu_batch.cc (+10, -10) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+5, -5) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+15, -15) (Diff)
/source/blender/gpu/intern/gpu_immediate.cc (+9, -9) (Diff)
/source/blender/gpu/intern/gpu_index_buffer.cc (+3, -3) (Diff)
/source/blender/gpu/intern/gpu_matrix.cc (+8, -8) (Diff)
/source/blender/gpu/intern/gpu_shader.cc (+12, -12) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+8, -8) (Diff)
/source/blender/gpu/intern/gpu_uniform_buffer.cc (+8, -8) (Diff)
/source/blender/gpu/intern/gpu_vertex_buffer.cc (+5, -5) (Diff)
/source/blender/gpu/opengl/gl_batch.cc (+9, -9) (Diff)
/source/blender/gpu/opengl/gl_debug.cc (+9, -9) (Diff)
/source/blender/gpu/opengl/gl_drawlist.cc (+9, -9) (Diff)
/source/blender/gpu/opengl/gl_framebuffer.cc (+5, -5) (Diff)
/source/blender/gpu/opengl/gl_immediate.cc (+4, -4) (Diff)
/source/blender/gpu/opengl/gl_shader.cc (+4, -4) (Diff)
/source/blender/gpu/opengl/gl_shader_interface.cc (+2, -2) (Diff)
/source/blender/gpu/opengl/gl_texture.cc (+16, -16) (Diff)
/source/blender/gpu/opengl/gl_uniform_buffer.cc (+2, -2) (Diff)
/source/blender/gpu/opengl/gl_vertex_array.cc (+1, -1) (Diff)
/source/blender/gpu/opengl/gl_vertex_buffer.cc (+4, -4) (Diff)
/source/blender/ikplugin/intern/itasc_plugin.cpp (+35, -35) (Diff)
/source/blender/imbuf/intern/dds/dds_api.cpp (+13, -13) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Image.cpp (+2, -2) (Diff)
/source/blender/imbuf/intern/oiio/openimageio_api.cpp (+12, -12) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+42, -42) (Diff)
/source/blender/io/alembic/exporter/abc_export_capi.cc (+2, -2) (Diff)
/source/blender/io/alembic/exporter/abc_writer_curves.cc (+2, -2) (Diff)
/source/blender/io/alembic/exporter/abc_writer_hair.cc (+3, -3) (Diff)
/source/blender/io/alembic/exporter/abc_writer_nurbs.cc (+2, -2) (Diff)
/source/blender/io/alembic/exporter/abc_writer_points.cc (+1, -1) (Diff)
/source/blender/io/alembic/exporter/abc_writer_transform.cc (+1, -1) (Diff)
/source/blender/io/alembic/intern/abc_reader_curves.cc (+3, -3) (Diff)
/source/blender/io/alembic/intern/abc_reader_mesh.cc (+10, -10) (Diff)
/source/blender/io/alembic/intern/abc_reader_object.cc (+3, -3) (Diff)
/source/blender/io/alembic/intern/abc_reader_points.cc (+2, -2) (Diff)
/source/blender/io/alembic/intern/abc_reader_transform.cc (+1, -1) (Diff)
/source/blender/io/alembic/intern/abc_util.cc (+2, -2) (Diff)
/source/blender/io/alembic/intern/alembic_capi.cc (+16, -16) (Diff)
/source/blender/io/collada/AnimationExporter.cpp (+3, -3) (Diff)
/source/blender/io/collada/AnimationImporter.cpp (+22, -22) (Diff)
/source/blender/io/collada/ArmatureExporter.cpp (+2, -2) (Diff)
/source/blender/io/collada/ArmatureImporter.cpp (+27, -27) (Diff)
/source/blender/io/collada/BCAnimationCurve.cpp (+11, -11) (Diff)
/source/blender/io/collada/BCAnimationSampler.cpp (+7, -7) (Diff)
/source/blender/io/collada/BCSampleData.cpp (+1, -1) (Diff)
/source/blender/io/collada/collada.cpp (+1, -1) (Diff)
/source/blender/io/collada/collada_utils.cpp (+23, -23) (Diff)
/source/blender/io/collada/ControllerExporter.cpp (+7, -7) (Diff)
/source/blender/io/collada/DocumentExporter.cpp (+4, -4) (Diff)
/source/blender/io/collada/DocumentImporter.cpp (+34, -34) (Diff)
/source/blender/io/collada/ExtraHandler.cpp (+3, -3) (Diff)
/source/blender/io/collada/GeometryExporter.cpp (+3, -3) (Diff)
/source/blender/io/collada/ImageExporter.cpp (+3, -3) (Diff)
/source/blender/io/collada/Materials.cpp (+5, -5) (Diff)
/source/blender/io/collada/MeshImporter.cpp (+16, -16) (Diff)
/source/blender/io/collada/SceneExporter.cpp (+2, -2) (Diff)
/source/blender/io/collada/SkinInfo.cpp (+3, -3) (Diff)
/source/blender/io/collada/TransformReader.cpp (+1, -1) (Diff)
/source/blender/io/collada/TransformWriter.cpp (+2, -2) (Diff)
/source/blender/io/common/intern/hierarchy_context_order_test.cc (+10, -10) (Diff)
/source/blender/modifiers/intern/MOD_mask.cc (+18, -18) (Diff)
/source/blender/modifiers/intern/MOD_mesh_to_volume.cc (+28, -28) (Diff)
/source/blender/modifiers/intern/MOD_simulation.cc (+12, -12) (Diff)
/source/blender/modifiers/intern/MOD_volume_displace.cc (+23, -23) (Diff)
/source/blender/modifiers/intern/MOD_volume_to_mesh.cc (+26, -26) (Diff)
/source/blender/nodes/intern/node_socket.cc (+6, -6) (Diff)
/source/blender/nodes/shader/nodes/node_shader_sepcombRGB.cc (+2, -2) (Diff)
/source/blender/nodes/shader/nodes/node_shader_valToRgb.cc (+2, -2) (Diff)
/source/blender/nodes/shader/nodes/node_shader_value.cc (+1, -1) (Diff)
/source/blender/nodes/simulation/nodes/node_sim_common.cc (+2, -2) (Diff)
/source/blender/simulation/intern/hair_volume.cpp (+1, -1) (Diff)
/source/blender/simulation/intern/SIM_mass_spring.cpp (+16, -16) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021