Blender Git Loki
Git Commits -> Revision b03fcc6
Revision b03fcc6 by Jeroen Bakker (tile) April 24, 2012, 16:55 (GMT) |
TileBranch * converted spaces to tabs |
Commit Details:
Full Hash: b03fcc62da767b23bd62f1ae156c08e9c0f3068b
SVN Revision: 45937
Parent Commit: 482d81d
Lines Changed: +981, -981
56 Modified Paths:
/source/blender/compositor/operations/COM_AlphaOverKeyOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp (+28, -28) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.h (+11, -11) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp (+25, -25) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.h (+16, -16) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.h (+11, -11) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.h (+15, -15) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.h (+15, -15) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.cpp (+67, -67) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.h (+29, -29) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.cpp (+37, -37) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.h (+18, -18) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.h (+19, -19) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp (+12, -12) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.h (+18, -18) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp (+24, -24) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.h (+41, -41) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp (+28, -28) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h (+41, -41) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp (+90, -90) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.h (+28, -28) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.h (+17, -17) (Diff)
/source/blender/compositor/operations/COM_ColorRampOperation.h (+17, -17) (Diff)
/source/blender/compositor/operations/COM_CombineChannelsOperation.cpp (+28, -28) (Diff)
/source/blender/compositor/operations/COM_CombineChannelsOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.h (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToBWOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertColourToValueProg.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertColourToValueProg.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertKeyToPremulOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertPremulToKeyOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToYUVOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToColourProg.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToColourProg.h (+18, -18) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertYUVToRGBOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_MixBaseOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp (+28, -28) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.h (+11, -11) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp (+25, -25) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.h (+8, -8) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.h (+16, -16) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.h (+11, -11) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.h (+15, -15) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.h (+15, -15) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.cpp (+67, -67) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.h (+29, -29) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.cpp (+37, -37) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.h (+18, -18) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.h (+19, -19) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.h (+3, -3) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp (+12, -12) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.h (+18, -18) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp (+24, -24) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.h (+41, -41) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp (+28, -28) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h (+41, -41) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp (+90, -90) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.h (+28, -28) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.h (+17, -17) (Diff)
/source/blender/compositor/operations/COM_ColorRampOperation.h (+17, -17) (Diff)
/source/blender/compositor/operations/COM_CombineChannelsOperation.cpp (+28, -28) (Diff)
/source/blender/compositor/operations/COM_CombineChannelsOperation.h (+4, -4) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.h (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToBWOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertColourToValueProg.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertColourToValueProg.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertKeyToPremulOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertPremulToKeyOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.cpp (+7, -7) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertRGBToYUVOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToColourProg.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToColourProg.h (+18, -18) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.cpp (+9, -9) (Diff)
/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.cpp (+6, -6) (Diff)
/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_ConvertYUVToRGBOperation.h (+21, -21) (Diff)
/source/blender/compositor/operations/COM_MixBaseOperation.cpp (+3, -3) (Diff)