Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-03-08 15:41:52 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-08 15:41:52 +0300
commit1775ea74c152ba7cf27a8bc1f071b40992c89013 (patch)
tree310fbe4e107734a16b3164adb1a65bd918935855
parentb9cd2f4531ca670c196b0b14b1359d0f375103c2 (diff)
Cleanup: Change extension .cpp to .cc
-rw-r--r--source/blender/compositor/CMakeLists.txt444
-rw-r--r--source/blender/compositor/intern/COM_CPUDevice.cc (renamed from source/blender/compositor/intern/COM_CPUDevice.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_ChunkOrder.cc (renamed from source/blender/compositor/intern/COM_ChunkOrder.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_ChunkOrderHotspot.cc (renamed from source/blender/compositor/intern/COM_ChunkOrderHotspot.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_CompositorContext.cc (renamed from source/blender/compositor/intern/COM_CompositorContext.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_Converter.cc (renamed from source/blender/compositor/intern/COM_Converter.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_Debug.cc (renamed from source/blender/compositor/intern/COM_Debug.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_Device.cc (renamed from source/blender/compositor/intern/COM_Device.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_ExecutionGroup.cc (renamed from source/blender/compositor/intern/COM_ExecutionGroup.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_ExecutionSystem.cc (renamed from source/blender/compositor/intern/COM_ExecutionSystem.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_MemoryBuffer.cc (renamed from source/blender/compositor/intern/COM_MemoryBuffer.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_MemoryProxy.cc (renamed from source/blender/compositor/intern/COM_MemoryProxy.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_MetaData.cc (renamed from source/blender/compositor/intern/COM_MetaData.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_Node.cc (renamed from source/blender/compositor/intern/COM_Node.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_NodeConverter.cc (renamed from source/blender/compositor/intern/COM_NodeConverter.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_NodeGraph.cc (renamed from source/blender/compositor/intern/COM_NodeGraph.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_NodeOperation.cc (renamed from source/blender/compositor/intern/COM_NodeOperation.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_NodeOperationBuilder.cc (renamed from source/blender/compositor/intern/COM_NodeOperationBuilder.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_OpenCLDevice.cc (renamed from source/blender/compositor/intern/COM_OpenCLDevice.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_SingleThreadedOperation.cc (renamed from source/blender/compositor/intern/COM_SingleThreadedOperation.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_SocketReader.cc (renamed from source/blender/compositor/intern/COM_SocketReader.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_WorkPackage.cc (renamed from source/blender/compositor/intern/COM_WorkPackage.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_WorkScheduler.cc (renamed from source/blender/compositor/intern/COM_WorkScheduler.cpp)0
-rw-r--r--source/blender/compositor/intern/COM_compositor.cc (renamed from source/blender/compositor/intern/COM_compositor.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_AlphaOverNode.cc (renamed from source/blender/compositor/nodes/COM_AlphaOverNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_BilateralBlurNode.cc (renamed from source/blender/compositor/nodes/COM_BilateralBlurNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_BlurNode.cc (renamed from source/blender/compositor/nodes/COM_BlurNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_BokehBlurNode.cc (renamed from source/blender/compositor/nodes/COM_BokehBlurNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_BokehImageNode.cc (renamed from source/blender/compositor/nodes/COM_BokehImageNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_BoxMaskNode.cc (renamed from source/blender/compositor/nodes/COM_BoxMaskNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_BrightnessNode.cc (renamed from source/blender/compositor/nodes/COM_BrightnessNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ChannelMatteNode.cc (renamed from source/blender/compositor/nodes/COM_ChannelMatteNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ChromaMatteNode.cc (renamed from source/blender/compositor/nodes/COM_ChromaMatteNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorBalanceNode.cc (renamed from source/blender/compositor/nodes/COM_ColorBalanceNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorCorrectionNode.cc (renamed from source/blender/compositor/nodes/COM_ColorCorrectionNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorCurveNode.cc (renamed from source/blender/compositor/nodes/COM_ColorCurveNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorExposureNode.cc (renamed from source/blender/compositor/nodes/COM_ColorExposureNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorMatteNode.cc (renamed from source/blender/compositor/nodes/COM_ColorMatteNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorNode.cc (renamed from source/blender/compositor/nodes/COM_ColorNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorRampNode.cc (renamed from source/blender/compositor/nodes/COM_ColorRampNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorSpillNode.cc (renamed from source/blender/compositor/nodes/COM_ColorSpillNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ColorToBWNode.cc (renamed from source/blender/compositor/nodes/COM_ColorToBWNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_CombineColorNode.cc (renamed from source/blender/compositor/nodes/COM_CombineColorNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_CompositorNode.cc (renamed from source/blender/compositor/nodes/COM_CompositorNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ConvertAlphaNode.cc (renamed from source/blender/compositor/nodes/COM_ConvertAlphaNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_CornerPinNode.cc (renamed from source/blender/compositor/nodes/COM_CornerPinNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_CropNode.cc (renamed from source/blender/compositor/nodes/COM_CropNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_CryptomatteNode.cc (renamed from source/blender/compositor/nodes/COM_CryptomatteNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DefocusNode.cc (renamed from source/blender/compositor/nodes/COM_DefocusNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DenoiseNode.cc (renamed from source/blender/compositor/nodes/COM_DenoiseNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DespeckleNode.cc (renamed from source/blender/compositor/nodes/COM_DespeckleNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DifferenceMatteNode.cc (renamed from source/blender/compositor/nodes/COM_DifferenceMatteNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DilateErodeNode.cc (renamed from source/blender/compositor/nodes/COM_DilateErodeNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DirectionalBlurNode.cc (renamed from source/blender/compositor/nodes/COM_DirectionalBlurNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DisplaceNode.cc (renamed from source/blender/compositor/nodes/COM_DisplaceNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DistanceMatteNode.cc (renamed from source/blender/compositor/nodes/COM_DistanceMatteNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cc (renamed from source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_EllipseMaskNode.cc (renamed from source/blender/compositor/nodes/COM_EllipseMaskNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_FilterNode.cc (renamed from source/blender/compositor/nodes/COM_FilterNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_FlipNode.cc (renamed from source/blender/compositor/nodes/COM_FlipNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_GammaNode.cc (renamed from source/blender/compositor/nodes/COM_GammaNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_GlareNode.cc (renamed from source/blender/compositor/nodes/COM_GlareNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cc (renamed from source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_HueSaturationValueNode.cc (renamed from source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_IDMaskNode.cc (renamed from source/blender/compositor/nodes/COM_IDMaskNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ImageNode.cc (renamed from source/blender/compositor/nodes/COM_ImageNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_InpaintNode.cc (renamed from source/blender/compositor/nodes/COM_InpaintNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_InvertNode.cc (renamed from source/blender/compositor/nodes/COM_InvertNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_KeyingNode.cc (renamed from source/blender/compositor/nodes/COM_KeyingNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_KeyingScreenNode.cc (renamed from source/blender/compositor/nodes/COM_KeyingScreenNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_LensDistortionNode.cc (renamed from source/blender/compositor/nodes/COM_LensDistortionNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_LuminanceMatteNode.cc (renamed from source/blender/compositor/nodes/COM_LuminanceMatteNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_MapRangeNode.cc (renamed from source/blender/compositor/nodes/COM_MapRangeNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_MapUVNode.cc (renamed from source/blender/compositor/nodes/COM_MapUVNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_MapValueNode.cc (renamed from source/blender/compositor/nodes/COM_MapValueNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_MaskNode.cc (renamed from source/blender/compositor/nodes/COM_MaskNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_MathNode.cc (renamed from source/blender/compositor/nodes/COM_MathNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_MixNode.cc (renamed from source/blender/compositor/nodes/COM_MixNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_MovieClipNode.cc (renamed from source/blender/compositor/nodes/COM_MovieClipNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_MovieDistortionNode.cc (renamed from source/blender/compositor/nodes/COM_MovieDistortionNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_NormalNode.cc (renamed from source/blender/compositor/nodes/COM_NormalNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_NormalizeNode.cc (renamed from source/blender/compositor/nodes/COM_NormalizeNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_OutputFileNode.cc (renamed from source/blender/compositor/nodes/COM_OutputFileNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_PixelateNode.cc (renamed from source/blender/compositor/nodes/COM_PixelateNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cc (renamed from source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_RenderLayersNode.cc (renamed from source/blender/compositor/nodes/COM_RenderLayersNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_RotateNode.cc (renamed from source/blender/compositor/nodes/COM_RotateNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ScaleNode.cc (renamed from source/blender/compositor/nodes/COM_ScaleNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_SeparateColorNode.cc (renamed from source/blender/compositor/nodes/COM_SeparateColorNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_SetAlphaNode.cc (renamed from source/blender/compositor/nodes/COM_SetAlphaNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_SocketProxyNode.cc (renamed from source/blender/compositor/nodes/COM_SocketProxyNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_SplitViewerNode.cc (renamed from source/blender/compositor/nodes/COM_SplitViewerNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_Stabilize2dNode.cc (renamed from source/blender/compositor/nodes/COM_Stabilize2dNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_SunBeamsNode.cc (renamed from source/blender/compositor/nodes/COM_SunBeamsNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_SwitchNode.cc (renamed from source/blender/compositor/nodes/COM_SwitchNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_SwitchViewNode.cc (renamed from source/blender/compositor/nodes/COM_SwitchViewNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_TextureNode.cc (renamed from source/blender/compositor/nodes/COM_TextureNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_TimeNode.cc (renamed from source/blender/compositor/nodes/COM_TimeNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_TonemapNode.cc (renamed from source/blender/compositor/nodes/COM_TonemapNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_TrackPositionNode.cc (renamed from source/blender/compositor/nodes/COM_TrackPositionNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_TransformNode.cc (renamed from source/blender/compositor/nodes/COM_TransformNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_TranslateNode.cc (renamed from source/blender/compositor/nodes/COM_TranslateNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ValueNode.cc (renamed from source/blender/compositor/nodes/COM_ValueNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_VectorBlurNode.cc (renamed from source/blender/compositor/nodes/COM_VectorBlurNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_VectorCurveNode.cc (renamed from source/blender/compositor/nodes/COM_VectorCurveNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ViewLevelsNode.cc (renamed from source/blender/compositor/nodes/COM_ViewLevelsNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ViewerNode.cc (renamed from source/blender/compositor/nodes/COM_ViewerNode.cpp)0
-rw-r--r--source/blender/compositor/nodes/COM_ZCombineNode.cc (renamed from source/blender/compositor/nodes/COM_ZCombineNode.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_AlphaOverKeyOperation.cc (renamed from source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_AlphaOverMixedOperation.cc (renamed from source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cc (renamed from source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_AntiAliasOperation.cc (renamed from source/blender/compositor/operations/COM_AntiAliasOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_BilateralBlurOperation.cc (renamed from source/blender/compositor/operations/COM_BilateralBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_BlurBaseOperation.cc (renamed from source/blender/compositor/operations/COM_BlurBaseOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_BokehBlurOperation.cc (renamed from source/blender/compositor/operations/COM_BokehBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_BokehImageOperation.cc (renamed from source/blender/compositor/operations/COM_BokehImageOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_BoxMaskOperation.cc (renamed from source/blender/compositor/operations/COM_BoxMaskOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_BrightnessOperation.cc (renamed from source/blender/compositor/operations/COM_BrightnessOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_CalculateMeanOperation.cc (renamed from source/blender/compositor/operations/COM_CalculateMeanOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cc (renamed from source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ChangeHSVOperation.cc (renamed from source/blender/compositor/operations/COM_ChangeHSVOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ChannelMatteOperation.cc (renamed from source/blender/compositor/operations/COM_ChannelMatteOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ChromaMatteOperation.cc (renamed from source/blender/compositor/operations/COM_ChromaMatteOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cc (renamed from source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cc (renamed from source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ColorCorrectionOperation.cc (renamed from source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ColorCurveOperation.cc (renamed from source/blender/compositor/operations/COM_ColorCurveOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ColorExposureOperation.cc (renamed from source/blender/compositor/operations/COM_ColorExposureOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ColorMatteOperation.cc (renamed from source/blender/compositor/operations/COM_ColorMatteOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ColorRampOperation.cc (renamed from source/blender/compositor/operations/COM_ColorRampOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ColorSpillOperation.cc (renamed from source/blender/compositor/operations/COM_ColorSpillOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_CompositorOperation.cc (renamed from source/blender/compositor/operations/COM_CompositorOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ConvertColorProfileOperation.cc (renamed from source/blender/compositor/operations/COM_ConvertColorProfileOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cc (renamed from source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ConvertOperation.cc (renamed from source/blender/compositor/operations/COM_ConvertOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cc (renamed from source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ConvolutionFilterOperation.cc (renamed from source/blender/compositor/operations/COM_ConvolutionFilterOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_CropOperation.cc (renamed from source/blender/compositor/operations/COM_CropOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_CryptomatteOperation.cc (renamed from source/blender/compositor/operations/COM_CryptomatteOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_CurveBaseOperation.cc (renamed from source/blender/compositor/operations/COM_CurveBaseOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DenoiseOperation.cc (renamed from source/blender/compositor/operations/COM_DenoiseOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DespeckleOperation.cc (renamed from source/blender/compositor/operations/COM_DespeckleOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DifferenceMatteOperation.cc (renamed from source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DilateErodeOperation.cc (renamed from source/blender/compositor/operations/COM_DilateErodeOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DirectionalBlurOperation.cc (renamed from source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DisplaceOperation.cc (renamed from source/blender/compositor/operations/COM_DisplaceOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DisplaceSimpleOperation.cc (renamed from source/blender/compositor/operations/COM_DisplaceSimpleOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DistanceRGBMatteOperation.cc (renamed from source/blender/compositor/operations/COM_DistanceRGBMatteOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DistanceYCCMatteOperation.cc (renamed from source/blender/compositor/operations/COM_DistanceYCCMatteOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DotproductOperation.cc (renamed from source/blender/compositor/operations/COM_DotproductOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cc (renamed from source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_EllipseMaskOperation.cc (renamed from source/blender/compositor/operations/COM_EllipseMaskOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_FastGaussianBlurOperation.cc (renamed from source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_FlipOperation.cc (renamed from source/blender/compositor/operations/COM_FlipOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GammaCorrectOperation.cc (renamed from source/blender/compositor/operations/COM_GammaCorrectOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GammaOperation.cc (renamed from source/blender/compositor/operations/COM_GammaOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cc (renamed from source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cc (renamed from source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc (renamed from source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GaussianXBlurOperation.cc (renamed from source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GaussianYBlurOperation.cc (renamed from source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GlareBaseOperation.cc (renamed from source/blender/compositor/operations/COM_GlareBaseOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GlareFogGlowOperation.cc (renamed from source/blender/compositor/operations/COM_GlareFogGlowOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GlareGhostOperation.cc (renamed from source/blender/compositor/operations/COM_GlareGhostOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GlareSimpleStarOperation.cc (renamed from source/blender/compositor/operations/COM_GlareSimpleStarOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GlareStreaksOperation.cc (renamed from source/blender/compositor/operations/COM_GlareStreaksOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_GlareThresholdOperation.cc (renamed from source/blender/compositor/operations/COM_GlareThresholdOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cc (renamed from source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_IDMaskOperation.cc (renamed from source/blender/compositor/operations/COM_IDMaskOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ImageOperation.cc (renamed from source/blender/compositor/operations/COM_ImageOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_InpaintOperation.cc (renamed from source/blender/compositor/operations/COM_InpaintOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_InvertOperation.cc (renamed from source/blender/compositor/operations/COM_InvertOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_KeyingBlurOperation.cc (renamed from source/blender/compositor/operations/COM_KeyingBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_KeyingClipOperation.cc (renamed from source/blender/compositor/operations/COM_KeyingClipOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_KeyingDespillOperation.cc (renamed from source/blender/compositor/operations/COM_KeyingDespillOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_KeyingOperation.cc (renamed from source/blender/compositor/operations/COM_KeyingOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_KeyingScreenOperation.cc (renamed from source/blender/compositor/operations/COM_KeyingScreenOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_LuminanceMatteOperation.cc (renamed from source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MapRangeOperation.cc (renamed from source/blender/compositor/operations/COM_MapRangeOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MapUVOperation.cc (renamed from source/blender/compositor/operations/COM_MapUVOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MapValueOperation.cc (renamed from source/blender/compositor/operations/COM_MapValueOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MaskOperation.cc (renamed from source/blender/compositor/operations/COM_MaskOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MathBaseOperation.cc (renamed from source/blender/compositor/operations/COM_MathBaseOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MixOperation.cc (renamed from source/blender/compositor/operations/COM_MixOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MovieClipAttributeOperation.cc (renamed from source/blender/compositor/operations/COM_MovieClipAttributeOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MovieClipOperation.cc (renamed from source/blender/compositor/operations/COM_MovieClipOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MovieDistortionOperation.cc (renamed from source/blender/compositor/operations/COM_MovieDistortionOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_MultilayerImageOperation.cc (renamed from source/blender/compositor/operations/COM_MultilayerImageOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_NormalizeOperation.cc (renamed from source/blender/compositor/operations/COM_NormalizeOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cc (renamed from source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_OutputFileOperation.cc (renamed from source/blender/compositor/operations/COM_OutputFileOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_PixelateOperation.cc (renamed from source/blender/compositor/operations/COM_PixelateOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc (renamed from source/blender/compositor/operations/COM_PlaneCornerPinOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc (renamed from source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_PlaneTrackOperation.cc (renamed from source/blender/compositor/operations/COM_PlaneTrackOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_PreviewOperation.cc (renamed from source/blender/compositor/operations/COM_PreviewOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cc (renamed from source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_QualityStepHelper.cc (renamed from source/blender/compositor/operations/COM_QualityStepHelper.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ReadBufferOperation.cc (renamed from source/blender/compositor/operations/COM_ReadBufferOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_RenderLayersProg.cc (renamed from source/blender/compositor/operations/COM_RenderLayersProg.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_RotateOperation.cc (renamed from source/blender/compositor/operations/COM_RotateOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ScaleOperation.cc (renamed from source/blender/compositor/operations/COM_ScaleOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cc (renamed from source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cc (renamed from source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SetAlphaReplaceOperation.cc (renamed from source/blender/compositor/operations/COM_SetAlphaReplaceOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SetColorOperation.cc (renamed from source/blender/compositor/operations/COM_SetColorOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SetSamplerOperation.cc (renamed from source/blender/compositor/operations/COM_SetSamplerOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SetValueOperation.cc (renamed from source/blender/compositor/operations/COM_SetValueOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SetVectorOperation.cc (renamed from source/blender/compositor/operations/COM_SetVectorOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SocketProxyOperation.cc (renamed from source/blender/compositor/operations/COM_SocketProxyOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SplitOperation.cc (renamed from source/blender/compositor/operations/COM_SplitOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_SunBeamsOperation.cc (renamed from source/blender/compositor/operations/COM_SunBeamsOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_TextureOperation.cc (renamed from source/blender/compositor/operations/COM_TextureOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_TonemapOperation.cc (renamed from source/blender/compositor/operations/COM_TonemapOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_TrackPositionOperation.cc (renamed from source/blender/compositor/operations/COM_TrackPositionOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_TranslateOperation.cc (renamed from source/blender/compositor/operations/COM_TranslateOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cc (renamed from source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_VectorBlurOperation.cc (renamed from source/blender/compositor/operations/COM_VectorBlurOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_VectorCurveOperation.cc (renamed from source/blender/compositor/operations/COM_VectorCurveOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ViewerOperation.cc (renamed from source/blender/compositor/operations/COM_ViewerOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_WrapOperation.cc (renamed from source/blender/compositor/operations/COM_WrapOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_WriteBufferOperation.cc (renamed from source/blender/compositor/operations/COM_WriteBufferOperation.cpp)0
-rw-r--r--source/blender/compositor/operations/COM_ZCombineOperation.cc (renamed from source/blender/compositor/operations/COM_ZCombineOperation.cpp)0
223 files changed, 222 insertions, 222 deletions
diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt
index a226b009ec9..64033cbe5c4 100644
--- a/source/blender/compositor/CMakeLists.txt
+++ b/source/blender/compositor/CMakeLists.txt
@@ -49,504 +49,504 @@ set(SRC
COM_compositor.h
COM_defines.h
- intern/COM_CPUDevice.cpp
+ intern/COM_CPUDevice.cc
intern/COM_CPUDevice.h
- intern/COM_ChunkOrder.cpp
+ intern/COM_ChunkOrder.cc
intern/COM_ChunkOrder.h
- intern/COM_ChunkOrderHotspot.cpp
+ intern/COM_ChunkOrderHotspot.cc
intern/COM_ChunkOrderHotspot.h
- intern/COM_CompositorContext.cpp
+ intern/COM_CompositorContext.cc
intern/COM_CompositorContext.h
- intern/COM_Converter.cpp
+ intern/COM_Converter.cc
intern/COM_Converter.h
- intern/COM_Debug.cpp
+ intern/COM_Debug.cc
intern/COM_Debug.h
- intern/COM_Device.cpp
+ intern/COM_Device.cc
intern/COM_Device.h
- intern/COM_ExecutionGroup.cpp
+ intern/COM_ExecutionGroup.cc
intern/COM_ExecutionGroup.h
- intern/COM_ExecutionSystem.cpp
+ intern/COM_ExecutionSystem.cc
intern/COM_ExecutionSystem.h
- intern/COM_MemoryBuffer.cpp
+ intern/COM_MemoryBuffer.cc
intern/COM_MemoryBuffer.h
- intern/COM_MemoryProxy.cpp
+ intern/COM_MemoryProxy.cc
intern/COM_MemoryProxy.h
- intern/COM_MetaData.cpp
+ intern/COM_MetaData.cc
intern/COM_MetaData.h
- intern/COM_Node.cpp
+ intern/COM_Node.cc
intern/COM_Node.h
- intern/COM_NodeConverter.cpp
+ intern/COM_NodeConverter.cc
intern/COM_NodeConverter.h
- intern/COM_NodeGraph.cpp
+ intern/COM_NodeGraph.cc
intern/COM_NodeGraph.h
- intern/COM_NodeOperation.cpp
+ intern/COM_NodeOperation.cc
intern/COM_NodeOperation.h
- intern/COM_NodeOperationBuilder.cpp
+ intern/COM_NodeOperationBuilder.cc
intern/COM_NodeOperationBuilder.h
- intern/COM_OpenCLDevice.cpp
+ intern/COM_OpenCLDevice.cc
intern/COM_OpenCLDevice.h
- intern/COM_SingleThreadedOperation.cpp
+ intern/COM_SingleThreadedOperation.cc
intern/COM_SingleThreadedOperation.h
- intern/COM_SocketReader.cpp
+ intern/COM_SocketReader.cc
intern/COM_SocketReader.h
- intern/COM_WorkPackage.cpp
+ intern/COM_WorkPackage.cc
intern/COM_WorkPackage.h
- intern/COM_WorkScheduler.cpp
+ intern/COM_WorkScheduler.cc
intern/COM_WorkScheduler.h
- intern/COM_compositor.cpp
+ intern/COM_compositor.cc
- operations/COM_QualityStepHelper.cpp
+ operations/COM_QualityStepHelper.cc
operations/COM_QualityStepHelper.h
# Internal nodes
- nodes/COM_SocketProxyNode.cpp
+ nodes/COM_SocketProxyNode.cc
nodes/COM_SocketProxyNode.h
# input nodes
- nodes/COM_BokehImageNode.cpp
+ nodes/COM_BokehImageNode.cc
nodes/COM_BokehImageNode.h
- nodes/COM_ColorNode.cpp
+ nodes/COM_ColorNode.cc
nodes/COM_ColorNode.h
- nodes/COM_ImageNode.cpp
+ nodes/COM_ImageNode.cc
nodes/COM_ImageNode.h
- nodes/COM_MaskNode.cpp
+ nodes/COM_MaskNode.cc
nodes/COM_MaskNode.h
- nodes/COM_MovieClipNode.cpp
+ nodes/COM_MovieClipNode.cc
nodes/COM_MovieClipNode.h
- nodes/COM_OutputFileNode.cpp
+ nodes/COM_OutputFileNode.cc
nodes/COM_OutputFileNode.h
- nodes/COM_RenderLayersNode.cpp
+ nodes/COM_RenderLayersNode.cc
nodes/COM_RenderLayersNode.h
- nodes/COM_SwitchNode.cpp
+ nodes/COM_SwitchNode.cc
nodes/COM_SwitchNode.h
- nodes/COM_SwitchViewNode.cpp
+ nodes/COM_SwitchViewNode.cc
nodes/COM_SwitchViewNode.h
- nodes/COM_TextureNode.cpp
+ nodes/COM_TextureNode.cc
nodes/COM_TextureNode.h
- nodes/COM_TimeNode.cpp
+ nodes/COM_TimeNode.cc
nodes/COM_TimeNode.h
- nodes/COM_ValueNode.cpp
+ nodes/COM_ValueNode.cc
nodes/COM_ValueNode.h
# output nodes
- nodes/COM_CompositorNode.cpp
+ nodes/COM_CompositorNode.cc
nodes/COM_CompositorNode.h
- nodes/COM_SplitViewerNode.cpp
+ nodes/COM_SplitViewerNode.cc
nodes/COM_SplitViewerNode.h
- nodes/COM_ViewLevelsNode.cpp
+ nodes/COM_ViewLevelsNode.cc
nodes/COM_ViewLevelsNode.h
- nodes/COM_ViewerNode.cpp
+ nodes/COM_ViewerNode.cc
nodes/COM_ViewerNode.h
- operations/COM_CalculateMeanOperation.cpp
+ operations/COM_CalculateMeanOperation.cc
operations/COM_CalculateMeanOperation.h
- operations/COM_CalculateStandardDeviationOperation.cpp
+ operations/COM_CalculateStandardDeviationOperation.cc
operations/COM_CalculateStandardDeviationOperation.h
# distort nodes
- nodes/COM_FlipNode.cpp
+ nodes/COM_FlipNode.cc
nodes/COM_FlipNode.h
- nodes/COM_RotateNode.cpp
+ nodes/COM_RotateNode.cc
nodes/COM_RotateNode.h
- nodes/COM_ScaleNode.cpp
+ nodes/COM_ScaleNode.cc
nodes/COM_ScaleNode.h
- nodes/COM_TranslateNode.cpp
+ nodes/COM_TranslateNode.cc
nodes/COM_TranslateNode.h
- nodes/COM_DisplaceNode.cpp
+ nodes/COM_DisplaceNode.cc
nodes/COM_DisplaceNode.h
- nodes/COM_MapUVNode.cpp
+ nodes/COM_MapUVNode.cc
nodes/COM_MapUVNode.h
- nodes/COM_ChannelMatteNode.cpp
+ nodes/COM_ChannelMatteNode.cc
nodes/COM_ChannelMatteNode.h
- nodes/COM_ChromaMatteNode.cpp
+ nodes/COM_ChromaMatteNode.cc
nodes/COM_ChromaMatteNode.h
- nodes/COM_ColorMatteNode.cpp
+ nodes/COM_ColorMatteNode.cc
nodes/COM_ColorMatteNode.h
- nodes/COM_DifferenceMatteNode.cpp
+ nodes/COM_DifferenceMatteNode.cc
nodes/COM_DifferenceMatteNode.h
- nodes/COM_DistanceMatteNode.cpp
+ nodes/COM_DistanceMatteNode.cc
nodes/COM_DistanceMatteNode.h
- nodes/COM_LensDistortionNode.cpp
+ nodes/COM_LensDistortionNode.cc
nodes/COM_LensDistortionNode.h
- nodes/COM_LuminanceMatteNode.cpp
+ nodes/COM_LuminanceMatteNode.cc
nodes/COM_LuminanceMatteNode.h
- nodes/COM_GlareNode.cpp
+ nodes/COM_GlareNode.cc
nodes/COM_GlareNode.h
- nodes/COM_SunBeamsNode.cpp
+ nodes/COM_SunBeamsNode.cc
nodes/COM_SunBeamsNode.h
- operations/COM_SunBeamsOperation.cpp
+ operations/COM_SunBeamsOperation.cc
operations/COM_SunBeamsOperation.h
- nodes/COM_CryptomatteNode.cpp
+ nodes/COM_CryptomatteNode.cc
nodes/COM_CryptomatteNode.h
- operations/COM_CryptomatteOperation.cpp
+ operations/COM_CryptomatteOperation.cc
operations/COM_CryptomatteOperation.h
- nodes/COM_CornerPinNode.cpp
+ nodes/COM_CornerPinNode.cc
nodes/COM_CornerPinNode.h
- nodes/COM_PlaneTrackDeformNode.cpp
+ nodes/COM_PlaneTrackDeformNode.cc
nodes/COM_PlaneTrackDeformNode.h
- nodes/COM_CropNode.cpp
+ nodes/COM_CropNode.cc
nodes/COM_CropNode.h
- operations/COM_CropOperation.cpp
+ operations/COM_CropOperation.cc
operations/COM_CropOperation.h
- nodes/COM_DefocusNode.cpp
+ nodes/COM_DefocusNode.cc
nodes/COM_DefocusNode.h
- nodes/COM_MovieDistortionNode.cpp
+ nodes/COM_MovieDistortionNode.cc
nodes/COM_MovieDistortionNode.h
- nodes/COM_Stabilize2dNode.cpp
+ nodes/COM_Stabilize2dNode.cc
nodes/COM_Stabilize2dNode.h
- nodes/COM_TransformNode.cpp
+ nodes/COM_TransformNode.cc
nodes/COM_TransformNode.h
# color nodes
- nodes/COM_AlphaOverNode.cpp
+ nodes/COM_AlphaOverNode.cc
nodes/COM_AlphaOverNode.h
- nodes/COM_BrightnessNode.cpp
+ nodes/COM_BrightnessNode.cc
nodes/COM_BrightnessNode.h
- nodes/COM_ColorBalanceNode.cpp
+ nodes/COM_ColorBalanceNode.cc
nodes/COM_ColorBalanceNode.h
- nodes/COM_ColorCorrectionNode.cpp
+ nodes/COM_ColorCorrectionNode.cc
nodes/COM_ColorCorrectionNode.h
- nodes/COM_ColorCurveNode.cpp
+ nodes/COM_ColorCurveNode.cc
nodes/COM_ColorCurveNode.h
- nodes/COM_ColorExposureNode.cpp
+ nodes/COM_ColorExposureNode.cc
nodes/COM_ColorExposureNode.h
- nodes/COM_ColorRampNode.cpp
+ nodes/COM_ColorRampNode.cc
nodes/COM_ColorRampNode.h
- nodes/COM_ColorToBWNode.cpp
+ nodes/COM_ColorToBWNode.cc
nodes/COM_ColorToBWNode.h
- nodes/COM_ConvertAlphaNode.cpp
+ nodes/COM_ConvertAlphaNode.cc
nodes/COM_ConvertAlphaNode.h
- nodes/COM_GammaNode.cpp
+ nodes/COM_GammaNode.cc
nodes/COM_GammaNode.h
- nodes/COM_HueSaturationValueCorrectNode.cpp
+ nodes/COM_HueSaturationValueCorrectNode.cc
nodes/COM_HueSaturationValueCorrectNode.h
- nodes/COM_HueSaturationValueNode.cpp
+ nodes/COM_HueSaturationValueNode.cc
nodes/COM_HueSaturationValueNode.h
- nodes/COM_InvertNode.cpp
+ nodes/COM_InvertNode.cc
nodes/COM_InvertNode.h
- nodes/COM_MixNode.cpp
+ nodes/COM_MixNode.cc
nodes/COM_MixNode.h
- nodes/COM_SetAlphaNode.cpp
+ nodes/COM_SetAlphaNode.cc
nodes/COM_SetAlphaNode.h
- nodes/COM_TonemapNode.cpp
+ nodes/COM_TonemapNode.cc
nodes/COM_TonemapNode.h
- nodes/COM_VectorCurveNode.cpp
+ nodes/COM_VectorCurveNode.cc
nodes/COM_VectorCurveNode.h
- nodes/COM_ZCombineNode.cpp
+ nodes/COM_ZCombineNode.cc
nodes/COM_ZCombineNode.h
- operations/COM_TonemapOperation.cpp
+ operations/COM_TonemapOperation.cc
operations/COM_TonemapOperation.h
# converter nodes
- nodes/COM_CombineColorNode.cpp
+ nodes/COM_CombineColorNode.cc
nodes/COM_CombineColorNode.h
- nodes/COM_IDMaskNode.cpp
+ nodes/COM_IDMaskNode.cc
nodes/COM_IDMaskNode.h
- nodes/COM_SeparateColorNode.cpp
+ nodes/COM_SeparateColorNode.cc
nodes/COM_SeparateColorNode.h
- nodes/COM_MapRangeNode.cpp
+ nodes/COM_MapRangeNode.cc
nodes/COM_MapRangeNode.h
- nodes/COM_MapValueNode.cpp
+ nodes/COM_MapValueNode.cc
nodes/COM_MapValueNode.h
- nodes/COM_MathNode.cpp
+ nodes/COM_MathNode.cc
nodes/COM_MathNode.h
- nodes/COM_NormalNode.cpp
+ nodes/COM_NormalNode.cc
nodes/COM_NormalNode.h
- nodes/COM_NormalizeNode.cpp
+ nodes/COM_NormalizeNode.cc
nodes/COM_NormalizeNode.h
- operations/COM_NormalizeOperation.cpp
+ operations/COM_NormalizeOperation.cc
operations/COM_NormalizeOperation.h
- nodes/COM_PixelateNode.cpp
+ nodes/COM_PixelateNode.cc
nodes/COM_PixelateNode.h
- operations/COM_PixelateOperation.cpp
+ operations/COM_PixelateOperation.cc
operations/COM_PixelateOperation.h
# Filter nodes
- nodes/COM_BilateralBlurNode.cpp
+ nodes/COM_BilateralBlurNode.cc
nodes/COM_BilateralBlurNode.h
- operations/COM_BilateralBlurOperation.cpp
+ operations/COM_BilateralBlurOperation.cc
operations/COM_BilateralBlurOperation.h
- nodes/COM_VectorBlurNode.cpp
+ nodes/COM_VectorBlurNode.cc
nodes/COM_VectorBlurNode.h
- operations/COM_VectorBlurOperation.cpp
+ operations/COM_VectorBlurOperation.cc
operations/COM_VectorBlurOperation.h
- nodes/COM_BlurNode.cpp
+ nodes/COM_BlurNode.cc
nodes/COM_BlurNode.h
- nodes/COM_BokehBlurNode.cpp
+ nodes/COM_BokehBlurNode.cc
nodes/COM_BokehBlurNode.h
- nodes/COM_DenoiseNode.cpp
+ nodes/COM_DenoiseNode.cc
nodes/COM_DenoiseNode.h
- nodes/COM_DespeckleNode.cpp
+ nodes/COM_DespeckleNode.cc
nodes/COM_DespeckleNode.h
- nodes/COM_DilateErodeNode.cpp
+ nodes/COM_DilateErodeNode.cc
nodes/COM_DilateErodeNode.h
- nodes/COM_DirectionalBlurNode.cpp
+ nodes/COM_DirectionalBlurNode.cc
nodes/COM_DirectionalBlurNode.h
- nodes/COM_FilterNode.cpp
+ nodes/COM_FilterNode.cc
nodes/COM_FilterNode.h
- nodes/COM_InpaintNode.cpp
+ nodes/COM_InpaintNode.cc
nodes/COM_InpaintNode.h
- operations/COM_BlurBaseOperation.cpp
+ operations/COM_BlurBaseOperation.cc
operations/COM_BlurBaseOperation.h
- operations/COM_BokehBlurOperation.cpp
+ operations/COM_BokehBlurOperation.cc
operations/COM_BokehBlurOperation.h
- operations/COM_DirectionalBlurOperation.cpp
+ operations/COM_DirectionalBlurOperation.cc
operations/COM_DirectionalBlurOperation.h
- operations/COM_FastGaussianBlurOperation.cpp
+ operations/COM_FastGaussianBlurOperation.cc
operations/COM_FastGaussianBlurOperation.h
- operations/COM_GammaCorrectOperation.cpp
+ operations/COM_GammaCorrectOperation.cc
operations/COM_GammaCorrectOperation.h
- operations/COM_GaussianAlphaXBlurOperation.cpp
+ operations/COM_GaussianAlphaXBlurOperation.cc
operations/COM_GaussianAlphaXBlurOperation.h
- operations/COM_GaussianAlphaYBlurOperation.cpp
+ operations/COM_GaussianAlphaYBlurOperation.cc
operations/COM_GaussianAlphaYBlurOperation.h
- operations/COM_GaussianBokehBlurOperation.cpp
+ operations/COM_GaussianBokehBlurOperation.cc
operations/COM_GaussianBokehBlurOperation.h
- operations/COM_GaussianXBlurOperation.cpp
+ operations/COM_GaussianXBlurOperation.cc
operations/COM_GaussianXBlurOperation.h
- operations/COM_GaussianYBlurOperation.cpp
+ operations/COM_GaussianYBlurOperation.cc
operations/COM_GaussianYBlurOperation.h
- operations/COM_MovieClipAttributeOperation.cpp
+ operations/COM_MovieClipAttributeOperation.cc
operations/COM_MovieClipAttributeOperation.h
- operations/COM_MovieDistortionOperation.cpp
+ operations/COM_MovieDistortionOperation.cc
operations/COM_MovieDistortionOperation.h
- operations/COM_VariableSizeBokehBlurOperation.cpp
+ operations/COM_VariableSizeBokehBlurOperation.cc
operations/COM_VariableSizeBokehBlurOperation.h
# Matte nodes
- nodes/COM_BoxMaskNode.cpp
+ nodes/COM_BoxMaskNode.cc
nodes/COM_BoxMaskNode.h
- nodes/COM_ColorSpillNode.cpp
+ nodes/COM_ColorSpillNode.cc
nodes/COM_ColorSpillNode.h
- nodes/COM_DoubleEdgeMaskNode.cpp
+ nodes/COM_DoubleEdgeMaskNode.cc
nodes/COM_DoubleEdgeMaskNode.h
- nodes/COM_EllipseMaskNode.cpp
+ nodes/COM_EllipseMaskNode.cc
nodes/COM_EllipseMaskNode.h
- operations/COM_DoubleEdgeMaskOperation.cpp
+ operations/COM_DoubleEdgeMaskOperation.cc
operations/COM_DoubleEdgeMaskOperation.h
- nodes/COM_KeyingScreenNode.cpp
+ nodes/COM_KeyingScreenNode.cc
nodes/COM_KeyingScreenNode.h
- operations/COM_KeyingScreenOperation.cpp
+ operations/COM_KeyingScreenOperation.cc
operations/COM_KeyingScreenOperation.h
- nodes/COM_TrackPositionNode.cpp
+ nodes/COM_TrackPositionNode.cc
nodes/COM_TrackPositionNode.h
- operations/COM_TrackPositionOperation.cpp
+ operations/COM_TrackPositionOperation.cc
operations/COM_TrackPositionOperation.h
- nodes/COM_KeyingNode.cpp
+ nodes/COM_KeyingNode.cc
nodes/COM_KeyingNode.h
- operations/COM_KeyingBlurOperation.cpp
+ operations/COM_KeyingBlurOperation.cc
operations/COM_KeyingBlurOperation.h
- operations/COM_KeyingClipOperation.cpp
+ operations/COM_KeyingClipOperation.cc
operations/COM_KeyingClipOperation.h
- operations/COM_KeyingDespillOperation.cpp
+ operations/COM_KeyingDespillOperation.cc
operations/COM_KeyingDespillOperation.h
- operations/COM_KeyingOperation.cpp
+ operations/COM_KeyingOperation.cc
operations/COM_KeyingOperation.h
- operations/COM_ColorSpillOperation.cpp
+ operations/COM_ColorSpillOperation.cc
operations/COM_ColorSpillOperation.h
- operations/COM_RenderLayersProg.cpp
+ operations/COM_RenderLayersProg.cc
operations/COM_RenderLayersProg.h
- operations/COM_BokehImageOperation.cpp
+ operations/COM_BokehImageOperation.cc
operations/COM_BokehImageOperation.h
- operations/COM_ImageOperation.cpp
+ operations/COM_ImageOperation.cc
operations/COM_ImageOperation.h
- operations/COM_MultilayerImageOperation.cpp
+ operations/COM_MultilayerImageOperation.cc
operations/COM_MultilayerImageOperation.h
- operations/COM_TextureOperation.cpp
+ operations/COM_TextureOperation.cc
operations/COM_TextureOperation.h
- operations/COM_SocketProxyOperation.cpp
+ operations/COM_SocketProxyOperation.cc
operations/COM_SocketProxyOperation.h
- operations/COM_CompositorOperation.cpp
+ operations/COM_CompositorOperation.cc
operations/COM_CompositorOperation.h
- operations/COM_ConvertDepthToRadiusOperation.cpp
+ operations/COM_ConvertDepthToRadiusOperation.cc
operations/COM_ConvertDepthToRadiusOperation.h
- operations/COM_OutputFileMultiViewOperation.cpp
+ operations/COM_OutputFileMultiViewOperation.cc
operations/COM_OutputFileMultiViewOperation.h
- operations/COM_OutputFileOperation.cpp
+ operations/COM_OutputFileOperation.cc
operations/COM_OutputFileOperation.h
- operations/COM_PreviewOperation.cpp
+ operations/COM_PreviewOperation.cc
operations/COM_PreviewOperation.h
- operations/COM_SplitOperation.cpp
+ operations/COM_SplitOperation.cc
operations/COM_SplitOperation.h
- operations/COM_ViewerOperation.cpp
+ operations/COM_ViewerOperation.cc
operations/COM_ViewerOperation.h
- operations/COM_ZCombineOperation.cpp
+ operations/COM_ZCombineOperation.cc
operations/COM_ZCombineOperation.h
- operations/COM_ChangeHSVOperation.cpp
+ operations/COM_ChangeHSVOperation.cc
operations/COM_ChangeHSVOperation.h
- operations/COM_ChannelMatteOperation.cpp
+ operations/COM_ChannelMatteOperation.cc
operations/COM_ChannelMatteOperation.h
- operations/COM_ChromaMatteOperation.cpp
+ operations/COM_ChromaMatteOperation.cc
operations/COM_ChromaMatteOperation.h
- operations/COM_ColorCurveOperation.cpp
+ operations/COM_ColorCurveOperation.cc
operations/COM_ColorCurveOperation.h
- operations/COM_ColorExposureOperation.cpp
+ operations/COM_ColorExposureOperation.cc
operations/COM_ColorExposureOperation.h
- operations/COM_ColorMatteOperation.cpp
+ operations/COM_ColorMatteOperation.cc
operations/COM_ColorMatteOperation.h
- operations/COM_ColorRampOperation.cpp
+ operations/COM_ColorRampOperation.cc
operations/COM_ColorRampOperation.h
- operations/COM_CurveBaseOperation.cpp
+ operations/COM_CurveBaseOperation.cc
operations/COM_CurveBaseOperation.h
- operations/COM_DifferenceMatteOperation.cpp
+ operations/COM_DifferenceMatteOperation.cc
operations/COM_DifferenceMatteOperation.h
- operations/COM_DistanceRGBMatteOperation.cpp
+ operations/COM_DistanceRGBMatteOperation.cc
operations/COM_DistanceRGBMatteOperation.h
- operations/COM_DistanceYCCMatteOperation.cpp
+ operations/COM_DistanceYCCMatteOperation.cc
operations/COM_DistanceYCCMatteOperation.h
- operations/COM_HueSaturationValueCorrectOperation.cpp
+ operations/COM_HueSaturationValueCorrectOperation.cc
operations/COM_HueSaturationValueCorrectOperation.h
- operations/COM_LuminanceMatteOperation.cpp
+ operations/COM_LuminanceMatteOperation.cc
operations/COM_LuminanceMatteOperation.h
- operations/COM_VectorCurveOperation.cpp
+ operations/COM_VectorCurveOperation.cc
operations/COM_VectorCurveOperation.h
- operations/COM_BrightnessOperation.cpp
+ operations/COM_BrightnessOperation.cc
operations/COM_BrightnessOperation.h
- operations/COM_ColorCorrectionOperation.cpp
+ operations/COM_ColorCorrectionOperation.cc
operations/COM_ColorCorrectionOperation.h
- operations/COM_GammaOperation.cpp
+ operations/COM_GammaOperation.cc
operations/COM_GammaOperation.h
- operations/COM_MixOperation.cpp
+ operations/COM_MixOperation.cc
operations/COM_MixOperation.h
- operations/COM_ReadBufferOperation.cpp
+ operations/COM_ReadBufferOperation.cc
operations/COM_ReadBufferOperation.h
- operations/COM_SetColorOperation.cpp
+ operations/COM_SetColorOperation.cc
operations/COM_SetColorOperation.h
- operations/COM_SetValueOperation.cpp
+ operations/COM_SetValueOperation.cc
operations/COM_SetValueOperation.h
- operations/COM_SetVectorOperation.cpp
+ operations/COM_SetVectorOperation.cc
operations/COM_SetVectorOperation.h
- operations/COM_WriteBufferOperation.cpp
+ operations/COM_WriteBufferOperation.cc
operations/COM_WriteBufferOperation.h
- operations/COM_MathBaseOperation.cpp
+ operations/COM_MathBaseOperation.cc
operations/COM_MathBaseOperation.h
- operations/COM_AlphaOverKeyOperation.cpp
+ operations/COM_AlphaOverKeyOperation.cc
operations/COM_AlphaOverKeyOperation.h
- operations/COM_AlphaOverMixedOperation.cpp
+ operations/COM_AlphaOverMixedOperation.cc
operations/COM_AlphaOverMixedOperation.h
- operations/COM_AlphaOverPremultiplyOperation.cpp
+ operations/COM_AlphaOverPremultiplyOperation.cc
operations/COM_AlphaOverPremultiplyOperation.h
- operations/COM_ColorBalanceASCCDLOperation.cpp
+ operations/COM_ColorBalanceASCCDLOperation.cc
operations/COM_ColorBalanceASCCDLOperation.h
- operations/COM_ColorBalanceLGGOperation.cpp
+ operations/COM_ColorBalanceLGGOperation.cc
operations/COM_ColorBalanceLGGOperation.h
- operations/COM_InvertOperation.cpp
+ operations/COM_InvertOperation.cc
operations/COM_InvertOperation.h
- operations/COM_MapRangeOperation.cpp
+ operations/COM_MapRangeOperation.cc
operations/COM_MapRangeOperation.h
- operations/COM_MapValueOperation.cpp
+ operations/COM_MapValueOperation.cc
operations/COM_MapValueOperation.h
- operations/COM_SetAlphaMultiplyOperation.cpp
+ operations/COM_SetAlphaMultiplyOperation.cc
operations/COM_SetAlphaMultiplyOperation.h
- operations/COM_SetAlphaReplaceOperation.cpp
+ operations/COM_SetAlphaReplaceOperation.cc
operations/COM_SetAlphaReplaceOperation.h
# Distort operation
- operations/COM_DisplaceOperation.cpp
+ operations/COM_DisplaceOperation.cc
operations/COM_DisplaceOperation.h
- operations/COM_DisplaceSimpleOperation.cpp
+ operations/COM_DisplaceSimpleOperation.cc
operations/COM_DisplaceSimpleOperation.h
- operations/COM_FlipOperation.cpp
+ operations/COM_FlipOperation.cc
operations/COM_FlipOperation.h
- operations/COM_MapUVOperation.cpp
+ operations/COM_MapUVOperation.cc
operations/COM_MapUVOperation.h
- operations/COM_PlaneCornerPinOperation.cpp
+ operations/COM_PlaneCornerPinOperation.cc
operations/COM_PlaneCornerPinOperation.h
- operations/COM_PlaneDistortCommonOperation.cpp
+ operations/COM_PlaneDistortCommonOperation.cc
operations/COM_PlaneDistortCommonOperation.h
- operations/COM_PlaneTrackOperation.cpp
+ operations/COM_PlaneTrackOperation.cc
operations/COM_PlaneTrackOperation.h
- operations/COM_ProjectorLensDistortionOperation.cpp
+ operations/COM_ProjectorLensDistortionOperation.cc
operations/COM_ProjectorLensDistortionOperation.h
- operations/COM_RotateOperation.cpp
+ operations/COM_RotateOperation.cc
operations/COM_RotateOperation.h
- operations/COM_ScaleOperation.cpp
+ operations/COM_ScaleOperation.cc
operations/COM_ScaleOperation.h
- operations/COM_ScreenLensDistortionOperation.cpp
+ operations/COM_ScreenLensDistortionOperation.cc
operations/COM_ScreenLensDistortionOperation.h
- operations/COM_TranslateOperation.cpp
+ operations/COM_TranslateOperation.cc
operations/COM_TranslateOperation.h
- operations/COM_WrapOperation.cpp
+ operations/COM_WrapOperation.cc
operations/COM_WrapOperation.h
# Filter operations
- operations/COM_ConvolutionEdgeFilterOperation.cpp
+ operations/COM_ConvolutionEdgeFilterOperation.cc
operations/COM_ConvolutionEdgeFilterOperation.h
- operations/COM_ConvolutionFilterOperation.cpp
+ operations/COM_ConvolutionFilterOperation.cc
operations/COM_ConvolutionFilterOperation.h
- operations/COM_DenoiseOperation.cpp
+ operations/COM_DenoiseOperation.cc
operations/COM_DenoiseOperation.h
- operations/COM_DespeckleOperation.cpp
+ operations/COM_DespeckleOperation.cc
operations/COM_DespeckleOperation.h
- operations/COM_DilateErodeOperation.cpp
+ operations/COM_DilateErodeOperation.cc
operations/COM_DilateErodeOperation.h
- operations/COM_GlareBaseOperation.cpp
+ operations/COM_GlareBaseOperation.cc
operations/COM_GlareBaseOperation.h
- operations/COM_GlareFogGlowOperation.cpp
+ operations/COM_GlareFogGlowOperation.cc
operations/COM_GlareFogGlowOperation.h
- operations/COM_GlareGhostOperation.cpp
+ operations/COM_GlareGhostOperation.cc
operations/COM_GlareGhostOperation.h
- operations/COM_GlareSimpleStarOperation.cpp
+ operations/COM_GlareSimpleStarOperation.cc
operations/COM_GlareSimpleStarOperation.h
- operations/COM_GlareStreaksOperation.cpp
+ operations/COM_GlareStreaksOperation.cc
operations/COM_GlareStreaksOperation.h
- operations/COM_GlareThresholdOperation.cpp
+ operations/COM_GlareThresholdOperation.cc
operations/COM_GlareThresholdOperation.h
- operations/COM_InpaintOperation.cpp
+ operations/COM_InpaintOperation.cc
operations/COM_InpaintOperation.h
- operations/COM_SetSamplerOperation.cpp
+ operations/COM_SetSamplerOperation.cc
operations/COM_SetSamplerOperation.h
# Convert operations
- operations/COM_ConvertOperation.cpp
+ operations/COM_ConvertOperation.cc
operations/COM_ConvertOperation.h
- operations/COM_IDMaskOperation.cpp
+ operations/COM_IDMaskOperation.cc
operations/COM_IDMaskOperation.h
- operations/COM_DotproductOperation.cpp
+ operations/COM_DotproductOperation.cc
operations/COM_DotproductOperation.h
# Matte operation
- operations/COM_BoxMaskOperation.cpp
+ operations/COM_BoxMaskOperation.cc
operations/COM_BoxMaskOperation.h
- operations/COM_EllipseMaskOperation.cpp
+ operations/COM_EllipseMaskOperation.cc
operations/COM_EllipseMaskOperation.h
- operations/COM_ConvertColorProfileOperation.cpp
+ operations/COM_ConvertColorProfileOperation.cc
operations/COM_ConvertColorProfileOperation.h
- operations/COM_MovieClipOperation.cpp
+ operations/COM_MovieClipOperation.cc
operations/COM_MovieClipOperation.h
- operations/COM_AntiAliasOperation.cpp
+ operations/COM_AntiAliasOperation.cc
operations/COM_AntiAliasOperation.h
- operations/COM_MaskOperation.cpp
+ operations/COM_MaskOperation.cc
operations/COM_MaskOperation.h
)
diff --git a/source/blender/compositor/intern/COM_CPUDevice.cpp b/source/blender/compositor/intern/COM_CPUDevice.cc
index b520a437008..b520a437008 100644
--- a/source/blender/compositor/intern/COM_CPUDevice.cpp
+++ b/source/blender/compositor/intern/COM_CPUDevice.cc
diff --git a/source/blender/compositor/intern/COM_ChunkOrder.cpp b/source/blender/compositor/intern/COM_ChunkOrder.cc
index 3baa50da487..3baa50da487 100644
--- a/source/blender/compositor/intern/COM_ChunkOrder.cpp
+++ b/source/blender/compositor/intern/COM_ChunkOrder.cc
diff --git a/source/blender/compositor/intern/COM_ChunkOrderHotspot.cpp b/source/blender/compositor/intern/COM_ChunkOrderHotspot.cc
index bbc98d086a6..bbc98d086a6 100644
--- a/source/blender/compositor/intern/COM_ChunkOrderHotspot.cpp
+++ b/source/blender/compositor/intern/COM_ChunkOrderHotspot.cc
diff --git a/source/blender/compositor/intern/COM_CompositorContext.cpp b/source/blender/compositor/intern/COM_CompositorContext.cc
index 2e168221b7b..2e168221b7b 100644
--- a/source/blender/compositor/intern/COM_CompositorContext.cpp
+++ b/source/blender/compositor/intern/COM_CompositorContext.cc
diff --git a/source/blender/compositor/intern/COM_Converter.cpp b/source/blender/compositor/intern/COM_Converter.cc
index 7d897d29576..7d897d29576 100644
--- a/source/blender/compositor/intern/COM_Converter.cpp
+++ b/source/blender/compositor/intern/COM_Converter.cc
diff --git a/source/blender/compositor/intern/COM_Debug.cpp b/source/blender/compositor/intern/COM_Debug.cc
index b49d575cade..b49d575cade 100644
--- a/source/blender/compositor/intern/COM_Debug.cpp
+++ b/source/blender/compositor/intern/COM_Debug.cc
diff --git a/source/blender/compositor/intern/COM_Device.cpp b/source/blender/compositor/intern/COM_Device.cc
index 38a22369005..38a22369005 100644
--- a/source/blender/compositor/intern/COM_Device.cpp
+++ b/source/blender/compositor/intern/COM_Device.cc
diff --git a/source/blender/compositor/intern/COM_ExecutionGroup.cpp b/source/blender/compositor/intern/COM_ExecutionGroup.cc
index 37623228183..37623228183 100644
--- a/source/blender/compositor/intern/COM_ExecutionGroup.cpp
+++ b/source/blender/compositor/intern/COM_ExecutionGroup.cc
diff --git a/source/blender/compositor/intern/COM_ExecutionSystem.cpp b/source/blender/compositor/intern/COM_ExecutionSystem.cc
index 6691e5feb5f..6691e5feb5f 100644
--- a/source/blender/compositor/intern/COM_ExecutionSystem.cpp
+++ b/source/blender/compositor/intern/COM_ExecutionSystem.cc
diff --git a/source/blender/compositor/intern/COM_MemoryBuffer.cpp b/source/blender/compositor/intern/COM_MemoryBuffer.cc
index 17a73efeab2..17a73efeab2 100644
--- a/source/blender/compositor/intern/COM_MemoryBuffer.cpp
+++ b/source/blender/compositor/intern/COM_MemoryBuffer.cc
diff --git a/source/blender/compositor/intern/COM_MemoryProxy.cpp b/source/blender/compositor/intern/COM_MemoryProxy.cc
index 7d590cd0ef6..7d590cd0ef6 100644
--- a/source/blender/compositor/intern/COM_MemoryProxy.cpp
+++ b/source/blender/compositor/intern/COM_MemoryProxy.cc
diff --git a/source/blender/compositor/intern/COM_MetaData.cpp b/source/blender/compositor/intern/COM_MetaData.cc
index a6306f6c657..a6306f6c657 100644
--- a/source/blender/compositor/intern/COM_MetaData.cpp
+++ b/source/blender/compositor/intern/COM_MetaData.cc
diff --git a/source/blender/compositor/intern/COM_Node.cpp b/source/blender/compositor/intern/COM_Node.cc
index 897d4e1df02..897d4e1df02 100644
--- a/source/blender/compositor/intern/COM_Node.cpp
+++ b/source/blender/compositor/intern/COM_Node.cc
diff --git a/source/blender/compositor/intern/COM_NodeConverter.cpp b/source/blender/compositor/intern/COM_NodeConverter.cc
index 2db31bd4133..2db31bd4133 100644
--- a/source/blender/compositor/intern/COM_NodeConverter.cpp
+++ b/source/blender/compositor/intern/COM_NodeConverter.cc
diff --git a/source/blender/compositor/intern/COM_NodeGraph.cpp b/source/blender/compositor/intern/COM_NodeGraph.cc
index 421a762d9b5..421a762d9b5 100644
--- a/source/blender/compositor/intern/COM_NodeGraph.cpp
+++ b/source/blender/compositor/intern/COM_NodeGraph.cc
diff --git a/source/blender/compositor/intern/COM_NodeOperation.cpp b/source/blender/compositor/intern/COM_NodeOperation.cc
index ce7d3a6389e..ce7d3a6389e 100644
--- a/source/blender/compositor/intern/COM_NodeOperation.cpp
+++ b/source/blender/compositor/intern/COM_NodeOperation.cc
diff --git a/source/blender/compositor/intern/COM_NodeOperationBuilder.cpp b/source/blender/compositor/intern/COM_NodeOperationBuilder.cc
index 688b693080f..688b693080f 100644
--- a/source/blender/compositor/intern/COM_NodeOperationBuilder.cpp
+++ b/source/blender/compositor/intern/COM_NodeOperationBuilder.cc
diff --git a/source/blender/compositor/intern/COM_OpenCLDevice.cpp b/source/blender/compositor/intern/COM_OpenCLDevice.cc
index 34450366aec..34450366aec 100644
--- a/source/blender/compositor/intern/COM_OpenCLDevice.cpp
+++ b/source/blender/compositor/intern/COM_OpenCLDevice.cc
diff --git a/source/blender/compositor/intern/COM_SingleThreadedOperation.cpp b/source/blender/compositor/intern/COM_SingleThreadedOperation.cc
index 5febf3802de..5febf3802de 100644
--- a/source/blender/compositor/intern/COM_SingleThreadedOperation.cpp
+++ b/source/blender/compositor/intern/COM_SingleThreadedOperation.cc
diff --git a/source/blender/compositor/intern/COM_SocketReader.cpp b/source/blender/compositor/intern/COM_SocketReader.cc
index 93c8a143b86..93c8a143b86 100644
--- a/source/blender/compositor/intern/COM_SocketReader.cpp
+++ b/source/blender/compositor/intern/COM_SocketReader.cc
diff --git a/source/blender/compositor/intern/COM_WorkPackage.cpp b/source/blender/compositor/intern/COM_WorkPackage.cc
index 60684f2c45c..60684f2c45c 100644
--- a/source/blender/compositor/intern/COM_WorkPackage.cpp
+++ b/source/blender/compositor/intern/COM_WorkPackage.cc
diff --git a/source/blender/compositor/intern/COM_WorkScheduler.cpp b/source/blender/compositor/intern/COM_WorkScheduler.cc
index a70b6ba4abe..a70b6ba4abe 100644
--- a/source/blender/compositor/intern/COM_WorkScheduler.cpp
+++ b/source/blender/compositor/intern/COM_WorkScheduler.cc
diff --git a/source/blender/compositor/intern/COM_compositor.cpp b/source/blender/compositor/intern/COM_compositor.cc
index 68e4f80f91f..68e4f80f91f 100644
--- a/source/blender/compositor/intern/COM_compositor.cpp
+++ b/source/blender/compositor/intern/COM_compositor.cc
diff --git a/source/blender/compositor/nodes/COM_AlphaOverNode.cpp b/source/blender/compositor/nodes/COM_AlphaOverNode.cc
index 640fbf49808..640fbf49808 100644
--- a/source/blender/compositor/nodes/COM_AlphaOverNode.cpp
+++ b/source/blender/compositor/nodes/COM_AlphaOverNode.cc
diff --git a/source/blender/compositor/nodes/COM_BilateralBlurNode.cpp b/source/blender/compositor/nodes/COM_BilateralBlurNode.cc
index e8037f923f2..e8037f923f2 100644
--- a/source/blender/compositor/nodes/COM_BilateralBlurNode.cpp
+++ b/source/blender/compositor/nodes/COM_BilateralBlurNode.cc
diff --git a/source/blender/compositor/nodes/COM_BlurNode.cpp b/source/blender/compositor/nodes/COM_BlurNode.cc
index b82bede8443..b82bede8443 100644
--- a/source/blender/compositor/nodes/COM_BlurNode.cpp
+++ b/source/blender/compositor/nodes/COM_BlurNode.cc
diff --git a/source/blender/compositor/nodes/COM_BokehBlurNode.cpp b/source/blender/compositor/nodes/COM_BokehBlurNode.cc
index 5096dbef608..5096dbef608 100644
--- a/source/blender/compositor/nodes/COM_BokehBlurNode.cpp
+++ b/source/blender/compositor/nodes/COM_BokehBlurNode.cc
diff --git a/source/blender/compositor/nodes/COM_BokehImageNode.cpp b/source/blender/compositor/nodes/COM_BokehImageNode.cc
index 87fe4979c1d..87fe4979c1d 100644
--- a/source/blender/compositor/nodes/COM_BokehImageNode.cpp
+++ b/source/blender/compositor/nodes/COM_BokehImageNode.cc
diff --git a/source/blender/compositor/nodes/COM_BoxMaskNode.cpp b/source/blender/compositor/nodes/COM_BoxMaskNode.cc
index fe59bd32939..fe59bd32939 100644
--- a/source/blender/compositor/nodes/COM_BoxMaskNode.cpp
+++ b/source/blender/compositor/nodes/COM_BoxMaskNode.cc
diff --git a/source/blender/compositor/nodes/COM_BrightnessNode.cpp b/source/blender/compositor/nodes/COM_BrightnessNode.cc
index fcd2a6de1f4..fcd2a6de1f4 100644
--- a/source/blender/compositor/nodes/COM_BrightnessNode.cpp
+++ b/source/blender/compositor/nodes/COM_BrightnessNode.cc
diff --git a/source/blender/compositor/nodes/COM_ChannelMatteNode.cpp b/source/blender/compositor/nodes/COM_ChannelMatteNode.cc
index 598cd7b7745..598cd7b7745 100644
--- a/source/blender/compositor/nodes/COM_ChannelMatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_ChannelMatteNode.cc
diff --git a/source/blender/compositor/nodes/COM_ChromaMatteNode.cpp b/source/blender/compositor/nodes/COM_ChromaMatteNode.cc
index 83e88b35f92..83e88b35f92 100644
--- a/source/blender/compositor/nodes/COM_ChromaMatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_ChromaMatteNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp b/source/blender/compositor/nodes/COM_ColorBalanceNode.cc
index 596d9631297..596d9631297 100644
--- a/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorBalanceNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorCorrectionNode.cpp b/source/blender/compositor/nodes/COM_ColorCorrectionNode.cc
index 92b334fddb9..92b334fddb9 100644
--- a/source/blender/compositor/nodes/COM_ColorCorrectionNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorCorrectionNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorCurveNode.cpp b/source/blender/compositor/nodes/COM_ColorCurveNode.cc
index e1888f3f0bc..e1888f3f0bc 100644
--- a/source/blender/compositor/nodes/COM_ColorCurveNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorCurveNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorExposureNode.cpp b/source/blender/compositor/nodes/COM_ColorExposureNode.cc
index cd0285ac373..cd0285ac373 100644
--- a/source/blender/compositor/nodes/COM_ColorExposureNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorExposureNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorMatteNode.cpp b/source/blender/compositor/nodes/COM_ColorMatteNode.cc
index 865eee5427f..865eee5427f 100644
--- a/source/blender/compositor/nodes/COM_ColorMatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorMatteNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorNode.cpp b/source/blender/compositor/nodes/COM_ColorNode.cc
index e6f8bfa01fe..e6f8bfa01fe 100644
--- a/source/blender/compositor/nodes/COM_ColorNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorRampNode.cpp b/source/blender/compositor/nodes/COM_ColorRampNode.cc
index 1504a76cee7..1504a76cee7 100644
--- a/source/blender/compositor/nodes/COM_ColorRampNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorRampNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorSpillNode.cpp b/source/blender/compositor/nodes/COM_ColorSpillNode.cc
index d1a3099e998..d1a3099e998 100644
--- a/source/blender/compositor/nodes/COM_ColorSpillNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorSpillNode.cc
diff --git a/source/blender/compositor/nodes/COM_ColorToBWNode.cpp b/source/blender/compositor/nodes/COM_ColorToBWNode.cc
index 4115bad5d3f..4115bad5d3f 100644
--- a/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorToBWNode.cc
diff --git a/source/blender/compositor/nodes/COM_CombineColorNode.cpp b/source/blender/compositor/nodes/COM_CombineColorNode.cc
index 12968f06a10..12968f06a10 100644
--- a/source/blender/compositor/nodes/COM_CombineColorNode.cpp
+++ b/source/blender/compositor/nodes/COM_CombineColorNode.cc
diff --git a/source/blender/compositor/nodes/COM_CompositorNode.cpp b/source/blender/compositor/nodes/COM_CompositorNode.cc
index 32ac1fccec9..32ac1fccec9 100644
--- a/source/blender/compositor/nodes/COM_CompositorNode.cpp
+++ b/source/blender/compositor/nodes/COM_CompositorNode.cc
diff --git a/source/blender/compositor/nodes/COM_ConvertAlphaNode.cpp b/source/blender/compositor/nodes/COM_ConvertAlphaNode.cc
index 2921b44c95b..2921b44c95b 100644
--- a/source/blender/compositor/nodes/COM_ConvertAlphaNode.cpp
+++ b/source/blender/compositor/nodes/COM_ConvertAlphaNode.cc
diff --git a/source/blender/compositor/nodes/COM_CornerPinNode.cpp b/source/blender/compositor/nodes/COM_CornerPinNode.cc
index efe847bbfbf..efe847bbfbf 100644
--- a/source/blender/compositor/nodes/COM_CornerPinNode.cpp
+++ b/source/blender/compositor/nodes/COM_CornerPinNode.cc
diff --git a/source/blender/compositor/nodes/COM_CropNode.cpp b/source/blender/compositor/nodes/COM_CropNode.cc
index 0f0883b0151..0f0883b0151 100644
--- a/source/blender/compositor/nodes/COM_CropNode.cpp
+++ b/source/blender/compositor/nodes/COM_CropNode.cc
diff --git a/source/blender/compositor/nodes/COM_CryptomatteNode.cpp b/source/blender/compositor/nodes/COM_CryptomatteNode.cc
index 27ef98af8f3..27ef98af8f3 100644
--- a/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_CryptomatteNode.cc
diff --git a/source/blender/compositor/nodes/COM_DefocusNode.cpp b/source/blender/compositor/nodes/COM_DefocusNode.cc
index 393b1f2dabb..393b1f2dabb 100644
--- a/source/blender/compositor/nodes/COM_DefocusNode.cpp
+++ b/source/blender/compositor/nodes/COM_DefocusNode.cc
diff --git a/source/blender/compositor/nodes/COM_DenoiseNode.cpp b/source/blender/compositor/nodes/COM_DenoiseNode.cc
index 1aae81e1e7b..1aae81e1e7b 100644
--- a/source/blender/compositor/nodes/COM_DenoiseNode.cpp
+++ b/source/blender/compositor/nodes/COM_DenoiseNode.cc
diff --git a/source/blender/compositor/nodes/COM_DespeckleNode.cpp b/source/blender/compositor/nodes/COM_DespeckleNode.cc
index 58734917831..58734917831 100644
--- a/source/blender/compositor/nodes/COM_DespeckleNode.cpp
+++ b/source/blender/compositor/nodes/COM_DespeckleNode.cc
diff --git a/source/blender/compositor/nodes/COM_DifferenceMatteNode.cpp b/source/blender/compositor/nodes/COM_DifferenceMatteNode.cc
index 3d538e9b4a0..3d538e9b4a0 100644
--- a/source/blender/compositor/nodes/COM_DifferenceMatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_DifferenceMatteNode.cc
diff --git a/source/blender/compositor/nodes/COM_DilateErodeNode.cpp b/source/blender/compositor/nodes/COM_DilateErodeNode.cc
index e90707618e5..e90707618e5 100644
--- a/source/blender/compositor/nodes/COM_DilateErodeNode.cpp
+++ b/source/blender/compositor/nodes/COM_DilateErodeNode.cc
diff --git a/source/blender/compositor/nodes/COM_DirectionalBlurNode.cpp b/source/blender/compositor/nodes/COM_DirectionalBlurNode.cc
index f8d0eaf4675..f8d0eaf4675 100644
--- a/source/blender/compositor/nodes/COM_DirectionalBlurNode.cpp
+++ b/source/blender/compositor/nodes/COM_DirectionalBlurNode.cc
diff --git a/source/blender/compositor/nodes/COM_DisplaceNode.cpp b/source/blender/compositor/nodes/COM_DisplaceNode.cc
index 0c0c3aad646..0c0c3aad646 100644
--- a/source/blender/compositor/nodes/COM_DisplaceNode.cpp
+++ b/source/blender/compositor/nodes/COM_DisplaceNode.cc
diff --git a/source/blender/compositor/nodes/COM_DistanceMatteNode.cpp b/source/blender/compositor/nodes/COM_DistanceMatteNode.cc
index 37aeb5c8504..37aeb5c8504 100644
--- a/source/blender/compositor/nodes/COM_DistanceMatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_DistanceMatteNode.cc
diff --git a/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cpp b/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cc
index 907a9f49353..907a9f49353 100644
--- a/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cpp
+++ b/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cc
diff --git a/source/blender/compositor/nodes/COM_EllipseMaskNode.cpp b/source/blender/compositor/nodes/COM_EllipseMaskNode.cc
index 1ae855c0f1d..1ae855c0f1d 100644
--- a/source/blender/compositor/nodes/COM_EllipseMaskNode.cpp
+++ b/source/blender/compositor/nodes/COM_EllipseMaskNode.cc
diff --git a/source/blender/compositor/nodes/COM_FilterNode.cpp b/source/blender/compositor/nodes/COM_FilterNode.cc
index 1147c11794f..1147c11794f 100644
--- a/source/blender/compositor/nodes/COM_FilterNode.cpp
+++ b/source/blender/compositor/nodes/COM_FilterNode.cc
diff --git a/source/blender/compositor/nodes/COM_FlipNode.cpp b/source/blender/compositor/nodes/COM_FlipNode.cc
index d89e6b7b844..d89e6b7b844 100644
--- a/source/blender/compositor/nodes/COM_FlipNode.cpp
+++ b/source/blender/compositor/nodes/COM_FlipNode.cc
diff --git a/source/blender/compositor/nodes/COM_GammaNode.cpp b/source/blender/compositor/nodes/COM_GammaNode.cc
index 1ce17faa0dc..1ce17faa0dc 100644
--- a/source/blender/compositor/nodes/COM_GammaNode.cpp
+++ b/source/blender/compositor/nodes/COM_GammaNode.cc
diff --git a/source/blender/compositor/nodes/COM_GlareNode.cpp b/source/blender/compositor/nodes/COM_GlareNode.cc
index ef088e42205..ef088e42205 100644
--- a/source/blender/compositor/nodes/COM_GlareNode.cpp
+++ b/source/blender/compositor/nodes/COM_GlareNode.cc
diff --git a/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cpp b/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cc
index 00125ba2ea5..00125ba2ea5 100644
--- a/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cpp
+++ b/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cc
diff --git a/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp b/source/blender/compositor/nodes/COM_HueSaturationValueNode.cc
index dc2e5187e8f..dc2e5187e8f 100644
--- a/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp
+++ b/source/blender/compositor/nodes/COM_HueSaturationValueNode.cc
diff --git a/source/blender/compositor/nodes/COM_IDMaskNode.cpp b/source/blender/compositor/nodes/COM_IDMaskNode.cc
index 5ba54d75bcd..5ba54d75bcd 100644
--- a/source/blender/compositor/nodes/COM_IDMaskNode.cpp
+++ b/source/blender/compositor/nodes/COM_IDMaskNode.cc
diff --git a/source/blender/compositor/nodes/COM_ImageNode.cpp b/source/blender/compositor/nodes/COM_ImageNode.cc
index 69729e018d7..69729e018d7 100644
--- a/source/blender/compositor/nodes/COM_ImageNode.cpp
+++ b/source/blender/compositor/nodes/COM_ImageNode.cc
diff --git a/source/blender/compositor/nodes/COM_InpaintNode.cpp b/source/blender/compositor/nodes/COM_InpaintNode.cc
index 40fe63ec9f3..40fe63ec9f3 100644
--- a/source/blender/compositor/nodes/COM_InpaintNode.cpp
+++ b/source/blender/compositor/nodes/COM_InpaintNode.cc
diff --git a/source/blender/compositor/nodes/COM_InvertNode.cpp b/source/blender/compositor/nodes/COM_InvertNode.cc
index 913452c42c8..913452c42c8 100644
--- a/source/blender/compositor/nodes/COM_InvertNode.cpp
+++ b/source/blender/compositor/nodes/COM_InvertNode.cc
diff --git a/source/blender/compositor/nodes/COM_KeyingNode.cpp b/source/blender/compositor/nodes/COM_KeyingNode.cc
index 9b493d3f332..9b493d3f332 100644
--- a/source/blender/compositor/nodes/COM_KeyingNode.cpp
+++ b/source/blender/compositor/nodes/COM_KeyingNode.cc
diff --git a/source/blender/compositor/nodes/COM_KeyingScreenNode.cpp b/source/blender/compositor/nodes/COM_KeyingScreenNode.cc
index 93a9a071226..93a9a071226 100644
--- a/source/blender/compositor/nodes/COM_KeyingScreenNode.cpp
+++ b/source/blender/compositor/nodes/COM_KeyingScreenNode.cc
diff --git a/source/blender/compositor/nodes/COM_LensDistortionNode.cpp b/source/blender/compositor/nodes/COM_LensDistortionNode.cc
index 34d2fba6433..34d2fba6433 100644
--- a/source/blender/compositor/nodes/COM_LensDistortionNode.cpp
+++ b/source/blender/compositor/nodes/COM_LensDistortionNode.cc
diff --git a/source/blender/compositor/nodes/COM_LuminanceMatteNode.cpp b/source/blender/compositor/nodes/COM_LuminanceMatteNode.cc
index 8bfea1eff49..8bfea1eff49 100644
--- a/source/blender/compositor/nodes/COM_LuminanceMatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_LuminanceMatteNode.cc
diff --git a/source/blender/compositor/nodes/COM_MapRangeNode.cpp b/source/blender/compositor/nodes/COM_MapRangeNode.cc
index 352bc0dd48d..352bc0dd48d 100644
--- a/source/blender/compositor/nodes/COM_MapRangeNode.cpp
+++ b/source/blender/compositor/nodes/COM_MapRangeNode.cc
diff --git a/source/blender/compositor/nodes/COM_MapUVNode.cpp b/source/blender/compositor/nodes/COM_MapUVNode.cc
index feb9c75ec56..feb9c75ec56 100644
--- a/source/blender/compositor/nodes/COM_MapUVNode.cpp
+++ b/source/blender/compositor/nodes/COM_MapUVNode.cc
diff --git a/source/blender/compositor/nodes/COM_MapValueNode.cpp b/source/blender/compositor/nodes/COM_MapValueNode.cc
index e07df8ad367..e07df8ad367 100644
--- a/source/blender/compositor/nodes/COM_MapValueNode.cpp
+++ b/source/blender/compositor/nodes/COM_MapValueNode.cc
diff --git a/source/blender/compositor/nodes/COM_MaskNode.cpp b/source/blender/compositor/nodes/COM_MaskNode.cc
index a6415a3992e..a6415a3992e 100644
--- a/source/blender/compositor/nodes/COM_MaskNode.cpp
+++ b/source/blender/compositor/nodes/COM_MaskNode.cc
diff --git a/source/blender/compositor/nodes/COM_MathNode.cpp b/source/blender/compositor/nodes/COM_MathNode.cc
index 0edf880400f..0edf880400f 100644
--- a/source/blender/compositor/nodes/COM_MathNode.cpp
+++ b/source/blender/compositor/nodes/COM_MathNode.cc
diff --git a/source/blender/compositor/nodes/COM_MixNode.cpp b/source/blender/compositor/nodes/COM_MixNode.cc
index d082590d21b..d082590d21b 100644
--- a/source/blender/compositor/nodes/COM_MixNode.cpp
+++ b/source/blender/compositor/nodes/COM_MixNode.cc
diff --git a/source/blender/compositor/nodes/COM_MovieClipNode.cpp b/source/blender/compositor/nodes/COM_MovieClipNode.cc
index 7cc8f2ea19c..7cc8f2ea19c 100644
--- a/source/blender/compositor/nodes/COM_MovieClipNode.cpp
+++ b/source/blender/compositor/nodes/COM_MovieClipNode.cc
diff --git a/source/blender/compositor/nodes/COM_MovieDistortionNode.cpp b/source/blender/compositor/nodes/COM_MovieDistortionNode.cc
index ebace6d5fff..ebace6d5fff 100644
--- a/source/blender/compositor/nodes/COM_MovieDistortionNode.cpp
+++ b/source/blender/compositor/nodes/COM_MovieDistortionNode.cc
diff --git a/source/blender/compositor/nodes/COM_NormalNode.cpp b/source/blender/compositor/nodes/COM_NormalNode.cc
index 1f48a26fd75..1f48a26fd75 100644
--- a/source/blender/compositor/nodes/COM_NormalNode.cpp
+++ b/source/blender/compositor/nodes/COM_NormalNode.cc
diff --git a/source/blender/compositor/nodes/COM_NormalizeNode.cpp b/source/blender/compositor/nodes/COM_NormalizeNode.cc
index 72459fd477c..72459fd477c 100644
--- a/source/blender/compositor/nodes/COM_NormalizeNode.cpp
+++ b/source/blender/compositor/nodes/COM_NormalizeNode.cc
diff --git a/source/blender/compositor/nodes/COM_OutputFileNode.cpp b/source/blender/compositor/nodes/COM_OutputFileNode.cc
index dcc1fbdec67..dcc1fbdec67 100644
--- a/source/blender/compositor/nodes/COM_OutputFileNode.cpp
+++ b/source/blender/compositor/nodes/COM_OutputFileNode.cc
diff --git a/source/blender/compositor/nodes/COM_PixelateNode.cpp b/source/blender/compositor/nodes/COM_PixelateNode.cc
index f238f68727e..f238f68727e 100644
--- a/source/blender/compositor/nodes/COM_PixelateNode.cpp
+++ b/source/blender/compositor/nodes/COM_PixelateNode.cc
diff --git a/source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cpp b/source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cc
index 6b9b51631ec..6b9b51631ec 100644
--- a/source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cpp
+++ b/source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cc
diff --git a/source/blender/compositor/nodes/COM_RenderLayersNode.cpp b/source/blender/compositor/nodes/COM_RenderLayersNode.cc
index 6be86c04c4d..6be86c04c4d 100644
--- a/source/blender/compositor/nodes/COM_RenderLayersNode.cpp
+++ b/source/blender/compositor/nodes/COM_RenderLayersNode.cc
diff --git a/source/blender/compositor/nodes/COM_RotateNode.cpp b/source/blender/compositor/nodes/COM_RotateNode.cc
index cbade778bcb..cbade778bcb 100644
--- a/source/blender/compositor/nodes/COM_RotateNode.cpp
+++ b/source/blender/compositor/nodes/COM_RotateNode.cc
diff --git a/source/blender/compositor/nodes/COM_ScaleNode.cpp b/source/blender/compositor/nodes/COM_ScaleNode.cc
index 9ffcd5306b0..9ffcd5306b0 100644
--- a/source/blender/compositor/nodes/COM_ScaleNode.cpp
+++ b/source/blender/compositor/nodes/COM_ScaleNode.cc
diff --git a/source/blender/compositor/nodes/COM_SeparateColorNode.cpp b/source/blender/compositor/nodes/COM_SeparateColorNode.cc
index 203aa25c9e9..203aa25c9e9 100644
--- a/source/blender/compositor/nodes/COM_SeparateColorNode.cpp
+++ b/source/blender/compositor/nodes/COM_SeparateColorNode.cc
diff --git a/source/blender/compositor/nodes/COM_SetAlphaNode.cpp b/source/blender/compositor/nodes/COM_SetAlphaNode.cc
index 233a5e96ff4..233a5e96ff4 100644
--- a/source/blender/compositor/nodes/COM_SetAlphaNode.cpp
+++ b/source/blender/compositor/nodes/COM_SetAlphaNode.cc
diff --git a/source/blender/compositor/nodes/COM_SocketProxyNode.cpp b/source/blender/compositor/nodes/COM_SocketProxyNode.cc
index a84dbf680fe..a84dbf680fe 100644
--- a/source/blender/compositor/nodes/COM_SocketProxyNode.cpp
+++ b/source/blender/compositor/nodes/COM_SocketProxyNode.cc
diff --git a/source/blender/compositor/nodes/COM_SplitViewerNode.cpp b/source/blender/compositor/nodes/COM_SplitViewerNode.cc
index 75703876d9e..75703876d9e 100644
--- a/source/blender/compositor/nodes/COM_SplitViewerNode.cpp
+++ b/source/blender/compositor/nodes/COM_SplitViewerNode.cc
diff --git a/source/blender/compositor/nodes/COM_Stabilize2dNode.cpp b/source/blender/compositor/nodes/COM_Stabilize2dNode.cc
index 38db080a154..38db080a154 100644
--- a/source/blender/compositor/nodes/COM_Stabilize2dNode.cpp
+++ b/source/blender/compositor/nodes/COM_Stabilize2dNode.cc
diff --git a/source/blender/compositor/nodes/COM_SunBeamsNode.cpp b/source/blender/compositor/nodes/COM_SunBeamsNode.cc
index d899a54c03c..d899a54c03c 100644
--- a/source/blender/compositor/nodes/COM_SunBeamsNode.cpp
+++ b/source/blender/compositor/nodes/COM_SunBeamsNode.cc
diff --git a/source/blender/compositor/nodes/COM_SwitchNode.cpp b/source/blender/compositor/nodes/COM_SwitchNode.cc
index 947774e98ae..947774e98ae 100644
--- a/source/blender/compositor/nodes/COM_SwitchNode.cpp
+++ b/source/blender/compositor/nodes/COM_SwitchNode.cc
diff --git a/source/blender/compositor/nodes/COM_SwitchViewNode.cpp b/source/blender/compositor/nodes/COM_SwitchViewNode.cc
index e534ebfac9a..e534ebfac9a 100644
--- a/source/blender/compositor/nodes/COM_SwitchViewNode.cpp
+++ b/source/blender/compositor/nodes/COM_SwitchViewNode.cc
diff --git a/source/blender/compositor/nodes/COM_TextureNode.cpp b/source/blender/compositor/nodes/COM_TextureNode.cc
index 3381b5098d7..3381b5098d7 100644
--- a/source/blender/compositor/nodes/COM_TextureNode.cpp
+++ b/source/blender/compositor/nodes/COM_TextureNode.cc
diff --git a/source/blender/compositor/nodes/COM_TimeNode.cpp b/source/blender/compositor/nodes/COM_TimeNode.cc
index 247e0d11df6..247e0d11df6 100644
--- a/source/blender/compositor/nodes/COM_TimeNode.cpp
+++ b/source/blender/compositor/nodes/COM_TimeNode.cc
diff --git a/source/blender/compositor/nodes/COM_TonemapNode.cpp b/source/blender/compositor/nodes/COM_TonemapNode.cc
index db329e56f9b..db329e56f9b 100644
--- a/source/blender/compositor/nodes/COM_TonemapNode.cpp
+++ b/source/blender/compositor/nodes/COM_TonemapNode.cc
diff --git a/source/blender/compositor/nodes/COM_TrackPositionNode.cpp b/source/blender/compositor/nodes/COM_TrackPositionNode.cc
index 52e7f7d832b..52e7f7d832b 100644
--- a/source/blender/compositor/nodes/COM_TrackPositionNode.cpp
+++ b/source/blender/compositor/nodes/COM_TrackPositionNode.cc
diff --git a/source/blender/compositor/nodes/COM_TransformNode.cpp b/source/blender/compositor/nodes/COM_TransformNode.cc
index cd5ba8ba201..cd5ba8ba201 100644
--- a/source/blender/compositor/nodes/COM_TransformNode.cpp
+++ b/source/blender/compositor/nodes/COM_TransformNode.cc
diff --git a/source/blender/compositor/nodes/COM_TranslateNode.cpp b/source/blender/compositor/nodes/COM_TranslateNode.cc
index 0e9bf825787..0e9bf825787 100644
--- a/source/blender/compositor/nodes/COM_TranslateNode.cpp
+++ b/source/blender/compositor/nodes/COM_TranslateNode.cc
diff --git a/source/blender/compositor/nodes/COM_ValueNode.cpp b/source/blender/compositor/nodes/COM_ValueNode.cc
index 4227db0d10e..4227db0d10e 100644
--- a/source/blender/compositor/nodes/COM_ValueNode.cpp
+++ b/source/blender/compositor/nodes/COM_ValueNode.cc
diff --git a/source/blender/compositor/nodes/COM_VectorBlurNode.cpp b/source/blender/compositor/nodes/COM_VectorBlurNode.cc
index a92991c8b49..a92991c8b49 100644
--- a/source/blender/compositor/nodes/COM_VectorBlurNode.cpp
+++ b/source/blender/compositor/nodes/COM_VectorBlurNode.cc
diff --git a/source/blender/compositor/nodes/COM_VectorCurveNode.cpp b/source/blender/compositor/nodes/COM_VectorCurveNode.cc
index 1201a9f9613..1201a9f9613 100644
--- a/source/blender/compositor/nodes/COM_VectorCurveNode.cpp
+++ b/source/blender/compositor/nodes/COM_VectorCurveNode.cc
diff --git a/source/blender/compositor/nodes/COM_ViewLevelsNode.cpp b/source/blender/compositor/nodes/COM_ViewLevelsNode.cc
index 7b86fb1d64d..7b86fb1d64d 100644
--- a/source/blender/compositor/nodes/COM_ViewLevelsNode.cpp
+++ b/source/blender/compositor/nodes/COM_ViewLevelsNode.cc
diff --git a/source/blender/compositor/nodes/COM_ViewerNode.cpp b/source/blender/compositor/nodes/COM_ViewerNode.cc
index fa6c1bc3c28..fa6c1bc3c28 100644
--- a/source/blender/compositor/nodes/COM_ViewerNode.cpp
+++ b/source/blender/compositor/nodes/COM_ViewerNode.cc
diff --git a/source/blender/compositor/nodes/COM_ZCombineNode.cpp b/source/blender/compositor/nodes/COM_ZCombineNode.cc
index b61c018d029..b61c018d029 100644
--- a/source/blender/compositor/nodes/COM_ZCombineNode.cpp
+++ b/source/blender/compositor/nodes/COM_ZCombineNode.cc
diff --git a/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp b/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cc
index 668d07c7c3d..668d07c7c3d 100644
--- a/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp
+++ b/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cc
diff --git a/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp b/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cc
index b8465ab7ccf..b8465ab7ccf 100644
--- a/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp
+++ b/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cc
diff --git a/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp b/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cc
index 4510c027d46..4510c027d46 100644
--- a/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp
+++ b/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cc
diff --git a/source/blender/compositor/operations/COM_AntiAliasOperation.cpp b/source/blender/compositor/operations/COM_AntiAliasOperation.cc
index 684485c40cb..684485c40cb 100644
--- a/source/blender/compositor/operations/COM_AntiAliasOperation.cpp
+++ b/source/blender/compositor/operations/COM_AntiAliasOperation.cc
diff --git a/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp b/source/blender/compositor/operations/COM_BilateralBlurOperation.cc
index 35b0092fa5f..35b0092fa5f 100644
--- a/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_BilateralBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_BlurBaseOperation.cpp b/source/blender/compositor/operations/COM_BlurBaseOperation.cc
index 612a71037f7..612a71037f7 100644
--- a/source/blender/compositor/operations/COM_BlurBaseOperation.cpp
+++ b/source/blender/compositor/operations/COM_BlurBaseOperation.cc
diff --git a/source/blender/compositor/operations/COM_BokehBlurOperation.cpp b/source/blender/compositor/operations/COM_BokehBlurOperation.cc
index a8ad2a11790..a8ad2a11790 100644
--- a/source/blender/compositor/operations/COM_BokehBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_BokehBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_BokehImageOperation.cpp b/source/blender/compositor/operations/COM_BokehImageOperation.cc
index 473a43c1776..473a43c1776 100644
--- a/source/blender/compositor/operations/COM_BokehImageOperation.cpp
+++ b/source/blender/compositor/operations/COM_BokehImageOperation.cc
diff --git a/source/blender/compositor/operations/COM_BoxMaskOperation.cpp b/source/blender/compositor/operations/COM_BoxMaskOperation.cc
index bb10f3425e2..bb10f3425e2 100644
--- a/source/blender/compositor/operations/COM_BoxMaskOperation.cpp
+++ b/source/blender/compositor/operations/COM_BoxMaskOperation.cc
diff --git a/source/blender/compositor/operations/COM_BrightnessOperation.cpp b/source/blender/compositor/operations/COM_BrightnessOperation.cc
index 3ae1b4aaef4..3ae1b4aaef4 100644
--- a/source/blender/compositor/operations/COM_BrightnessOperation.cpp
+++ b/source/blender/compositor/operations/COM_BrightnessOperation.cc
diff --git a/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp b/source/blender/compositor/operations/COM_CalculateMeanOperation.cc
index 9ccf9d7f1ef..9ccf9d7f1ef 100644
--- a/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp
+++ b/source/blender/compositor/operations/COM_CalculateMeanOperation.cc
diff --git a/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp b/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cc
index 9a1e48177ed..9a1e48177ed 100644
--- a/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp
+++ b/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cc
diff --git a/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp b/source/blender/compositor/operations/COM_ChangeHSVOperation.cc
index 6bc9fa53c31..6bc9fa53c31 100644
--- a/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp
+++ b/source/blender/compositor/operations/COM_ChangeHSVOperation.cc
diff --git a/source/blender/compositor/operations/COM_ChannelMatteOperation.cpp b/source/blender/compositor/operations/COM_ChannelMatteOperation.cc
index 15375589888..15375589888 100644
--- a/source/blender/compositor/operations/COM_ChannelMatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_ChannelMatteOperation.cc
diff --git a/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp b/source/blender/compositor/operations/COM_ChromaMatteOperation.cc
index 52de0198a00..52de0198a00 100644
--- a/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_ChromaMatteOperation.cc
diff --git a/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp b/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cc
index 44eef1e19cd..44eef1e19cd 100644
--- a/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp
+++ b/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cc
diff --git a/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp b/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cc
index 934b7e51aee..934b7e51aee 100644
--- a/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp
+++ b/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cc
diff --git a/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp b/source/blender/compositor/operations/COM_ColorCorrectionOperation.cc
index 02c109e8acd..02c109e8acd 100644
--- a/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp
+++ b/source/blender/compositor/operations/COM_ColorCorrectionOperation.cc
diff --git a/source/blender/compositor/operations/COM_ColorCurveOperation.cpp b/source/blender/compositor/operations/COM_ColorCurveOperation.cc
index ed107a88953..ed107a88953 100644
--- a/source/blender/compositor/operations/COM_ColorCurveOperation.cpp
+++ b/source/blender/compositor/operations/COM_ColorCurveOperation.cc
diff --git a/source/blender/compositor/operations/COM_ColorExposureOperation.cpp b/source/blender/compositor/operations/COM_ColorExposureOperation.cc
index a11039852a1..a11039852a1 100644
--- a/source/blender/compositor/operations/COM_ColorExposureOperation.cpp
+++ b/source/blender/compositor/operations/COM_ColorExposureOperation.cc
diff --git a/source/blender/compositor/operations/COM_ColorMatteOperation.cpp b/source/blender/compositor/operations/COM_ColorMatteOperation.cc
index 17ada8d89b2..17ada8d89b2 100644
--- a/source/blender/compositor/operations/COM_ColorMatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_ColorMatteOperation.cc
diff --git a/source/blender/compositor/operations/COM_ColorRampOperation.cpp b/source/blender/compositor/operations/COM_ColorRampOperation.cc
index 4d62a293b78..4d62a293b78 100644
--- a/source/blender/compositor/operations/COM_ColorRampOperation.cpp
+++ b/source/blender/compositor/operations/COM_ColorRampOperation.cc
diff --git a/source/blender/compositor/operations/COM_ColorSpillOperation.cpp b/source/blender/compositor/operations/COM_ColorSpillOperation.cc
index 8139d71c637..8139d71c637 100644
--- a/source/blender/compositor/operations/COM_ColorSpillOperation.cpp
+++ b/source/blender/compositor/operations/COM_ColorSpillOperation.cc
diff --git a/source/blender/compositor/operations/COM_CompositorOperation.cpp b/source/blender/compositor/operations/COM_CompositorOperation.cc
index 6a16872cae2..6a16872cae2 100644
--- a/source/blender/compositor/operations/COM_CompositorOperation.cpp
+++ b/source/blender/compositor/operations/COM_CompositorOperation.cc
diff --git a/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cpp b/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cc
index 44468e04ae9..44468e04ae9 100644
--- a/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cpp
+++ b/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cc
diff --git a/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp b/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cc
index abf423cc48a..abf423cc48a 100644
--- a/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp
+++ b/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cc
diff --git a/source/blender/compositor/operations/COM_ConvertOperation.cpp b/source/blender/compositor/operations/COM_ConvertOperation.cc
index cccfd407752..cccfd407752 100644
--- a/source/blender/compositor/operations/COM_ConvertOperation.cpp
+++ b/source/blender/compositor/operations/COM_ConvertOperation.cc
diff --git a/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cpp b/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cc
index a5f2ae404e3..a5f2ae404e3 100644
--- a/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cpp
+++ b/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cc
diff --git a/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cpp b/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cc
index 425e87ffa7e..425e87ffa7e 100644
--- a/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cpp
+++ b/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cc
diff --git a/source/blender/compositor/operations/COM_CropOperation.cpp b/source/blender/compositor/operations/COM_CropOperation.cc
index 9364557169c..9364557169c 100644
--- a/source/blender/compositor/operations/COM_CropOperation.cpp
+++ b/source/blender/compositor/operations/COM_CropOperation.cc
diff --git a/source/blender/compositor/operations/COM_CryptomatteOperation.cpp b/source/blender/compositor/operations/COM_CryptomatteOperation.cc
index ccd291697cf..ccd291697cf 100644
--- a/source/blender/compositor/operations/COM_CryptomatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_CryptomatteOperation.cc
diff --git a/source/blender/compositor/operations/COM_CurveBaseOperation.cpp b/source/blender/compositor/operations/COM_CurveBaseOperation.cc
index b58efcf0cca..b58efcf0cca 100644
--- a/source/blender/compositor/operations/COM_CurveBaseOperation.cpp
+++ b/source/blender/compositor/operations/COM_CurveBaseOperation.cc
diff --git a/source/blender/compositor/operations/COM_DenoiseOperation.cpp b/source/blender/compositor/operations/COM_DenoiseOperation.cc
index d08f238c4c1..d08f238c4c1 100644
--- a/source/blender/compositor/operations/COM_DenoiseOperation.cpp
+++ b/source/blender/compositor/operations/COM_DenoiseOperation.cc
diff --git a/source/blender/compositor/operations/COM_DespeckleOperation.cpp b/source/blender/compositor/operations/COM_DespeckleOperation.cc
index 901445c6875..901445c6875 100644
--- a/source/blender/compositor/operations/COM_DespeckleOperation.cpp
+++ b/source/blender/compositor/operations/COM_DespeckleOperation.cc
diff --git a/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp b/source/blender/compositor/operations/COM_DifferenceMatteOperation.cc
index cca99a42c0c..cca99a42c0c 100644
--- a/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_DifferenceMatteOperation.cc
diff --git a/source/blender/compositor/operations/COM_DilateErodeOperation.cpp b/source/blender/compositor/operations/COM_DilateErodeOperation.cc
index fbe9fe8ea27..fbe9fe8ea27 100644
--- a/source/blender/compositor/operations/COM_DilateErodeOperation.cpp
+++ b/source/blender/compositor/operations/COM_DilateErodeOperation.cc
diff --git a/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp b/source/blender/compositor/operations/COM_DirectionalBlurOperation.cc
index 3f0cd4ef255..3f0cd4ef255 100644
--- a/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_DirectionalBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_DisplaceOperation.cpp b/source/blender/compositor/operations/COM_DisplaceOperation.cc
index fcc8bc4670e..fcc8bc4670e 100644
--- a/source/blender/compositor/operations/COM_DisplaceOperation.cpp
+++ b/source/blender/compositor/operations/COM_DisplaceOperation.cc
diff --git a/source/blender/compositor/operations/COM_DisplaceSimpleOperation.cpp b/source/blender/compositor/operations/COM_DisplaceSimpleOperation.cc
index bbc4d63305b..bbc4d63305b 100644
--- a/source/blender/compositor/operations/COM_DisplaceSimpleOperation.cpp
+++ b/source/blender/compositor/operations/COM_DisplaceSimpleOperation.cc
diff --git a/source/blender/compositor/operations/COM_DistanceRGBMatteOperation.cpp b/source/blender/compositor/operations/COM_DistanceRGBMatteOperation.cc
index ecc2fc2e85f..ecc2fc2e85f 100644
--- a/source/blender/compositor/operations/COM_DistanceRGBMatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_DistanceRGBMatteOperation.cc
diff --git a/source/blender/compositor/operations/COM_DistanceYCCMatteOperation.cpp b/source/blender/compositor/operations/COM_DistanceYCCMatteOperation.cc
index f333cc1ecd9..f333cc1ecd9 100644
--- a/source/blender/compositor/operations/COM_DistanceYCCMatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_DistanceYCCMatteOperation.cc
diff --git a/source/blender/compositor/operations/COM_DotproductOperation.cpp b/source/blender/compositor/operations/COM_DotproductOperation.cc
index 5914be21453..5914be21453 100644
--- a/source/blender/compositor/operations/COM_DotproductOperation.cpp
+++ b/source/blender/compositor/operations/COM_DotproductOperation.cc
diff --git a/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp b/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cc
index b548a684ba5..b548a684ba5 100644
--- a/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp
+++ b/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cc
diff --git a/source/blender/compositor/operations/COM_EllipseMaskOperation.cpp b/source/blender/compositor/operations/COM_EllipseMaskOperation.cc
index a6985a40625..a6985a40625 100644
--- a/source/blender/compositor/operations/COM_EllipseMaskOperation.cpp
+++ b/source/blender/compositor/operations/COM_EllipseMaskOperation.cc
diff --git a/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp b/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cc
index b3c1b6b4413..b3c1b6b4413 100644
--- a/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_FlipOperation.cpp b/source/blender/compositor/operations/COM_FlipOperation.cc
index 37eaf4868d3..37eaf4868d3 100644
--- a/source/blender/compositor/operations/COM_FlipOperation.cpp
+++ b/source/blender/compositor/operations/COM_FlipOperation.cc
diff --git a/source/blender/compositor/operations/COM_GammaCorrectOperation.cpp b/source/blender/compositor/operations/COM_GammaCorrectOperation.cc
index d67d67f8e57..d67d67f8e57 100644
--- a/source/blender/compositor/operations/COM_GammaCorrectOperation.cpp
+++ b/source/blender/compositor/operations/COM_GammaCorrectOperation.cc
diff --git a/source/blender/compositor/operations/COM_GammaOperation.cpp b/source/blender/compositor/operations/COM_GammaOperation.cc
index 6baa52a290c..6baa52a290c 100644
--- a/source/blender/compositor/operations/COM_GammaOperation.cpp
+++ b/source/blender/compositor/operations/COM_GammaOperation.cc
diff --git a/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp b/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cc
index 4d3efec7c85..4d3efec7c85 100644
--- a/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp b/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cc
index a722a879b8d..a722a879b8d 100644
--- a/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc
index ca3173001cb..ca3173001cb 100644
--- a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp b/source/blender/compositor/operations/COM_GaussianXBlurOperation.cc
index 596d439658c..596d439658c 100644
--- a/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_GaussianXBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp b/source/blender/compositor/operations/COM_GaussianYBlurOperation.cc
index 55c1551ca42..55c1551ca42 100644
--- a/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_GaussianYBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_GlareBaseOperation.cpp b/source/blender/compositor/operations/COM_GlareBaseOperation.cc
index 7b4d38fba3e..7b4d38fba3e 100644
--- a/source/blender/compositor/operations/COM_GlareBaseOperation.cpp
+++ b/source/blender/compositor/operations/COM_GlareBaseOperation.cc
diff --git a/source/blender/compositor/operations/COM_GlareFogGlowOperation.cpp b/source/blender/compositor/operations/COM_GlareFogGlowOperation.cc
index 362905761bb..362905761bb 100644
--- a/source/blender/compositor/operations/COM_GlareFogGlowOperation.cpp
+++ b/source/blender/compositor/operations/COM_GlareFogGlowOperation.cc
diff --git a/source/blender/compositor/operations/COM_GlareGhostOperation.cpp b/source/blender/compositor/operations/COM_GlareGhostOperation.cc
index 760b833d1e1..760b833d1e1 100644
--- a/source/blender/compositor/operations/COM_GlareGhostOperation.cpp
+++ b/source/blender/compositor/operations/COM_GlareGhostOperation.cc
diff --git a/source/blender/compositor/operations/COM_GlareSimpleStarOperation.cpp b/source/blender/compositor/operations/COM_GlareSimpleStarOperation.cc
index 75c2ae51bde..75c2ae51bde 100644
--- a/source/blender/compositor/operations/COM_GlareSimpleStarOperation.cpp
+++ b/source/blender/compositor/operations/COM_GlareSimpleStarOperation.cc
diff --git a/source/blender/compositor/operations/COM_GlareStreaksOperation.cpp b/source/blender/compositor/operations/COM_GlareStreaksOperation.cc
index 4fccb62e3df..4fccb62e3df 100644
--- a/source/blender/compositor/operations/COM_GlareStreaksOperation.cpp
+++ b/source/blender/compositor/operations/COM_GlareStreaksOperation.cc
diff --git a/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp b/source/blender/compositor/operations/COM_GlareThresholdOperation.cc
index cfa4b99cd70..cfa4b99cd70 100644
--- a/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp
+++ b/source/blender/compositor/operations/COM_GlareThresholdOperation.cc
diff --git a/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cpp b/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cc
index df30e75cf27..df30e75cf27 100644
--- a/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cpp
+++ b/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cc
diff --git a/source/blender/compositor/operations/COM_IDMaskOperation.cpp b/source/blender/compositor/operations/COM_IDMaskOperation.cc
index 8113adb9bbc..8113adb9bbc 100644
--- a/source/blender/compositor/operations/COM_IDMaskOperation.cpp
+++ b/source/blender/compositor/operations/COM_IDMaskOperation.cc
diff --git a/source/blender/compositor/operations/COM_ImageOperation.cpp b/source/blender/compositor/operations/COM_ImageOperation.cc
index ae5b7293a8c..ae5b7293a8c 100644
--- a/source/blender/compositor/operations/COM_ImageOperation.cpp
+++ b/source/blender/compositor/operations/COM_ImageOperation.cc
diff --git a/source/blender/compositor/operations/COM_InpaintOperation.cpp b/source/blender/compositor/operations/COM_InpaintOperation.cc
index 502b33d7e14..502b33d7e14 100644
--- a/source/blender/compositor/operations/COM_InpaintOperation.cpp
+++ b/source/blender/compositor/operations/COM_InpaintOperation.cc
diff --git a/source/blender/compositor/operations/COM_InvertOperation.cpp b/source/blender/compositor/operations/COM_InvertOperation.cc
index d9f436a3e28..d9f436a3e28 100644
--- a/source/blender/compositor/operations/COM_InvertOperation.cpp
+++ b/source/blender/compositor/operations/COM_InvertOperation.cc
diff --git a/source/blender/compositor/operations/COM_KeyingBlurOperation.cpp b/source/blender/compositor/operations/COM_KeyingBlurOperation.cc
index c9cc8ebc045..c9cc8ebc045 100644
--- a/source/blender/compositor/operations/COM_KeyingBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_KeyingBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_KeyingClipOperation.cpp b/source/blender/compositor/operations/COM_KeyingClipOperation.cc
index 592f116c451..592f116c451 100644
--- a/source/blender/compositor/operations/COM_KeyingClipOperation.cpp
+++ b/source/blender/compositor/operations/COM_KeyingClipOperation.cc
diff --git a/source/blender/compositor/operations/COM_KeyingDespillOperation.cpp b/source/blender/compositor/operations/COM_KeyingDespillOperation.cc
index f4d0d6c6a00..f4d0d6c6a00 100644
--- a/source/blender/compositor/operations/COM_KeyingDespillOperation.cpp
+++ b/source/blender/compositor/operations/COM_KeyingDespillOperation.cc
diff --git a/source/blender/compositor/operations/COM_KeyingOperation.cpp b/source/blender/compositor/operations/COM_KeyingOperation.cc
index 94e65181207..94e65181207 100644
--- a/source/blender/compositor/operations/COM_KeyingOperation.cpp
+++ b/source/blender/compositor/operations/COM_KeyingOperation.cc
diff --git a/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp b/source/blender/compositor/operations/COM_KeyingScreenOperation.cc
index 463a6fe49c0..463a6fe49c0 100644
--- a/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp
+++ b/source/blender/compositor/operations/COM_KeyingScreenOperation.cc
diff --git a/source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp b/source/blender/compositor/operations/COM_LuminanceMatteOperation.cc
index 2bd7493625e..2bd7493625e 100644
--- a/source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_LuminanceMatteOperation.cc
diff --git a/source/blender/compositor/operations/COM_MapRangeOperation.cpp b/source/blender/compositor/operations/COM_MapRangeOperation.cc
index 95b3c27ac2f..95b3c27ac2f 100644
--- a/source/blender/compositor/operations/COM_MapRangeOperation.cpp
+++ b/source/blender/compositor/operations/COM_MapRangeOperation.cc
diff --git a/source/blender/compositor/operations/COM_MapUVOperation.cpp b/source/blender/compositor/operations/COM_MapUVOperation.cc
index 32ab63ae028..32ab63ae028 100644
--- a/source/blender/compositor/operations/COM_MapUVOperation.cpp
+++ b/source/blender/compositor/operations/COM_MapUVOperation.cc
diff --git a/source/blender/compositor/operations/COM_MapValueOperation.cpp b/source/blender/compositor/operations/COM_MapValueOperation.cc
index 7f2044b9139..7f2044b9139 100644
--- a/source/blender/compositor/operations/COM_MapValueOperation.cpp
+++ b/source/blender/compositor/operations/COM_MapValueOperation.cc
diff --git a/source/blender/compositor/operations/COM_MaskOperation.cpp b/source/blender/compositor/operations/COM_MaskOperation.cc
index ab908590c55..ab908590c55 100644
--- a/source/blender/compositor/operations/COM_MaskOperation.cpp
+++ b/source/blender/compositor/operations/COM_MaskOperation.cc
diff --git a/source/blender/compositor/operations/COM_MathBaseOperation.cpp b/source/blender/compositor/operations/COM_MathBaseOperation.cc
index 692c1e70462..692c1e70462 100644
--- a/source/blender/compositor/operations/COM_MathBaseOperation.cpp
+++ b/source/blender/compositor/operations/COM_MathBaseOperation.cc
diff --git a/source/blender/compositor/operations/COM_MixOperation.cpp b/source/blender/compositor/operations/COM_MixOperation.cc
index 11df0900345..11df0900345 100644
--- a/source/blender/compositor/operations/COM_MixOperation.cpp
+++ b/source/blender/compositor/operations/COM_MixOperation.cc
diff --git a/source/blender/compositor/operations/COM_MovieClipAttributeOperation.cpp b/source/blender/compositor/operations/COM_MovieClipAttributeOperation.cc
index 725aacc7d34..725aacc7d34 100644
--- a/source/blender/compositor/operations/COM_MovieClipAttributeOperation.cpp
+++ b/source/blender/compositor/operations/COM_MovieClipAttributeOperation.cc
diff --git a/source/blender/compositor/operations/COM_MovieClipOperation.cpp b/source/blender/compositor/operations/COM_MovieClipOperation.cc
index 4f819bf27af..4f819bf27af 100644
--- a/source/blender/compositor/operations/COM_MovieClipOperation.cpp
+++ b/source/blender/compositor/operations/COM_MovieClipOperation.cc
diff --git a/source/blender/compositor/operations/COM_MovieDistortionOperation.cpp b/source/blender/compositor/operations/COM_MovieDistortionOperation.cc
index 5031d590720..5031d590720 100644
--- a/source/blender/compositor/operations/COM_MovieDistortionOperation.cpp
+++ b/source/blender/compositor/operations/COM_MovieDistortionOperation.cc
diff --git a/source/blender/compositor/operations/COM_MultilayerImageOperation.cpp b/source/blender/compositor/operations/COM_MultilayerImageOperation.cc
index 60936ee1939..60936ee1939 100644
--- a/source/blender/compositor/operations/COM_MultilayerImageOperation.cpp
+++ b/source/blender/compositor/operations/COM_MultilayerImageOperation.cc
diff --git a/source/blender/compositor/operations/COM_NormalizeOperation.cpp b/source/blender/compositor/operations/COM_NormalizeOperation.cc
index a8448685332..a8448685332 100644
--- a/source/blender/compositor/operations/COM_NormalizeOperation.cpp
+++ b/source/blender/compositor/operations/COM_NormalizeOperation.cc
diff --git a/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp b/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cc
index 7044fe402eb..7044fe402eb 100644
--- a/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp
+++ b/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cc
diff --git a/source/blender/compositor/operations/COM_OutputFileOperation.cpp b/source/blender/compositor/operations/COM_OutputFileOperation.cc
index bb1b312ffec..bb1b312ffec 100644
--- a/source/blender/compositor/operations/COM_OutputFileOperation.cpp
+++ b/source/blender/compositor/operations/COM_OutputFileOperation.cc
diff --git a/source/blender/compositor/operations/COM_PixelateOperation.cpp b/source/blender/compositor/operations/COM_PixelateOperation.cc
index 0d810c80ab4..0d810c80ab4 100644
--- a/source/blender/compositor/operations/COM_PixelateOperation.cpp
+++ b/source/blender/compositor/operations/COM_PixelateOperation.cc
diff --git a/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cpp b/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc
index d4f2ca7bbe8..d4f2ca7bbe8 100644
--- a/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cpp
+++ b/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cc
diff --git a/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cpp b/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc
index c395f795a22..c395f795a22 100644
--- a/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cpp
+++ b/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc
diff --git a/source/blender/compositor/operations/COM_PlaneTrackOperation.cpp b/source/blender/compositor/operations/COM_PlaneTrackOperation.cc
index 81a598e937b..81a598e937b 100644
--- a/source/blender/compositor/operations/COM_PlaneTrackOperation.cpp
+++ b/source/blender/compositor/operations/COM_PlaneTrackOperation.cc
diff --git a/source/blender/compositor/operations/COM_PreviewOperation.cpp b/source/blender/compositor/operations/COM_PreviewOperation.cc
index 063421f6525..063421f6525 100644
--- a/source/blender/compositor/operations/COM_PreviewOperation.cpp
+++ b/source/blender/compositor/operations/COM_PreviewOperation.cc
diff --git a/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp b/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cc
index 7d459b76cb9..7d459b76cb9 100644
--- a/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp
+++ b/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cc
diff --git a/source/blender/compositor/operations/COM_QualityStepHelper.cpp b/source/blender/compositor/operations/COM_QualityStepHelper.cc
index 3eb8d528f7a..3eb8d528f7a 100644
--- a/source/blender/compositor/operations/COM_QualityStepHelper.cpp
+++ b/source/blender/compositor/operations/COM_QualityStepHelper.cc
diff --git a/source/blender/compositor/operations/COM_ReadBufferOperation.cpp b/source/blender/compositor/operations/COM_ReadBufferOperation.cc
index 2977e6685d2..2977e6685d2 100644
--- a/source/blender/compositor/operations/COM_ReadBufferOperation.cpp
+++ b/source/blender/compositor/operations/COM_ReadBufferOperation.cc
diff --git a/source/blender/compositor/operations/COM_RenderLayersProg.cpp b/source/blender/compositor/operations/COM_RenderLayersProg.cc
index 73de60f4c34..73de60f4c34 100644
--- a/source/blender/compositor/operations/COM_RenderLayersProg.cpp
+++ b/source/blender/compositor/operations/COM_RenderLayersProg.cc
diff --git a/source/blender/compositor/operations/COM_RotateOperation.cpp b/source/blender/compositor/operations/COM_RotateOperation.cc
index 9a1f54a6e10..9a1f54a6e10 100644
--- a/source/blender/compositor/operations/COM_RotateOperation.cpp
+++ b/source/blender/compositor/operations/COM_RotateOperation.cc
diff --git a/source/blender/compositor/operations/COM_ScaleOperation.cpp b/source/blender/compositor/operations/COM_ScaleOperation.cc
index 9ec4e474ccd..9ec4e474ccd 100644
--- a/source/blender/compositor/operations/COM_ScaleOperation.cpp
+++ b/source/blender/compositor/operations/COM_ScaleOperation.cc
diff --git a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cc
index 158ffd4a8c0..158ffd4a8c0 100644
--- a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
+++ b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cc
diff --git a/source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cpp b/source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cc
index 17029cb3049..17029cb3049 100644
--- a/source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cpp
+++ b/source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cc
diff --git a/source/blender/compositor/operations/COM_SetAlphaReplaceOperation.cpp b/source/blender/compositor/operations/COM_SetAlphaReplaceOperation.cc
index cd6e82902cc..cd6e82902cc 100644
--- a/source/blender/compositor/operations/COM_SetAlphaReplaceOperation.cpp
+++ b/source/blender/compositor/operations/COM_SetAlphaReplaceOperation.cc
diff --git a/source/blender/compositor/operations/COM_SetColorOperation.cpp b/source/blender/compositor/operations/COM_SetColorOperation.cc
index ffbc20fde9c..ffbc20fde9c 100644
--- a/source/blender/compositor/operations/COM_SetColorOperation.cpp
+++ b/source/blender/compositor/operations/COM_SetColorOperation.cc
diff --git a/source/blender/compositor/operations/COM_SetSamplerOperation.cpp b/source/blender/compositor/operations/COM_SetSamplerOperation.cc
index 942d717d19c..942d717d19c 100644
--- a/source/blender/compositor/operations/COM_SetSamplerOperation.cpp
+++ b/source/blender/compositor/operations/COM_SetSamplerOperation.cc
diff --git a/source/blender/compositor/operations/COM_SetValueOperation.cpp b/source/blender/compositor/operations/COM_SetValueOperation.cc
index d72a2dfe23d..d72a2dfe23d 100644
--- a/source/blender/compositor/operations/COM_SetValueOperation.cpp
+++ b/source/blender/compositor/operations/COM_SetValueOperation.cc
diff --git a/source/blender/compositor/operations/COM_SetVectorOperation.cpp b/source/blender/compositor/operations/COM_SetVectorOperation.cc
index a0341dbc4df..a0341dbc4df 100644
--- a/source/blender/compositor/operations/COM_SetVectorOperation.cpp
+++ b/source/blender/compositor/operations/COM_SetVectorOperation.cc
diff --git a/source/blender/compositor/operations/COM_SocketProxyOperation.cpp b/source/blender/compositor/operations/COM_SocketProxyOperation.cc
index 53f5fea8795..53f5fea8795 100644
--- a/source/blender/compositor/operations/COM_SocketProxyOperation.cpp
+++ b/source/blender/compositor/operations/COM_SocketProxyOperation.cc
diff --git a/source/blender/compositor/operations/COM_SplitOperation.cpp b/source/blender/compositor/operations/COM_SplitOperation.cc
index fb6214c7522..fb6214c7522 100644
--- a/source/blender/compositor/operations/COM_SplitOperation.cpp
+++ b/source/blender/compositor/operations/COM_SplitOperation.cc
diff --git a/source/blender/compositor/operations/COM_SunBeamsOperation.cpp b/source/blender/compositor/operations/COM_SunBeamsOperation.cc
index 28811d479a5..28811d479a5 100644
--- a/source/blender/compositor/operations/COM_SunBeamsOperation.cpp
+++ b/source/blender/compositor/operations/COM_SunBeamsOperation.cc
diff --git a/source/blender/compositor/operations/COM_TextureOperation.cpp b/source/blender/compositor/operations/COM_TextureOperation.cc
index e66cd57cb3f..e66cd57cb3f 100644
--- a/source/blender/compositor/operations/COM_TextureOperation.cpp
+++ b/source/blender/compositor/operations/COM_TextureOperation.cc
diff --git a/source/blender/compositor/operations/COM_TonemapOperation.cpp b/source/blender/compositor/operations/COM_TonemapOperation.cc
index 4c1d285a69f..4c1d285a69f 100644
--- a/source/blender/compositor/operations/COM_TonemapOperation.cpp
+++ b/source/blender/compositor/operations/COM_TonemapOperation.cc
diff --git a/source/blender/compositor/operations/COM_TrackPositionOperation.cpp b/source/blender/compositor/operations/COM_TrackPositionOperation.cc
index ddabfb7cf6c..ddabfb7cf6c 100644
--- a/source/blender/compositor/operations/COM_TrackPositionOperation.cpp
+++ b/source/blender/compositor/operations/COM_TrackPositionOperation.cc
diff --git a/source/blender/compositor/operations/COM_TranslateOperation.cpp b/source/blender/compositor/operations/COM_TranslateOperation.cc
index 286004cd49b..286004cd49b 100644
--- a/source/blender/compositor/operations/COM_TranslateOperation.cpp
+++ b/source/blender/compositor/operations/COM_TranslateOperation.cc
diff --git a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cc
index 909a2f73d25..909a2f73d25 100644
--- a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_VectorBlurOperation.cpp b/source/blender/compositor/operations/COM_VectorBlurOperation.cc
index d6894dfc8ad..d6894dfc8ad 100644
--- a/source/blender/compositor/operations/COM_VectorBlurOperation.cpp
+++ b/source/blender/compositor/operations/COM_VectorBlurOperation.cc
diff --git a/source/blender/compositor/operations/COM_VectorCurveOperation.cpp b/source/blender/compositor/operations/COM_VectorCurveOperation.cc
index a883237f870..a883237f870 100644
--- a/source/blender/compositor/operations/COM_VectorCurveOperation.cpp
+++ b/source/blender/compositor/operations/COM_VectorCurveOperation.cc
diff --git a/source/blender/compositor/operations/COM_ViewerOperation.cpp b/source/blender/compositor/operations/COM_ViewerOperation.cc
index 025dde8e866..025dde8e866 100644
--- a/source/blender/compositor/operations/COM_ViewerOperation.cpp
+++ b/source/blender/compositor/operations/COM_ViewerOperation.cc
diff --git a/source/blender/compositor/operations/COM_WrapOperation.cpp b/source/blender/compositor/operations/COM_WrapOperation.cc
index 37b7d68d495..37b7d68d495 100644
--- a/source/blender/compositor/operations/COM_WrapOperation.cpp
+++ b/source/blender/compositor/operations/COM_WrapOperation.cc
diff --git a/source/blender/compositor/operations/COM_WriteBufferOperation.cpp b/source/blender/compositor/operations/COM_WriteBufferOperation.cc
index 8d38dbfe180..8d38dbfe180 100644
--- a/source/blender/compositor/operations/COM_WriteBufferOperation.cpp
+++ b/source/blender/compositor/operations/COM_WriteBufferOperation.cc
diff --git a/source/blender/compositor/operations/COM_ZCombineOperation.cpp b/source/blender/compositor/operations/COM_ZCombineOperation.cc
index 26d3f2c7dc4..26d3f2c7dc4 100644
--- a/source/blender/compositor/operations/COM_ZCombineOperation.cpp
+++ b/source/blender/compositor/operations/COM_ZCombineOperation.cc