Blender Git Commit Log

Git Commits -> Revision a262ea8

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

Commit Details:

Full Hash: a262ea8c47f8106f66e16935c556f383ef306861
Parent Commit: 4108805
Lines Changed: +1297, -1297

237 Modified Paths:

/source/blender/compositor/intern/COM_ChunkOrder.h (+1, -1) (Diff)
/source/blender/compositor/intern/COM_compositor.cpp (+1, -1) (Diff)
/source/blender/compositor/intern/COM_CompositorContext.h (+2, -2) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+2, -2) (Diff)
/source/blender/compositor/intern/COM_Converter.h (+3, -3) (Diff)
/source/blender/compositor/intern/COM_Debug.cpp (+33, -33) (Diff)
/source/blender/compositor/intern/COM_Debug.h (+8, -8) (Diff)
/source/blender/compositor/intern/COM_Device.h (+2, -2) (Diff)
/source/blender/compositor/intern/COM_ExecutionGroup.cpp (+7, -7) (Diff)
/source/blender/compositor/intern/COM_ExecutionGroup.h (+40, -40) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.cpp (+1, -1) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.h (+2, -2) (Diff)
/source/blender/compositor/intern/COM_MemoryBuffer.h (+22, -22) (Diff)
/source/blender/compositor/intern/COM_MemoryProxy.h (+4, -4) (Diff)
/source/blender/compositor/intern/COM_Node.cpp (+3, -3) (Diff)
/source/blender/compositor/intern/COM_Node.h (+26, -26) (Diff)
/source/blender/compositor/intern/COM_NodeConverter.cpp (+13, -13) (Diff)
/source/blender/compositor/intern/COM_NodeConverter.h (+12, -12) (Diff)
/source/blender/compositor/intern/COM_NodeGraph.cpp (+18, -18) (Diff)
/source/blender/compositor/intern/COM_NodeGraph.h (+17, -17) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.h (+27, -27) (Diff)
/source/blender/compositor/intern/COM_NodeOperationBuilder.cpp (+80, -80) (Diff)
/source/blender/compositor/intern/COM_NodeOperationBuilder.h (+25, -25) (Diff)
/source/blender/compositor/intern/COM_OpenCLDevice.cpp (+2, -2) (Diff)
/source/blender/compositor/intern/COM_OpenCLDevice.h (+7, -7) (Diff)
/source/blender/compositor/intern/COM_SingleThreadedOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/intern/COM_SingleThreadedOperation.h (+5, -5) (Diff)
/source/blender/compositor/intern/COM_WorkScheduler.cpp (+3, -3) (Diff)
/source/blender/compositor/intern/COM_WorkScheduler.h (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_AlphaOverNode.cpp (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_BilateralBlurNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_BlurNode.cpp (+12, -12) (Diff)
/source/blender/compositor/nodes/COM_BokehBlurNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_BokehImageNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_BoxMaskNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_BrightnessNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ChromaMatteNode.cpp (+7, -7) (Diff)
/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_ColorCorrectionNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_ColorCurveNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_ColorMatteNode.cpp (+7, -7) (Diff)
/source/blender/compositor/nodes/COM_ColorNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ColorRampNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_ColorSpillNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_ColorToBWNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_CombineColorNode.cpp (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_CombineColorNode.h (+5, -5) (Diff)
/source/blender/compositor/nodes/COM_CompositorNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_ConvertAlphaNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_CornerPinNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_CropNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_DefocusNode.cpp (+15, -15) (Diff)
/source/blender/compositor/nodes/COM_DespeckleNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_DifferenceMatteNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_DilateErodeNode.cpp (+12, -12) (Diff)
/source/blender/compositor/nodes/COM_DirectionalBlurNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_DistanceMatteNode.cpp (+12, -12) (Diff)
/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_EllipseMaskNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_FilterNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_FlipNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_GammaNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_GlareNode.cpp (+6, -6) (Diff)
/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cpp (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_IDMaskNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_ImageNode.cpp (+8, -8) (Diff)
/source/blender/compositor/nodes/COM_InpaintNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_InvertNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.cpp (+37, -37) (Diff)
/source/blender/compositor/nodes/COM_KeyingScreenNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_LensDistortionNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_LuminanceMatteNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_MapRangeNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_MapUVNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_MapValueNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_MathNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_MixNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_MovieClipNode.cpp (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_MovieDistortionNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_NormalNode.cpp (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.cpp (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_PixelateNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cpp (+6, -6) (Diff)
/source/blender/compositor/nodes/COM_RotateNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_ScaleNode.cpp (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_SeparateColorNode.cpp (+10, -10) (Diff)
/source/blender/compositor/nodes/COM_SeparateColorNode.h (+5, -5) (Diff)
/source/blender/compositor/nodes/COM_SetAlphaNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_SocketProxyNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_SocketProxyNode.h (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_Stabilize2dNode.cpp (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_SwitchNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_TextureNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_TimeNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_TonemapNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_TrackPositionNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_TransformNode.cpp (+8, -8) (Diff)
/source/blender/compositor/nodes/COM_TranslateNode.cpp (+6, -6) (Diff)
/source/blender/compositor/nodes/COM_ValueNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_VectorBlurNode.cpp (+2, -2) (Diff)
/source/blender/compositor/nodes/COM_VectorCurveNode.cpp (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ViewLevelsNode.cpp (+3, -3) (Diff)
/source/blender/compositor/nodes/COM_ZCombineNode.cpp (+8, -8) (Diff)
/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_AlphaOverKeyOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_AntiAliasOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.h (+10, -10) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.h (+6, -6) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.h (+7, -7) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ChannelMatteOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_ColorRampOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ColorSpillOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ColorSpillOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h (+7, -7) (Diff)
/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertOperation.h (+18, -18) (Diff)
/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cpp (+12, -12) (Diff)
/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvolutionFilterOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CropOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_CropOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CurveBaseOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_DifferenceMatteOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.h (+24, -24) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_DisplaceOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_DisplaceOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DisplaceSimpleOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_DisplaceSimpleOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_DistanceRGBMatteOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_DistanceRGBMatteOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DotproductOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp (+38, -38) (Diff)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_EllipseMaskOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_EllipseMaskOperation.h (+7, -7) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp (+13, -13) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_FlipOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_FlipOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_GammaCorrectOperation.h (+6, -6) (Diff)
/source/blender/compositor/operations/COM_GammaOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_GammaOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp (+11, -11) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_GaussianXBlurOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_GaussianYBlurOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_InpaintOperation.cpp (+18, -18) (Diff)
/source/blender/compositor/operations/COM_InpaintOperation.h (+7, -7) (Diff)
/source/blender/compositor/operations/COM_InvertOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_InvertOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_LuminanceMatteOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_MapRangeOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MapRangeOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_MapUVOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MapUVOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MapValueOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MapValueOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.cpp (+37, -37) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MixOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_MixOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_MovieClipOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_NormalizeOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+16, -16) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+10, -10) (Diff)
/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cpp (+14, -14) (Diff)
/source/blender/compositor/operations/COM_PlaneCornerPinOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_PreviewOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_PreviewOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ReadBufferOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ReadBufferOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_RotateOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_RotateOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp (+19, -19) (Diff)
/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_SetAlphaOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_SetAlphaOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_SetSamplerOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_SetValueOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_SetVectorOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_SocketProxyOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_SunBeamsOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_TextureOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_TonemapOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp (+11, -11) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h (+11, -11) (Diff)
/source/blender/compositor/operations/COM_VectorBlurOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_VectorCurveOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ViewerOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ViewerOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_WriteBufferOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_WriteBufferOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ZCombineOperation.h (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021