Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton
2018-08-08 11:53:22 +10:00
195 changed files with 397 additions and 397 deletions

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CPUDevice_h
#define _COM_CPUDevice_h
#ifndef __COM_CPUDEVICE_H__
#define __COM_CPUDEVICE_H__
#include "COM_Device.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ChunkOrder_h_
#define _COM_ChunkOrder_h_
#ifndef __COM_CHUNKORDER_H__
#define __COM_CHUNKORDER_H__
#include "COM_ChunkOrderHotspot.h"
class ChunkOrder {

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ChunkOrderHotSpot_h_
#define _COM_ChunkOrderHotSpot_h_
#ifndef __COM_CHUNKORDERHOTSPOT_H__
#define __COM_CHUNKORDERHOTSPOT_H__
#ifdef WITH_CXX_GUARDEDALLOC
#include "MEM_guardedalloc.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CompositorContext_h
#define _COM_CompositorContext_h
#ifndef __COM_COMPOSITORCONTEXT_H__
#define __COM_COMPOSITORCONTEXT_H__
#include <vector>
#include <string>

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_Converter_h
#define _COM_Converter_h
#ifndef __COM_CONVERTER_H__
#define __COM_CONVERTER_H__
#ifdef WITH_CXX_GUARDEDALLOC
# include "MEM_guardedalloc.h"

View File

@@ -19,8 +19,8 @@
* Lukas Toenne
*/
#ifndef _COM_Debug_h
#define _COM_Debug_h
#ifndef __COM_DEBUG_H__
#define __COM_DEBUG_H__
#include <map>
#include <string>

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_Device_h
#define _COM_Device_h
#ifndef __COM_DEVICE_H__
#define __COM_DEVICE_H__
#include "COM_WorkPackage.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ExecutionGroup_h
#define _COM_ExecutionGroup_h
#ifndef __COM_EXECUTIONGROUP_H__
#define __COM_EXECUTIONGROUP_H__
#include "COM_Node.h"
#include "COM_NodeOperation.h"

View File

@@ -22,8 +22,8 @@
class ExecutionGroup;
#ifndef _COM_ExecutionSystem_h
#define _COM_ExecutionSystem_h
#ifndef __COM_EXECUTIONSYSTEM_H__
#define __COM_EXECUTIONSYSTEM_H__
#include "DNA_color_types.h"
#include "DNA_node_types.h"
@@ -185,4 +185,4 @@ private:
#endif
};
#endif /* _COM_ExecutionSystem_h */
#endif /* __COM_EXECUTIONSYSTEM_H__ */

View File

@@ -22,8 +22,8 @@
class MemoryBuffer;
#ifndef _COM_MemoryBuffer_h_
#define _COM_MemoryBuffer_h_
#ifndef __COM_MEMORYBUFFER_H__
#define __COM_MEMORYBUFFER_H__
#include "COM_ExecutionGroup.h"
#include "COM_MemoryProxy.h"

View File

@@ -23,8 +23,8 @@
class MemoryProxy;
#ifndef _COM_MemoryProxy_h_
#define _COM_MemoryProxy_h_
#ifndef __COM_MEMORYPROXY_H__
#define __COM_MEMORYPROXY_H__
#include "COM_ExecutionGroup.h"
class ExecutionGroup;

View File

@@ -19,8 +19,8 @@
* Lukas Toenne
*/
#ifndef _COM_NodeCompiler_h
#define _COM_NodeCompiler_h
#ifndef __COM_NODECONVERTER_H__
#define __COM_NODECONVERTER_H__
#ifdef WITH_CXX_GUARDEDALLOC
# include "MEM_guardedalloc.h"
@@ -118,4 +118,4 @@ private:
#endif
};
#endif /* _COM_NodeCompiler_h */
#endif /* __COM_NODECONVERTER_H__ */

View File

@@ -19,8 +19,8 @@
* Lukas Toenne
*/
#ifndef _COM_NodeGraph_h
#define _COM_NodeGraph_h
#ifndef __COM_NODEGRAPH_H__
#define __COM_NODEGRAPH_H__
#include <map>
#include <set>
@@ -113,4 +113,4 @@ protected:
#endif
};
#endif /* _COM_NodeGraph_h */
#endif /* __COM_NODEGRAPH_H__ */

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_Operation_h
#define _COM_Operation_h
#ifndef __COM_NODEOPERATION_H__
#define __COM_NODEOPERATION_H__
#include <list>
#include <string>

View File

@@ -19,8 +19,8 @@
* Lukas Toenne
*/
#ifndef _COM_NodeCompilerImpl_h
#define _COM_NodeCompilerImpl_h
#ifndef __COM_NODEOPERATIONBUILDER_H__
#define __COM_NODEOPERATIONBUILDER_H__
#include <map>
#include <set>
@@ -167,4 +167,4 @@ private:
#endif
};
#endif /* _COM_NodeCompilerImpl_h */
#endif /* __COM_NODEOPERATIONBUILDER_H__ */

View File

@@ -22,8 +22,8 @@
class OpenCLDevice;
#ifndef _COM_OpenCLDevice_h
#define _COM_OpenCLDevice_h
#ifndef __COM_OPENCLDEVICE_H__
#define __COM_OPENCLDEVICE_H__
#include "COM_Device.h"
#include "clew.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SingleThreadedOperation_h
#define _COM_SingleThreadedOperation_h
#ifndef __COM_SINGLETHREADEDOPERATION_H__
#define __COM_SINGLETHREADEDOPERATION_H__
#include "COM_NodeOperation.h"
class SingleThreadedOperation : public NodeOperation {

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SocketReader_h
#define _COM_SocketReader_h
#ifndef __COM_SOCKETREADER_H__
#define __COM_SOCKETREADER_H__
#include "BLI_rect.h"
#include "COM_defines.h"
@@ -121,4 +121,4 @@ public:
#endif
};
#endif /* _COM_SocketReader_h */
#endif /* __COM_SOCKETREADER_H__ */

View File

@@ -22,8 +22,8 @@
class WorkPackage;
#ifndef _COM_WorkPackage_h_
#define _COM_WorkPackage_h_
#ifndef __COM_WORKPACKAGE_H__
#define __COM_WORKPACKAGE_H__
class ExecutionGroup;
#include "COM_ExecutionGroup.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_WorkScheduler_h_
#define _COM_WorkScheduler_h_
#ifndef __COM_WORKSCHEDULER_H__
#define __COM_WORKSCHEDULER_H__
#include "COM_ExecutionGroup.h"
extern "C" {
@@ -120,4 +120,4 @@ public:
#endif
};
#endif /* _COM_WorkScheduler_h_ */
#endif /* __COM_WORKSCHEDULER_H__ */

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_AlphaOverNode_h_
#define _COM_AlphaOverNode_h_
#ifndef __COM_ALPHAOVERNODE_H__
#define __COM_ALPHAOVERNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BilateralBlurNode_h_
#define _COM_BilateralBlurNode_h_
#ifndef __COM_BILATERALBLURNODE_H__
#define __COM_BILATERALBLURNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BlurNode_h_
#define _COM_BlurNode_h_
#ifndef __COM_BLURNODE_H__
#define __COM_BLURNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BokehBlurNode_h_
#define _COM_BokehBlurNode_h_
#ifndef __COM_BOKEHBLURNODE_H__
#define __COM_BOKEHBLURNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BokehImageNode_h_
#define _COM_BokehImageNode_h_
#ifndef __COM_BOKEHIMAGENODE_H__
#define __COM_BOKEHIMAGENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BoxMaskNode_h_
#define _COM_BoxMaskNode_h_
#ifndef __COM_BOXMASKNODE_H__
#define __COM_BOXMASKNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BrightnessNode_h_
#define _COM_BrightnessNode_h_
#ifndef __COM_BRIGHTNESSNODE_H__
#define __COM_BRIGHTNESSNODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_ChannelMatteNode_h_
#define _COM_ChannelMatteNode_h_
#ifndef __COM_CHANNELMATTENODE_H__
#define __COM_CHANNELMATTENODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_ChromaMatteNode_h_
#define _COM_ChromaMatteNode_h_
#ifndef __COM_CHROMAMATTENODE_H__
#define __COM_CHROMAMATTENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorBalanceNode_h_
#define _COM_ColorBalanceNode_h_
#ifndef __COM_COLORBALANCENODE_H__
#define __COM_COLORBALANCENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorCorrectionNode_h_
#define _COM_ColorCorrectionNode_h_
#ifndef __COM_COLORCORRECTIONNODE_H__
#define __COM_COLORCORRECTIONNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorCurveNode_h_
#define _COM_ColorCurveNode_h_
#ifndef __COM_COLORCURVENODE_H__
#define __COM_COLORCURVENODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_ColorMatteNode_h_
#define _COM_ColorMatteNode_h_
#ifndef __COM_COLORMATTENODE_H__
#define __COM_COLORMATTENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorNode_h_
#define _COM_ColorNode_h_
#ifndef __COM_COLORNODE_H__
#define __COM_COLORNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorRampNode_h_
#define _COM_ColorRampNode_h_
#ifndef __COM_COLORRAMPNODE_H__
#define __COM_COLORRAMPNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorSpillNode_h_
#define _COM_ColorSpillNode_h_
#ifndef __COM_COLORSPILLNODE_H__
#define __COM_COLORSPILLNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorToBWNode_h_
#define _COM_ColorToBWNode_h_
#ifndef __COM_COLORTOBWNODE_H__
#define __COM_COLORTOBWNODE_H__
#include "COM_Node.h"
#include "DNA_node_types.h"

View File

@@ -21,8 +21,8 @@
* Lukas Toenne
*/
#ifndef _COM_CombineColorNode_h_
#define _COM_CombineColorNode_h_
#ifndef __COM_COMBINECOLORNODE_H__
#define __COM_COMBINECOLORNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CompositorNode_h_
#define _COM_CompositorNode_h_
#ifndef __COM_COMPOSITORNODE_H__
#define __COM_COMPOSITORNODE_H__
#include "COM_Node.h"
#include "DNA_node_types.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_ConvertAlphaNode_h_
#define _COM_ConvertAlphaNode_h_
#ifndef __COM_CONVERTALPHANODE_H__
#define __COM_CONVERTALPHANODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Lukas Toenne
*/
#ifndef _COM_CornerPinNode_h
#define _COM_CornerPinNode_h
#ifndef __COM_CORNERPINNODE_H__
#define __COM_CORNERPINNODE_H__
#include "COM_Node.h"
@@ -38,4 +38,4 @@ public:
void convertToOperations(NodeConverter &converter, const CompositorContext &context) const;
};
#endif /* _COM_CornerPinNode_h */
#endif /* __COM_CORNERPINNODE_H__ */

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CropNode_h_
#define _COM_CropNode_h_
#ifndef __COM_CROPNODE_H__
#define __COM_CROPNODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Lukas Stockner
*/
#ifndef _COM_CryptomatteNode_h_
#define _COM_CryptomatteNode_h_
#ifndef __COM_CRYPTOMATTENODE_H__
#define __COM_CRYPTOMATTENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DefocusNode_h_
#define _COM_DefocusNode_h_
#ifndef __COM_DEFOCUSNODE_H__
#define __COM_DEFOCUSNODE_H__
#include "COM_Node.h"

View File

@@ -18,8 +18,8 @@
* Contributor: Campbell Barton
*/
#ifndef _COM_DespeckleNode_h_
#define _COM_DespeckleNode_h_
#ifndef __COM_DESPECKLENODE_H__
#define __COM_DESPECKLENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DifferenceMatteNode_h_
#define _COM_DifferenceMatteNode_h_
#ifndef __COM_DIFFERENCEMATTENODE_H__
#define __COM_DIFFERENCEMATTENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DilateErodeNode_h_
#define _COM_DilateErodeNode_h_
#ifndef __COM_DILATEERODENODE_H__
#define __COM_DILATEERODENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DirectionalBlurNode_h_
#define _COM_DirectionalBlurNode_h_
#ifndef __COM_DIRECTIONALBLURNODE_H__
#define __COM_DIRECTIONALBLURNODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_DisplaceNode_h_
#define _COM_DisplaceNode_h_
#ifndef __COM_DISPLACENODE_H__
#define __COM_DISPLACENODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_DistanceMatteNode_h_
#define _COM_DistanceMatteNode_h_
#ifndef __COM_DISTANCEMATTENODE_H__
#define __COM_DISTANCEMATTENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DoubleEdgeMaskNode_h_
#define _COM_DoubleEdgeMaskNode_h_
#ifndef __COM_DOUBLEEDGEMASKNODE_H__
#define __COM_DOUBLEEDGEMASKNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_EllipseMaskNode_h_
#define _COM_EllipseMaskNode_h_
#ifndef __COM_ELLIPSEMASKNODE_H__
#define __COM_ELLIPSEMASKNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_FlipNode_h_
#define _COM_FlipNode_h_
#ifndef __COM_FLIPNODE_H__
#define __COM_FLIPNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GammaNode_h_
#define _COM_GammaNode_h_
#ifndef __COM_GAMMANODE_H__
#define __COM_GAMMANODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GlareNode_h_
#define _COM_GlareNode_h_
#ifndef __COM_GLARENODE_H__
#define __COM_GLARENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_HueSaturationValueCorrectNode_h_
#define _COM_HueSaturationValueCorrectNode_h_
#ifndef __COM_HUESATURATIONVALUECORRECTNODE_H__
#define __COM_HUESATURATIONVALUECORRECTNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_HueSaturationValueNode_h_
#define _COM_HueSaturationValueNode_h_
#ifndef __COM_HUESATURATIONVALUENODE_H__
#define __COM_HUESATURATIONVALUENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_IDMaskNode_h_
#define _COM_IDMaskNode_h_
#ifndef __COM_IDMASKNODE_H__
#define __COM_IDMASKNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_InpaintNode_h_
#define _COM_InpaintNode_h_
#ifndef __COM_INPAINTNODE_H__
#define __COM_INPAINTNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_InvertNode_h_
#define _COM_InvertNode_h_
#ifndef __COM_INVERTNODE_H__
#define __COM_INVERTNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_LensDistortionNode_h_
#define _COM_LensDistortionNode_h_
#ifndef __COM_LENSDISTORTIONNODE_H__
#define __COM_LENSDISTORTIONNODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_MapUVNode_h_
#define _COM_MapUVNode_h_
#ifndef __COM_MAPUVNODE_H__
#define __COM_MAPUVNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_MathNode_h_
#define _COM_MathNode_h_
#ifndef __COM_MATHNODE_H__
#define __COM_MATHNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_MixNode_h_
#define _COM_MixNode_h_
#ifndef __COM_MIXNODE_H__
#define __COM_MIXNODE_H__
#include "COM_Node.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_MovieDistortionNode_h_
#define _COM_MovieDistortionNode_h_
#ifndef __COM_MOVIEDISTORTIONNODE_H__
#define __COM_MOVIEDISTORTIONNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_NormalNode_h_
#define _COM_NormalNode_h_
#ifndef __COM_NORMALNODE_H__
#define __COM_NORMALNODE_H__
#include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_NormalizeNode_h_
#define _COM_NormalizeNode_h_
#ifndef __COM_NORMALIZENODE_H__
#define __COM_NORMALIZENODE_H__
#include "COM_Node.h"

View File

@@ -21,8 +21,8 @@
* Lukas Tönne
*/
#ifndef _COM_OutputFileNode_h_
#define _COM_OutputFileNode_h_
#ifndef __COM_OUTPUTFILENODE_H__
#define __COM_OUTPUTFILENODE_H__
#include "COM_Node.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_PixelateNode_h_
#define _COM_PixelateNode_h_
#ifndef __COM_PIXELATENODE_H__
#define __COM_PIXELATENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_RotateNode_h_
#define _COM_RotateNode_h_
#ifndef __COM_ROTATENODE_H__
#define __COM_ROTATENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ScaleNode_h_
#define _COM_ScaleNode_h_
#ifndef __COM_SCALENODE_H__
#define __COM_SCALENODE_H__
#include "COM_Node.h"

View File

@@ -21,8 +21,8 @@
* Lukas Toenne
*/
#ifndef _COM_SeparateColorNode_h_
#define _COM_SeparateColorNode_h_
#ifndef __COM_SEPARATECOLORNODE_H__
#define __COM_SEPARATECOLORNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SetAlphaNode_h_
#define _COM_SetAlphaNode_h_
#ifndef __COM_SETALPHANODE_H__
#define __COM_SETALPHANODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SocketProxyNode_h_
#define _COM_SocketProxyNode_h_
#ifndef __COM_SOCKETPROXYNODE_H__
#define __COM_SOCKETPROXYNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SplitViewerNode_h_
#define _COM_SplitViewerNode_h_
#ifndef __COM_SPLITVIEWERNODE_H__
#define __COM_SPLITVIEWERNODE_H__
#include "COM_Node.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_Stabilize2dNode_h_
#define _COM_Stabilize2dNode_h_
#ifndef __COM_STABILIZE2DNODE_H__
#define __COM_STABILIZE2DNODE_H__
#include "COM_Node.h"
#include "DNA_node_types.h"

View File

@@ -19,8 +19,8 @@
* Lukas Toenne
*/
#ifndef _COM_SunBeamsNode_h_
#define _COM_SunBeamsNode_h_
#ifndef __COM_SUNBEAMSNODE_H__
#define __COM_SUNBEAMSNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SwitchNode_h_
#define _COM_SwitchNode_h_
#ifndef __COM_SWITCHNODE_H__
#define __COM_SWITCHNODE_H__
#include "COM_Node.h"
#include "COM_NodeOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_SwitchViewNode_h_
#define _COM_SwitchViewNode_h_
#ifndef __COM_SWITCHVIEWNODE_H__
#define __COM_SWITCHVIEWNODE_H__
#include "COM_Node.h"
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_TimeNode_h_
#define _COM_TimeNode_h_
#ifndef __COM_TIMENODE_H__
#define __COM_TIMENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_TonemapNode_h_
#define _COM_TonemapNode_h_
#ifndef __COM_TONEMAPNODE_H__
#define __COM_TONEMAPNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_TranslateNode_h_
#define _COM_TranslateNode_h_
#ifndef __COM_TRANSLATENODE_H__
#define __COM_TRANSLATENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ValueNode_h_
#define _COM_ValueNode_h_
#ifndef __COM_VALUENODE_H__
#define __COM_VALUENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_VectorBlurNode_h_
#define _COM_VectorBlurNode_h_
#ifndef __COM_VECTORBLURNODE_H__
#define __COM_VECTORBLURNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_VectorCurveNode_h_
#define _COM_VectorCurveNode_h_
#ifndef __COM_VECTORCURVENODE_H__
#define __COM_VECTORCURVENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ViewLevelsNode_h_
#define _COM_ViewLevelsNode_h_
#ifndef __COM_VIEWLEVELSNODE_H__
#define __COM_VIEWLEVELSNODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ViewerNode_h_
#define _COM_ViewerNode_h_
#ifndef __COM_VIEWERNODE_H__
#define __COM_VIEWERNODE_H__
#include "COM_Node.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ZCombineNode_h_
#define _COM_ZCombineNode_h_
#ifndef __COM_ZCOMBINENODE_H__
#define __COM_ZCOMBINENODE_H__
#include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_AlphaOverKeyOperation_h
#define _COM_AlphaOverKeyOperation_h
#ifndef __COM_ALPHAOVERKEYOPERATION_H__
#define __COM_ALPHAOVERKEYOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_AlphaOverMixedOperation_h_
#define _COM_AlphaOverMixedOperation_h_
#ifndef __COM_ALPHAOVERMIXEDOPERATION_H__
#define __COM_ALPHAOVERMIXEDOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_AlphaOverPremultiplyOperation_h
#define _COM_AlphaOverPremultiplyOperation_h
#ifndef __COM_ALPHAOVERPREMULTIPLYOPERATION_H__
#define __COM_ALPHAOVERPREMULTIPLYOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_AntiAliasOperation_h
#define _COM_AntiAliasOperation_h
#ifndef __COM_ANTIALIASOPERATION_H__
#define __COM_ANTIALIASOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BlurBaseOperation_h
#define _COM_BlurBaseOperation_h
#ifndef __COM_BLURBASEOPERATION_H__
#define __COM_BLURBASEOPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_QualityStepHelper.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BokehImageOperation_h
#define _COM_BokehImageOperation_h
#ifndef __COM_BOKEHIMAGEOPERATION_H__
#define __COM_BOKEHIMAGEOPERATION_H__
#include "COM_NodeOperation.h"
/**

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BoxMaskOperation_h
#define _COM_BoxMaskOperation_h
#ifndef __COM_BOXMASKOPERATION_H__
#define __COM_BOXMASKOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_BrightnessOperation_h
#define _COM_BrightnessOperation_h
#ifndef __COM_BRIGHTNESSOPERATION_H__
#define __COM_BRIGHTNESSOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CalculateMeanOperation_h
#define _COM_CalculateMeanOperation_h
#ifndef __COM_CALCULATEMEANOPERATION_H__
#define __COM_CALCULATEMEANOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CalculateStandardDeviationOperation_h
#define _COM_CalculateStandardDeviationOperation_h
#ifndef __COM_CALCULATESTANDARDDEVIATIONOPERATION_H__
#define __COM_CALCULATESTANDARDDEVIATIONOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"
#include "COM_CalculateMeanOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ChangeHSVOperation_h
#define _COM_ChangeHSVOperation_h
#ifndef __COM_CHANGEHSVOPERATION_H__
#define __COM_CHANGEHSVOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_ChannelMatteOperation_h
#define _COM_ChannelMatteOperation_h
#ifndef __COM_CHANNELMATTEOPERATION_H__
#define __COM_CHANNELMATTEOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_ChromaMatteOperation_h
#define _COM_ChromaMatteOperation_h
#ifndef __COM_CHROMAMATTEOPERATION_H__
#define __COM_CHROMAMATTEOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorBalanceASCCDLOperation_h
#define _COM_ColorBalanceASCCDLOperation_h
#ifndef __COM_COLORBALANCEASCCDLOPERATION_H__
#define __COM_COLORBALANCEASCCDLOPERATION_H__
#include "COM_NodeOperation.h"
/**

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorBalanceLGGOperation_h
#define _COM_ColorBalanceLGGOperation_h
#ifndef __COM_COLORBALANCELGGOPERATION_H__
#define __COM_COLORBALANCELGGOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorCorrectionOperation_h
#define _COM_ColorCorrectionOperation_h
#ifndef __COM_COLORCORRECTIONOPERATION_H__
#define __COM_COLORCORRECTIONOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorCurveOperation_h
#define _COM_ColorCurveOperation_h
#ifndef __COM_COLORCURVEOPERATION_H__
#define __COM_COLORCURVEOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_color_types.h"
#include "COM_CurveBaseOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_ColorMatteOperation_h
#define _COM_ColorMatteOperation_h
#ifndef __COM_COLORMATTEOPERATION_H__
#define __COM_COLORMATTEOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorRampOperation_h
#define _COM_ColorRampOperation_h
#ifndef __COM_COLORRAMPOPERATION_H__
#define __COM_COLORRAMPOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_texture_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ColorSpillOperation_h
#define _COM_ColorSpillOperation_h
#ifndef __COM_COLORSPILLOPERATION_H__
#define __COM_COLORSPILLOPERATION_H__
#include "COM_NodeOperation.h"
/**

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CompositorOperation_h
#define _COM_CompositorOperation_h
#ifndef __COM_COMPOSITOROPERATION_H__
#define __COM_COMPOSITOROPERATION_H__
#include "COM_NodeOperation.h"
#include "BLI_rect.h"
#include "BLI_string.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ConvertColorProfileOperation_h
#define _COM_ConvertColorProfileOperation_h
#ifndef __COM_CONVERTCOLORPROFILEOPERATION_H__
#define __COM_CONVERTCOLORPROFILEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ConvertDepthToRadiusOperation_h
#define _COM_ConvertDepthToRadiusOperation_h
#ifndef __COM_CONVERTDEPTHTORADIUSOPERATION_H__
#define __COM_CONVERTDEPTHTORADIUSOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_object_types.h"
#include "COM_FastGaussianBlurOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ConvertOperation_h
#define _COM_ConvertOperation_h
#ifndef __COM_CONVERTOPERATION_H__
#define __COM_CONVERTOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ConvolutionEdgeFilterOperation_h_
#define _COM_ConvolutionEdgeFilterOperation_h_
#ifndef __COM_CONVOLUTIONEDGEFILTEROPERATION_H__
#define __COM_CONVOLUTIONEDGEFILTEROPERATION_H__
#include "COM_ConvolutionFilterOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ConvolutionFilterOperation_h_
#define _COM_ConvolutionFilterOperation_h_
#ifndef __COM_CONVOLUTIONFILTEROPERATION_H__
#define __COM_CONVOLUTIONFILTEROPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CropOperation_h_
#define _COM_CropOperation_h_
#ifndef __COM_CROPOPERATION_H__
#define __COM_CROPOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -18,8 +18,8 @@
* Contributor: Lukas Stockner, Stefan Werner
*/
#ifndef _COM_CryptomatteOperation_h
#define _COM_CryptomatteOperation_h
#ifndef __COM_CRYPTOMATTEOPERATION_H__
#define __COM_CRYPTOMATTEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_CurveBaseOperation_h
#define _COM_CurveBaseOperation_h
#ifndef __COM_CURVEBASEOPERATION_H__
#define __COM_CURVEBASEOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_color_types.h"

View File

@@ -18,8 +18,8 @@
* Contributor: Campbell Barton
*/
#ifndef _COM_DespeckleOperation_h
#define _COM_DespeckleOperation_h
#ifndef __COM_DESPECKLEOPERATION_H__
#define __COM_DESPECKLEOPERATION_H__
#include "COM_NodeOperation.h"
class DespeckleOperation : public NodeOperation {

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DifferenceMatteOperation_h
#define _COM_DifferenceMatteOperation_h
#ifndef __COM_DIFFERENCEMATTEOPERATION_H__
#define __COM_DIFFERENCEMATTEOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DilateErodeOperation_h
#define _COM_DilateErodeOperation_h
#ifndef __COM_DILATEERODEOPERATION_H__
#define __COM_DILATEERODEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_DisplaceOperation_h
#define _COM_DisplaceOperation_h
#ifndef __COM_DISPLACEOPERATION_H__
#define __COM_DISPLACEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_DisplaceSimpleOperation_h
#define _COM_DisplaceSimpleOperation_h
#ifndef __COM_DISPLACESIMPLEOPERATION_H__
#define __COM_DISPLACESIMPLEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_DistanceRGBMatteOperation_h
#define _COM_DistanceRGBMatteOperation_h
#ifndef __COM_DISTANCERGBMATTEOPERATION_H__
#define __COM_DISTANCERGBMATTEOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_DistanceYCCMatteOperation_h
#define _COM_DistanceYCCMatteOperation_h
#ifndef __COM_DISTANCEYCCMATTEOPERATION_H__
#define __COM_DISTANCEYCCMATTEOPERATION_H__
#include "COM_MixOperation.h"
#include "COM_DistanceRGBMatteOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DotproductOperation_h_
#define _COM_DotproductOperation_h_
#ifndef __COM_DOTPRODUCTOPERATION_H__
#define __COM_DOTPRODUCTOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_DoubleEdgeMaskOperation_h
#define _COM_DoubleEdgeMaskOperation_h
#ifndef __COM_DOUBLEEDGEMASKOPERATION_H__
#define __COM_DOUBLEEDGEMASKOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_EllipseMaskOperation_h
#define _COM_EllipseMaskOperation_h
#ifndef __COM_ELLIPSEMASKOPERATION_H__
#define __COM_ELLIPSEMASKOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_FastGaussianBlurOperation_h
#define _COM_FastGaussianBlurOperation_h
#ifndef __COM_FASTGAUSSIANBLUROPERATION_H__
#define __COM_FASTGAUSSIANBLUROPERATION_H__
#include "COM_BlurBaseOperation.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_FlipOperation_h_
#define _COM_FlipOperation_h_
#ifndef __COM_FLIPOPERATION_H__
#define __COM_FLIPOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GammaCorrectOperation_h
#define _COM_GammaCorrectOperation_h
#ifndef __COM_GAMMACORRECTOPERATION_H__
#define __COM_GAMMACORRECTOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GammaOperation_h
#define _COM_GammaOperation_h
#ifndef __COM_GAMMAOPERATION_H__
#define __COM_GAMMAOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -21,8 +21,8 @@
* Campbell Barton
*/
#ifndef _COM_GaussianAlphaXBlurOperation_h
#define _COM_GaussianAlphaXBlurOperation_h
#ifndef __COM_GAUSSIANALPHAXBLUROPERATION_H__
#define __COM_GAUSSIANALPHAXBLUROPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_BlurBaseOperation.h"

View File

@@ -21,8 +21,8 @@
* Campbell Barton
*/
#ifndef _COM_GaussianAlphaYBlurOperation_h
#define _COM_GaussianAlphaYBlurOperation_h
#ifndef __COM_GAUSSIANALPHAYBLUROPERATION_H__
#define __COM_GAUSSIANALPHAYBLUROPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_BlurBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GaussianXBlurOperation_h
#define _COM_GaussianXBlurOperation_h
#ifndef __COM_GAUSSIANXBLUROPERATION_H__
#define __COM_GAUSSIANXBLUROPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_BlurBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GaussianYBlurOperation_h
#define _COM_GaussianYBlurOperation_h
#ifndef __COM_GAUSSIANYBLUROPERATION_H__
#define __COM_GAUSSIANYBLUROPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_BlurBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GlareBaseOperation_h
#define _COM_GlareBaseOperation_h
#ifndef __COM_GLAREBASEOPERATION_H__
#define __COM_GLAREBASEOPERATION_H__
#include "COM_SingleThreadedOperation.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GlareFogGlowOperation_h
#define _COM_GlareFogGlowOperation_h
#ifndef __COM_GLAREFOGGLOWOPERATION_H__
#define __COM_GLAREFOGGLOWOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"
#include "COM_GlareBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GlareGhostOperation_h
#define _COM_GlareGhostOperation_h
#ifndef __COM_GLAREGHOSTOPERATION_H__
#define __COM_GLAREGHOSTOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"
#include "COM_GlareBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GlareSimpleStarOperation_h
#define _COM_GlareSimpleStarOperation_h
#ifndef __COM_GLARESIMPLESTAROPERATION_H__
#define __COM_GLARESIMPLESTAROPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"
#include "COM_GlareBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GlareStreaksOperation_h
#define _COM_GlareStreaksOperation_h
#ifndef __COM_GLARESTREAKSOPERATION_H__
#define __COM_GLARESTREAKSOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"
#include "COM_GlareBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_GlareScaleOperation_h
#define _COM_GlareScaleOperation_h
#ifndef __COM_GLARETHRESHOLDOPERATION_H__
#define __COM_GLARETHRESHOLDOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_lamp_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_HueSaturationValueCorrectOperation_h
#define _COM_HueSaturationValueCorrectOperation_h
#ifndef __COM_HUESATURATIONVALUECORRECTOPERATION_H__
#define __COM_HUESATURATIONVALUECORRECTOPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_CurveBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_IDMaskOperation_h
#define _COM_IDMaskOperation_h
#ifndef __COM_IDMASKOPERATION_H__
#define __COM_IDMASKOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -21,8 +21,8 @@
*/
#ifndef _COM_ImageOperation_h
#define _COM_ImageOperation_h
#ifndef __COM_IMAGEOPERATION_H__
#define __COM_IMAGEOPERATION_H__
#include "COM_NodeOperation.h"
#include "BLI_listbase.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_InpaintOperation_h
#define _COM_InpaintOperation_h
#ifndef __COM_INPAINTOPERATION_H__
#define __COM_INPAINTOPERATION_H__
#include "COM_NodeOperation.h"
class InpaintSimpleOperation : public NodeOperation {

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_InvertOperation_h
#define _COM_InvertOperation_h
#ifndef __COM_INVERTOPERATION_H__
#define __COM_INVERTOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -21,8 +21,8 @@
* Sergey Sharybin
*/
#ifndef _COM_KeyingBlurOperation_h
#define _COM_KeyingBlurOperation_h
#ifndef __COM_KEYINGBLUROPERATION_H__
#define __COM_KEYINGBLUROPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -21,8 +21,8 @@
* Sergey Sharybin
*/
#ifndef _COM_KeyingClipOperation_h
#define _COM_KeyingClipOperation_h
#ifndef __COM_KEYINGCLIPOPERATION_H__
#define __COM_KEYINGCLIPOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -21,8 +21,8 @@
* Sergey Sharybin
*/
#ifndef _COM_KeyingDespillOperation_h
#define _COM_KeyingDespillOperation_h
#ifndef __COM_KEYINGDESPILLOPERATION_H__
#define __COM_KEYINGDESPILLOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -22,8 +22,8 @@
*/
#ifndef _COM_KeyingOperation_h
#define _COM_KeyingOperation_h
#ifndef __COM_KEYINGOPERATION_H__
#define __COM_KEYINGOPERATION_H__
#include <string.h>

View File

@@ -22,8 +22,8 @@
*/
#ifndef _COM_KeyingScreenOperation_h
#define _COM_KeyingScreenOperation_h
#ifndef __COM_KEYINGSCREENOPERATION_H__
#define __COM_KEYINGSCREENOPERATION_H__
#include <string.h>

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_LuminanceMatteOperation_h
#define _COM_LuminanceMatteOperation_h
#ifndef __COM_LUMINANCEMATTEOPERATION_H__
#define __COM_LUMINANCEMATTEOPERATION_H__
#include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Daniel Salazar
*/
#ifndef _COM_MapRangeOperation_h
#define _COM_MapRangeOperation_h
#ifndef __COM_MAPRANGEOPERATION_H__
#define __COM_MAPRANGEOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_texture_types.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_MapUVOperation_h
#define _COM_MapUVOperation_h
#ifndef __COM_MAPUVOPERATION_H__
#define __COM_MAPUVOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_MapValueOperation_h
#define _COM_MapValueOperation_h
#ifndef __COM_MAPVALUEOPERATION_H__
#define __COM_MAPVALUEOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_texture_types.h"

View File

@@ -21,8 +21,8 @@
* Sergey Sharybin
*/
#ifndef _COM_MaskOperation_h
#define _COM_MaskOperation_h
#ifndef __COM_MASKOPERATION_H__
#define __COM_MASKOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_MathBaseOperation_h
#define _COM_MathBaseOperation_h
#ifndef __COM_MATHBASEOPERATION_H__
#define __COM_MATHBASEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_MixBaseOperation_h
#define _COM_MixBaseOperation_h
#ifndef __COM_MIXOPERATION_H__
#define __COM_MIXOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_MovieClipAttributeOperation_h
#define _COM_MovieClipAttributeOperation_h
#ifndef __COM_MOVIECLIPATTRIBUTEOPERATION_H__
#define __COM_MOVIECLIPATTRIBUTEOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_movieclip_types.h"

View File

@@ -21,8 +21,8 @@
*/
#ifndef _COM_ImageOperation_h
#define _COM_ImageOperation_h
#ifndef __COM_IMAGEOPERATION_H__
#define __COM_IMAGEOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_movieclip_types.h"

View File

@@ -21,8 +21,8 @@
* Sergey Sharybin
*/
#ifndef _COM_MovieDistortionOperation_h_
#define _COM_MovieDistortionOperation_h_
#ifndef __COM_MOVIEDISTORTIONOPERATION_H__
#define __COM_MOVIEDISTORTIONOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_movieclip_types.h"

View File

@@ -22,8 +22,8 @@
*/
#ifndef _COM_MultilayerImageOperation_h
#define _COM_MultilayerImageOperation_h
#ifndef __COM_MULTILAYERIMAGEOPERATION_H__
#define __COM_MULTILAYERIMAGEOPERATION_H__
#include "COM_ImageOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto
*/
#ifndef _COM_NormalizeOperation_h
#define _COM_NormalizeOperation_h
#ifndef __COM_NORMALIZEOPERATION_H__
#define __COM_NORMALIZEOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"

View File

@@ -22,8 +22,8 @@
* Dalai Felinto
*/
#ifndef _COM_OutputFileMultiViewOperation_h
#define _COM_OutputFileMultiViewOperation_h
#ifndef __COM_OUTPUTFILEMULTIVIEWOPERATION_H__
#define __COM_OUTPUTFILEMULTIVIEWOPERATION_H__
#include "COM_NodeOperation.h"
#include "BLI_rect.h"

View File

@@ -21,8 +21,8 @@
* Lukas Tönne
*/
#ifndef _COM_OutputFileOperation_h
#define _COM_OutputFileOperation_h
#ifndef __COM_OUTPUTFILEOPERATION_H__
#define __COM_OUTPUTFILEOPERATION_H__
#include "COM_NodeOperation.h"
#include "BLI_rect.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_PixelateOperation_h_
#define _COM_PixelateOperation_h_
#ifndef __COM_PIXELATEOPERATION_H__
#define __COM_PIXELATEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Lukas Toenne
*/
#ifndef _COM_CornerPinWarpImageOperation_h
#define _COM_CornerPinWarpImageOperation_h
#ifndef __COM_PLANECORNERPINOPERATION_H__
#define __COM_PLANECORNERPINOPERATION_H__
#include <string.h>

View File

@@ -20,8 +20,8 @@
* Sergey Sharybin
*/
#ifndef _COM_PlaneTrackCommonOperation_h
#define _COM_PlaneTrackCommonOperation_h
#ifndef __COM_PLANEDISTORTCOMMONOPERATION_H__
#define __COM_PLANEDISTORTCOMMONOPERATION_H__
#include <string.h>

View File

@@ -20,8 +20,8 @@
* Sergey Sharybin
*/
#ifndef _COM_PlaneTrackWarpImageOperation_h
#define _COM_PlaneTrackWarpImageOperation_h
#ifndef __COM_PLANETRACKOPERATION_H__
#define __COM_PLANETRACKOPERATION_H__
#include <string.h>

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_PreviewOperation_h
#define _COM_PreviewOperation_h
#ifndef __COM_PREVIEWOPERATION_H__
#define __COM_PREVIEWOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_image_types.h"
#include "DNA_color_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ProjectorLensDistortionOperation_h
#define _COM_ProjectorLensDistortionOperation_h
#ifndef __COM_PROJECTORLENSDISTORTIONOPERATION_H__
#define __COM_PROJECTORLENSDISTORTIONOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_QualityStepHelper_h
#define _COM_QualityStepHelper_h
#ifndef __COM_QUALITYSTEPHELPER_H__
#define __COM_QUALITYSTEPHELPER_H__
#include "COM_defines.h"
typedef enum QualityHelper {

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ReadBufferOperation_h
#define _COM_ReadBufferOperation_h
#ifndef __COM_READBUFFEROPERATION_H__
#define __COM_READBUFFEROPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_MemoryProxy.h"

View File

@@ -21,8 +21,8 @@
*/
#ifndef _COM_RenderLayersBaseProg_h
#define _COM_RenderLayersBaseProg_h
#ifndef __COM_RENDERLAYERSPROG_H__
#define __COM_RENDERLAYERSPROG_H__
#include "COM_NodeOperation.h"
#include "DNA_scene_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_RotateOperation_h_
#define _COM_RotateOperation_h_
#ifndef __COM_ROTATEOPERATION_H__
#define __COM_ROTATEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ScaleOperation_h_
#define _COM_ScaleOperation_h_
#ifndef __COM_SCALEOPERATION_H__
#define __COM_SCALEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ScreenLensDistortionOperation_h
#define _COM_ScreenLensDistortionOperation_h
#ifndef __COM_SCREENLENSDISTORTIONOPERATION_H__
#define __COM_SCREENLENSDISTORTIONOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SetAlphaOperation_h
#define _COM_SetAlphaOperation_h
#ifndef __COM_SETALPHAOPERATION_H__
#define __COM_SETALPHAOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SetColorOperation_h
#define _COM_SetColorOperation_h
#ifndef __COM_SETCOLOROPERATION_H__
#define __COM_SETCOLOROPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SetSamplerOperation_h
#define _COM_SetSamplerOperation_h
#ifndef __COM_SETSAMPLEROPERATION_H__
#define __COM_SETSAMPLEROPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SetValueOperation_h
#define _COM_SetValueOperation_h
#ifndef __COM_SETVALUEOPERATION_H__
#define __COM_SETVALUEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SetVectorOperation_h
#define _COM_SetVectorOperation_h
#ifndef __COM_SETVECTOROPERATION_H__
#define __COM_SETVECTOROPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SocketProxyOperation_h_
#define _COM_SocketProxyOperation_h_
#ifndef __COM_SOCKETPROXYOPERATION_H__
#define __COM_SOCKETPROXYOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_SplitOperation_h
#define _COM_SplitOperation_h
#ifndef __COM_SPLITOPERATION_H__
#define __COM_SPLITOPERATION_H__
#include "COM_NodeOperation.h"
class SplitOperation : public NodeOperation {

View File

@@ -19,8 +19,8 @@
* Lukas Toenne
*/
#ifndef _COM_SunBeamsOperation_h
#define _COM_SunBeamsOperation_h
#ifndef __COM_SUNBEAMSOPERATION_H__
#define __COM_SUNBEAMSOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -21,8 +21,8 @@
*/
#ifndef _COM_TextureOperation_h
#define _COM_TextureOperation_h
#ifndef __COM_TEXTUREOPERATION_H__
#define __COM_TEXTUREOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_texture_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_TonemapOperation_h
#define _COM_TonemapOperation_h
#ifndef __COM_TONEMAPOPERATION_H__
#define __COM_TONEMAPOPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"

View File

@@ -22,8 +22,8 @@
*/
#ifndef _COM_TrackPositionOperation_h
#define _COM_TrackPositionOperation_h
#ifndef __COM_TRACKPOSITIONOPERATION_H__
#define __COM_TRACKPOSITIONOPERATION_H__
#include <string.h>

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_TranslateOperation_h_
#define _COM_TranslateOperation_h_
#ifndef __COM_TRANSLATEOPERATION_H__
#define __COM_TRANSLATEOPERATION_H__
#include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_VectorBlurOperation_h
#define _COM_VectorBlurOperation_h
#ifndef __COM_VECTORBLUROPERATION_H__
#define __COM_VECTORBLUROPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"
#include "COM_QualityStepHelper.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_VectorCurveOperation_h
#define _COM_VectorCurveOperation_h
#ifndef __COM_VECTORCURVEOPERATION_H__
#define __COM_VECTORCURVEOPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_CurveBaseOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ViewerOperation_h
#define _COM_ViewerOperation_h
#ifndef __COM_VIEWEROPERATION_H__
#define __COM_VIEWEROPERATION_H__
#include "COM_NodeOperation.h"
#include "DNA_image_types.h"
#include "BLI_rect.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_WrapOperation_h_
#define _COM_WrapOperation_h_
#ifndef __COM_WRAPOPERATION_H__
#define __COM_WRAPOPERATION_H__
#include "COM_ReadBufferOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_WriteBufferOperation_h_
#define _COM_WriteBufferOperation_h_
#ifndef __COM_WRITEBUFFEROPERATION_H__
#define __COM_WRITEBUFFEROPERATION_H__
#include "COM_NodeOperation.h"
#include "COM_MemoryProxy.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand
*/
#ifndef _COM_ZCombineOperation_h
#define _COM_ZCombineOperation_h
#ifndef __COM_ZCOMBINEOPERATION_H__
#define __COM_ZCOMBINEOPERATION_H__
#include "COM_MixOperation.h"