Blender Git Commit Log

Git Commits -> Revision 9987a8f

Revision 9987a8f by Jeroen Bakker (master)
July 13, 2012, 12:24 (GMT)
Removed parameter from executePixel and initializeTileData.

Commit Details:

Full Hash: 9987a8fca727d117b1d94587144d704be0b235dd
SVN Revision: 48890
Parent Commit: bccd538
Lines Changed: +762, -763

256 Modified Paths:

/source/blender/compositor/intern/COM_SingleThreadedNodeOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/intern/COM_SingleThreadedNodeOperation.h (+3, -3) (Diff)
/source/blender/compositor/intern/COM_SocketReader.h (+12, -12) (Diff)
/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_AlphaOverKeyOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_AntiAliasOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_AntiAliasOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.cpp (+11, -11) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ChannelMatteOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ChannelMatteOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ChromaMatteOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.cpp (+8, -8) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ColorMatteOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorMatteOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ColorRampOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ColorRampOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ColorSpillOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ColorSpillOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CombineChannelsOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_CombineChannelsOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToBWOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToValueProg.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToValueProg.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertKeyToPremulOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertKeyToPremulOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertPremulToKeyOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertPremulToKeyOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToYCCOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToYCCOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToYUVOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToYUVOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToColorProg.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToColorProg.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertYCCToRGBOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertYCCToRGBOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertYUVToRGBOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ConvertYUVToRGBOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cpp (+11, -11) (Diff)
/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cpp (+11, -11) (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 (+2, -2) (Diff)
/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DifferenceMatteOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.cpp (+13, -13) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_DisplaceOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_DisplaceOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_DisplaceSimpleOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_DisplaceSimpleOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_DistanceMatteOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DistanceMatteOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_DotproductOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_DotproductOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_EllipseMaskOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_EllipseMaskOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_FlipOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_FlipOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_GammaCorrectOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_GammaCorrectOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_GammaOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GammaOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp (+12, -12) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_GaussianXBlurOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_GaussianYBlurOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_GlareBaseOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_GlareBaseOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_IDMaskOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_IDMaskOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_InvertOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_InvertOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_KeyingBlurOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_KeyingBlurOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_KeyingClipOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_KeyingClipOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_KeyingDespillOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_KeyingDespillOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_KeyingScreenOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_LuminanceMatteOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MapUVOperation.cpp (+11, -11) (Diff)
/source/blender/compositor/operations/COM_MapUVOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MapValueOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MapValueOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MaskOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MaskOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.cpp (+51, -51) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.h (+18, -18) (Diff)
/source/blender/compositor/operations/COM_MixAddOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixAddOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixBaseOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixBaseOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixBlendOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixBlendOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixBurnOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixBurnOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixColorOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixColorOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixDarkenOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixDarkenOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixDifferenceOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixDifferenceOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixDivideOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixDivideOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixDodgeOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixDodgeOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixGlareOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixGlareOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixHueOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixHueOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixLightenOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixLightenOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixLinearLightOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixLinearLightOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixMultiplyOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixMultiplyOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixOverlayOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixOverlayOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixSaturationOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixSaturationOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixScreenOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixScreenOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixSoftLightOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixSoftLightOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixSubtractOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixSubtractOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MixValueOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MixValueOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MovieClipAttributeOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MovieClipAttributeOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MovieClipOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MovieClipOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MovieDistortionOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_MovieDistortionOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_MultilayerImageOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_MultilayerImageOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_NormalizeOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_NormalizeOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_PreviewOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ReadBufferOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ReadBufferOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_RenderLayersAlphaProg.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_RenderLayersAlphaProg.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_RenderLayersBaseProg.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_RenderLayersBaseProg.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_RotateOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_RotateOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ScaleOperation.cpp (+15, -15) (Diff)
/source/blender/compositor/operations/COM_ScaleOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_SeparateChannelOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_SeparateChannelOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SetAlphaOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_SetAlphaOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SetColorOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SetColorOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SetSamplerOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_SetSamplerOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SetValueOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SetValueOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SetVectorOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SetVectorOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SocketProxyOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_SocketProxyOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SplitViewerOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_TextureOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_TextureOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_TonemapOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_TonemapOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp (+11, -11) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h (+5, -5) (Diff)
/source/blender/compositor/operations/COM_VectorBlurOperation.cpp (+5, -5) (Diff)
/source/blender/compositor/operations/COM_VectorBlurOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_VectorCurveOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_VectorCurveOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ViewerOperation.cpp (+2, -3) (Diff)
/source/blender/compositor/operations/COM_WriteBufferOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_WriteBufferOperation.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ZCombineOperation.cpp (+12, -12) (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