1 # ***** BEGIN GPL LICENSE BLOCK *****
3 # This program is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU General Public License
5 # as published by the Free Software Foundation; either version 2
6 # of the License, or (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software Foundation,
15 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 # The Original Code is Copyright (C) 2011, Blender Foundation
18 # All rights reserved.
20 # The Original Code is: all of this file.
22 # Contributor(s): Jeroen Bakker, Monique Dewanchand, Blender Developers Fund.
24 # ***** END GPL LICENSE BLOCK *****
42 ../render/extern/include
43 ../render/intern/include
44 ../../../intern/opencl
45 ../../../intern/guardedalloc
56 intern/COM_compositor.cpp
57 intern/COM_ExecutionSystem.cpp
58 intern/COM_ExecutionSystem.h
59 intern/COM_ExecutionSystemHelper.cpp
60 intern/COM_ExecutionSystemHelper.h
61 intern/COM_Converter.cpp
62 intern/COM_Converter.h
63 intern/COM_ExecutionGroup.cpp
64 intern/COM_ExecutionGroup.h
67 intern/COM_NodeBase.cpp
69 intern/COM_NodeOperation.cpp
70 intern/COM_NodeOperation.h
73 intern/COM_SocketReader.cpp
74 intern/COM_SocketReader.h
75 intern/COM_InputSocket.cpp
76 intern/COM_InputSocket.h
77 intern/COM_OutputSocket.cpp
78 intern/COM_OutputSocket.h
79 intern/COM_SocketConnection.cpp
80 intern/COM_SocketConnection.h
81 intern/COM_MemoryProxy.cpp
82 intern/COM_MemoryProxy.h
83 intern/COM_MemoryBuffer.cpp
84 intern/COM_MemoryBuffer.h
85 intern/COM_WorkScheduler.cpp
86 intern/COM_WorkScheduler.h
87 intern/COM_WorkPackage.cpp
88 intern/COM_WorkPackage.h
89 intern/COM_ChunkOrder.cpp
90 intern/COM_ChunkOrder.h
91 intern/COM_ChunkOrderHotspot.cpp
92 intern/COM_ChunkOrderHotspot.h
95 intern/COM_CPUDevice.cpp
96 intern/COM_CPUDevice.h
97 intern/COM_OpenCLDevice.cpp
98 intern/COM_OpenCLDevice.h
99 intern/COM_CompositorContext.cpp
100 intern/COM_CompositorContext.h
101 intern/COM_ChannelInfo.cpp
102 intern/COM_ChannelInfo.h
103 intern/COM_SingleThreadedNodeOperation.cpp
104 intern/COM_SingleThreadedNodeOperation.h
106 operations/COM_QualityStepHelper.h
107 operations/COM_QualityStepHelper.cpp
110 nodes/COM_MuteNode.cpp
112 nodes/COM_GroupNode.cpp
113 nodes/COM_GroupNode.h
114 nodes/COM_SocketProxyNode.cpp
115 nodes/COM_SocketProxyNode.h
118 nodes/COM_RenderLayersNode.cpp
119 nodes/COM_RenderLayersNode.h
120 nodes/COM_ImageNode.cpp
121 nodes/COM_ImageNode.h
122 nodes/COM_TextureNode.cpp
123 nodes/COM_TextureNode.h
124 nodes/COM_BokehImageNode.cpp
125 nodes/COM_BokehImageNode.h
126 nodes/COM_ColorNode.cpp
127 nodes/COM_ColorNode.h
128 nodes/COM_ValueNode.cpp
129 nodes/COM_ValueNode.h
130 nodes/COM_TimeNode.cpp
132 nodes/COM_SwitchNode.cpp
133 nodes/COM_SwitchNode.h
134 nodes/COM_MovieClipNode.cpp
135 nodes/COM_MovieClipNode.h
136 nodes/COM_OutputFileNode.cpp
137 nodes/COM_OutputFileNode.h
138 nodes/COM_MaskNode.cpp
142 nodes/COM_CompositorNode.cpp
143 nodes/COM_CompositorNode.h
144 nodes/COM_ViewerNode.cpp
145 nodes/COM_ViewerNode.h
146 nodes/COM_SplitViewerNode.cpp
147 nodes/COM_SplitViewerNode.h
148 nodes/COM_ViewLevelsNode.cpp
149 nodes/COM_ViewLevelsNode.h
150 operations/COM_CalculateStandardDeviationOperation.cpp
151 operations/COM_CalculateStandardDeviationOperation.h
152 operations/COM_CalculateMeanOperation.cpp
153 operations/COM_CalculateMeanOperation.h
156 nodes/COM_TranslateNode.cpp
157 nodes/COM_TranslateNode.h
158 nodes/COM_ScaleNode.cpp
159 nodes/COM_ScaleNode.h
160 nodes/COM_RotateNode.cpp
161 nodes/COM_RotateNode.h
162 nodes/COM_FlipNode.cpp
165 nodes/COM_MapUVNode.cpp
166 nodes/COM_MapUVNode.h
167 nodes/COM_DisplaceNode.cpp
168 nodes/COM_DisplaceNode.h
170 nodes/COM_DifferenceMatteNode.cpp
171 nodes/COM_DifferenceMatteNode.h
172 nodes/COM_LuminanceMatteNode.cpp
173 nodes/COM_LuminanceMatteNode.h
174 nodes/COM_DistanceMatteNode.cpp
175 nodes/COM_DistanceMatteNode.h
176 nodes/COM_ChromaMatteNode.cpp
177 nodes/COM_ChromaMatteNode.h
178 nodes/COM_ColorMatteNode.cpp
179 nodes/COM_ColorMatteNode.h
180 nodes/COM_ChannelMatteNode.cpp
181 nodes/COM_ChannelMatteNode.h
182 nodes/COM_LensDistortionNode.cpp
183 nodes/COM_LensDistortionNode.h
185 nodes/COM_GlareNode.cpp
186 nodes/COM_GlareNode.h
188 nodes/COM_CropNode.cpp
190 operations/COM_CropOperation.cpp
191 operations/COM_CropOperation.h
193 nodes/COM_TransformNode.cpp
194 nodes/COM_TransformNode.h
195 nodes/COM_Stabilize2dNode.cpp
196 nodes/COM_Stabilize2dNode.h
197 nodes/COM_MovieDistortionNode.cpp
198 nodes/COM_MovieDistortionNode.h
199 nodes/COM_DefocusNode.cpp
200 nodes/COM_DefocusNode.h
203 nodes/COM_VectorCurveNode.cpp
204 nodes/COM_VectorCurveNode.h
205 nodes/COM_ColorCurveNode.cpp
206 nodes/COM_ColorCurveNode.h
207 nodes/COM_ColorToBWNode.cpp
208 nodes/COM_ColorToBWNode.h
209 nodes/COM_ColorRampNode.cpp
210 nodes/COM_ColorRampNode.h
211 nodes/COM_MixNode.cpp
213 nodes/COM_AlphaOverNode.cpp
214 nodes/COM_AlphaOverNode.h
215 nodes/COM_ZCombineNode.cpp
216 nodes/COM_ZCombineNode.h
217 nodes/COM_BrightnessNode.cpp
218 nodes/COM_BrightnessNode.h
219 nodes/COM_ColorBalanceNode.cpp
220 nodes/COM_ColorBalanceNode.h
221 nodes/COM_InvertNode.cpp
222 nodes/COM_InvertNode.h
223 nodes/COM_GammaNode.cpp
224 nodes/COM_GammaNode.h
225 nodes/COM_SetAlphaNode.cpp
226 nodes/COM_SetAlphaNode.h
227 nodes/COM_ConvertAlphaNode.cpp
228 nodes/COM_ConvertAlphaNode.h
229 nodes/COM_AlphaOverNode.cpp
230 nodes/COM_AlphaOverNode.h
231 nodes/COM_HueSaturationValueNode.cpp
232 nodes/COM_HueSaturationValueNode.h
233 nodes/COM_HueSaturationValueCorrectNode.cpp
234 nodes/COM_HueSaturationValueCorrectNode.h
235 nodes/COM_ColorCorrectionNode.cpp
236 nodes/COM_ColorCorrectionNode.h
237 nodes/COM_TonemapNode.cpp
238 nodes/COM_TonemapNode.h
239 operations/COM_TonemapOperation.cpp
240 operations/COM_TonemapOperation.h
243 nodes/COM_IDMaskNode.cpp
244 nodes/COM_IDMaskNode.h
245 nodes/COM_SeparateRGBANode.cpp
246 nodes/COM_SeparateRGBANode.h
247 nodes/COM_CombineRGBANode.cpp
248 nodes/COM_CombineRGBANode.h
249 nodes/COM_SeparateHSVANode.cpp
250 nodes/COM_SeparateHSVANode.h
251 nodes/COM_CombineHSVANode.cpp
252 nodes/COM_CombineHSVANode.h
253 nodes/COM_SeparateYUVANode.cpp
254 nodes/COM_SeparateYUVANode.h
255 nodes/COM_CombineYUVANode.cpp
256 nodes/COM_CombineYUVANode.h
257 nodes/COM_SeparateYCCANode.cpp
258 nodes/COM_SeparateYCCANode.h
259 nodes/COM_CombineYCCANode.cpp
260 nodes/COM_CombineYCCANode.h
262 nodes/COM_NormalNode.cpp
263 nodes/COM_NormalNode.h
264 nodes/COM_NormalizeNode.cpp
265 nodes/COM_NormalizeNode.h
266 nodes/COM_MathNode.cpp
268 nodes/COM_MapValueNode.cpp
269 nodes/COM_MapValueNode.h
270 nodes/COM_MapRangeNode.cpp
271 nodes/COM_MapRangeNode.h
273 operations/COM_NormalizeOperation.cpp
274 operations/COM_NormalizeOperation.h
276 nodes/COM_PixelateNode.cpp
277 nodes/COM_PixelateNode.h
278 operations/COM_PixelateOperation.cpp
279 operations/COM_PixelateOperation.h
282 nodes/COM_BilateralBlurNode.cpp
283 nodes/COM_BilateralBlurNode.h
284 operations/COM_BilateralBlurOperation.cpp
285 operations/COM_BilateralBlurOperation.h
286 nodes/COM_VectorBlurNode.cpp
287 nodes/COM_VectorBlurNode.h
288 operations/COM_VectorBlurOperation.cpp
289 operations/COM_VectorBlurOperation.h
291 nodes/COM_FilterNode.cpp
292 nodes/COM_FilterNode.h
293 nodes/COM_DespeckleNode.cpp
294 nodes/COM_DespeckleNode.h
295 nodes/COM_DilateErodeNode.cpp
296 nodes/COM_DilateErodeNode.h
297 nodes/COM_InpaintNode.cpp
298 nodes/COM_InpaintNode.h
299 nodes/COM_BlurNode.cpp
301 nodes/COM_BokehBlurNode.cpp
302 nodes/COM_BokehBlurNode.h
303 nodes/COM_DirectionalBlurNode.cpp
304 nodes/COM_DirectionalBlurNode.h
305 operations/COM_GaussianAlphaXBlurOperation.cpp
306 operations/COM_GaussianAlphaXBlurOperation.h
307 operations/COM_GaussianAlphaYBlurOperation.cpp
308 operations/COM_GaussianAlphaYBlurOperation.h
309 operations/COM_GaussianXBlurOperation.cpp
310 operations/COM_GaussianXBlurOperation.h
311 operations/COM_GaussianYBlurOperation.cpp
312 operations/COM_GaussianYBlurOperation.h
313 operations/COM_GaussianBokehBlurOperation.cpp
314 operations/COM_GaussianBokehBlurOperation.h
315 operations/COM_BokehBlurOperation.cpp
316 operations/COM_BokehBlurOperation.h
317 operations/COM_VariableSizeBokehBlurOperation.cpp
318 operations/COM_VariableSizeBokehBlurOperation.h
319 operations/COM_FastGaussianBlurOperation.cpp
320 operations/COM_FastGaussianBlurOperation.h
321 operations/COM_BlurBaseOperation.cpp
322 operations/COM_BlurBaseOperation.h
323 operations/COM_DirectionalBlurOperation.cpp
324 operations/COM_DirectionalBlurOperation.h
325 operations/COM_MovieClipAttributeOperation.cpp
326 operations/COM_MovieClipAttributeOperation.h
327 operations/COM_MovieDistortionOperation.cpp
328 operations/COM_MovieDistortionOperation.h
329 operations/COM_GammaCorrectOperation.h
330 operations/COM_GammaCorrectOperation.cpp
333 nodes/COM_BoxMaskNode.cpp
334 nodes/COM_BoxMaskNode.h
335 nodes/COM_EllipseMaskNode.cpp
336 nodes/COM_EllipseMaskNode.h
337 nodes/COM_ColorSpillNode.cpp
338 nodes/COM_ColorSpillNode.h
339 nodes/COM_DoubleEdgeMaskNode.cpp
340 nodes/COM_DoubleEdgeMaskNode.h
342 operations/COM_DoubleEdgeMaskOperation.cpp
343 operations/COM_DoubleEdgeMaskOperation.h
346 nodes/COM_KeyingScreenNode.cpp
347 nodes/COM_KeyingScreenNode.h
348 operations/COM_KeyingScreenOperation.cpp
349 operations/COM_KeyingScreenOperation.h
351 nodes/COM_TrackPositionNode.cpp
352 nodes/COM_TrackPositionNode.h
353 operations/COM_TrackPositionOperation.cpp
354 operations/COM_TrackPositionOperation.h
356 nodes/COM_KeyingNode.cpp
357 nodes/COM_KeyingNode.h
358 operations/COM_KeyingOperation.cpp
359 operations/COM_KeyingOperation.h
360 operations/COM_KeyingBlurOperation.cpp
361 operations/COM_KeyingBlurOperation.h
362 operations/COM_KeyingDespillOperation.cpp
363 operations/COM_KeyingDespillOperation.h
364 operations/COM_KeyingClipOperation.cpp
365 operations/COM_KeyingClipOperation.h
367 operations/COM_ColorSpillOperation.cpp
368 operations/COM_ColorSpillOperation.h
369 operations/COM_RenderLayersBaseProg.cpp
370 operations/COM_RenderLayersBaseProg.h
371 operations/COM_RenderLayersImageProg.cpp
372 operations/COM_RenderLayersImageProg.h
373 operations/COM_RenderLayersAlphaProg.cpp
374 operations/COM_RenderLayersAlphaProg.h
375 operations/COM_RenderLayersDepthProg.cpp
376 operations/COM_RenderLayersDepthProg.h
377 operations/COM_RenderLayersNormalOperation.cpp
378 operations/COM_RenderLayersNormalOperation.h
379 operations/COM_RenderLayersSpeedOperation.cpp
380 operations/COM_RenderLayersSpeedOperation.h
381 operations/COM_RenderLayersColorOperation.cpp
382 operations/COM_RenderLayersColorOperation.h
383 operations/COM_RenderLayersUVOperation.cpp
384 operations/COM_RenderLayersUVOperation.h
385 operations/COM_RenderLayersMistOperation.cpp
386 operations/COM_RenderLayersMistOperation.h
387 operations/COM_RenderLayersObjectIndexOperation.cpp
388 operations/COM_RenderLayersObjectIndexOperation.h
389 operations/COM_RenderLayersMaterialIndexOperation.cpp
390 operations/COM_RenderLayersMaterialIndexOperation.h
391 operations/COM_RenderLayersDiffuseOperation.cpp
392 operations/COM_RenderLayersDiffuseOperation.h
393 operations/COM_RenderLayersSpecularOperation.cpp
394 operations/COM_RenderLayersSpecularOperation.h
395 operations/COM_RenderLayersShadowOperation.cpp
396 operations/COM_RenderLayersShadowOperation.h
397 operations/COM_RenderLayersAOOperation.cpp
398 operations/COM_RenderLayersAOOperation.h
399 operations/COM_RenderLayersEmitOperation.cpp
400 operations/COM_RenderLayersEmitOperation.h
401 operations/COM_RenderLayersReflectionOperation.cpp
402 operations/COM_RenderLayersReflectionOperation.h
403 operations/COM_RenderLayersRefractionOperation.cpp
404 operations/COM_RenderLayersRefractionOperation.h
405 operations/COM_RenderLayersEnvironmentOperation.cpp
406 operations/COM_RenderLayersEnvironmentOperation.h
407 operations/COM_RenderLayersIndirectOperation.cpp
408 operations/COM_RenderLayersIndirectOperation.h
409 operations/COM_RenderLayersCyclesOperation.cpp
410 operations/COM_RenderLayersCyclesOperation.h
412 operations/COM_ImageOperation.cpp
413 operations/COM_ImageOperation.h
414 operations/COM_MultilayerImageOperation.cpp
415 operations/COM_MultilayerImageOperation.h
416 operations/COM_TextureOperation.cpp
417 operations/COM_TextureOperation.h
418 operations/COM_BokehImageOperation.cpp
419 operations/COM_BokehImageOperation.h
422 operations/COM_SocketProxyOperation.h
423 operations/COM_SocketProxyOperation.cpp
425 operations/COM_CompositorOperation.h
426 operations/COM_CompositorOperation.cpp
427 operations/COM_OutputFileOperation.h
428 operations/COM_OutputFileOperation.cpp
429 operations/COM_ViewerBaseOperation.h
430 operations/COM_ViewerBaseOperation.cpp
431 operations/COM_ViewerOperation.h
432 operations/COM_ViewerOperation.cpp
433 operations/COM_PreviewOperation.h
434 operations/COM_PreviewOperation.cpp
435 operations/COM_SplitViewerOperation.h
436 operations/COM_SplitViewerOperation.cpp
437 operations/COM_ConvertValueToColorProg.h
438 operations/COM_ConvertValueToColorProg.cpp
439 operations/COM_ConvertColorToValueProg.h
440 operations/COM_ConvertColorToValueProg.cpp
441 operations/COM_ConvertColorToBWOperation.h
442 operations/COM_ConvertColorToBWOperation.cpp
443 operations/COM_ConvertColorToVectorOperation.h
444 operations/COM_ConvertColorToVectorOperation.cpp
445 operations/COM_ConvertValueToVectorOperation.h
446 operations/COM_ConvertValueToVectorOperation.cpp
447 operations/COM_ConvertVectorToColorOperation.h
448 operations/COM_ConvertVectorToColorOperation.cpp
449 operations/COM_ConvertVectorToValueOperation.h
450 operations/COM_ConvertVectorToValueOperation.cpp
451 operations/COM_ConvertDepthToRadiusOperation.h
452 operations/COM_ConvertDepthToRadiusOperation.cpp
453 operations/COM_ZCombineOperation.cpp
454 operations/COM_ZCombineOperation.h
456 operations/COM_ConvertRGBToYCCOperation.h
457 operations/COM_ConvertRGBToYCCOperation.cpp
458 operations/COM_ConvertYCCToRGBOperation.h
459 operations/COM_ConvertYCCToRGBOperation.cpp
460 operations/COM_ConvertRGBToYUVOperation.h
461 operations/COM_ConvertRGBToYUVOperation.cpp
462 operations/COM_ConvertYUVToRGBOperation.h
463 operations/COM_ConvertYUVToRGBOperation.cpp
464 operations/COM_ConvertRGBToHSVOperation.h
465 operations/COM_ConvertRGBToHSVOperation.cpp
466 operations/COM_ConvertHSVToRGBOperation.h
467 operations/COM_ConvertHSVToRGBOperation.cpp
468 operations/COM_ChangeHSVOperation.h
469 operations/COM_ChangeHSVOperation.cpp
470 operations/COM_ColorCurveOperation.h
471 operations/COM_ColorCurveOperation.cpp
472 operations/COM_ColorRampOperation.h
473 operations/COM_ColorRampOperation.cpp
474 operations/COM_VectorCurveOperation.h
475 operations/COM_VectorCurveOperation.cpp
476 operations/COM_CurveBaseOperation.h
477 operations/COM_CurveBaseOperation.cpp
478 operations/COM_HueSaturationValueCorrectOperation.cpp
479 operations/COM_HueSaturationValueCorrectOperation.h
480 operations/COM_DifferenceMatteOperation.cpp
481 operations/COM_DifferenceMatteOperation.h
482 operations/COM_LuminanceMatteOperation.cpp
483 operations/COM_LuminanceMatteOperation.h
484 operations/COM_DistanceRGBMatteOperation.cpp
485 operations/COM_DistanceRGBMatteOperation.h
486 operations/COM_DistanceYCCMatteOperation.cpp
487 operations/COM_DistanceYCCMatteOperation.h
488 operations/COM_ChromaMatteOperation.cpp
489 operations/COM_ChromaMatteOperation.h
490 operations/COM_ColorMatteOperation.cpp
491 operations/COM_ColorMatteOperation.h
492 operations/COM_ChannelMatteOperation.cpp
493 operations/COM_ChannelMatteOperation.h
494 operations/COM_ConvertPremulToStraightOperation.cpp
495 operations/COM_ConvertPremulToStraightOperation.h
496 operations/COM_ConvertStraightToPremulOperation.cpp
497 operations/COM_ConvertStraightToPremulOperation.h
499 operations/COM_ReadBufferOperation.cpp
500 operations/COM_ReadBufferOperation.h
501 operations/COM_WriteBufferOperation.cpp
502 operations/COM_WriteBufferOperation.h
503 operations/COM_MixBaseOperation.h
504 operations/COM_MixBaseOperation.cpp
505 operations/COM_MixBlendOperation.cpp
506 operations/COM_MixBlendOperation.h
507 operations/COM_MixGlareOperation.cpp
508 operations/COM_MixGlareOperation.h
509 operations/COM_MixAddOperation.h
510 operations/COM_MixAddOperation.cpp
511 operations/COM_MixMultiplyOperation.h
512 operations/COM_MixMultiplyOperation.cpp
513 operations/COM_BrightnessOperation.cpp
514 operations/COM_BrightnessOperation.h
515 operations/COM_GammaOperation.cpp
516 operations/COM_GammaOperation.h
517 operations/COM_ColorCorrectionOperation.cpp
518 operations/COM_ColorCorrectionOperation.h
519 operations/COM_SetValueOperation.h
520 operations/COM_SetValueOperation.cpp
521 operations/COM_SetColorOperation.h
522 operations/COM_SetColorOperation.cpp
523 operations/COM_SetVectorOperation.h
524 operations/COM_SetVectorOperation.cpp
526 operations/COM_MixBurnOperation.h
527 operations/COM_MixBurnOperation.cpp
528 operations/COM_MixColorOperation.h
529 operations/COM_MixColorOperation.cpp
530 operations/COM_MixDarkenOperation.h
531 operations/COM_MixDarkenOperation.cpp
532 operations/COM_MixDodgeOperation.h
533 operations/COM_MixDodgeOperation.cpp
534 operations/COM_MixDifferenceOperation.h
535 operations/COM_MixDifferenceOperation.cpp
536 operations/COM_MixDivideOperation.h
537 operations/COM_MixDivideOperation.cpp
538 operations/COM_MixHueOperation.h
539 operations/COM_MixHueOperation.cpp
540 operations/COM_MixLightenOperation.h
541 operations/COM_MixLightenOperation.cpp
542 operations/COM_MixLinearLightOperation.h
543 operations/COM_MixLinearLightOperation.cpp
544 operations/COM_MixOverlayOperation.h
545 operations/COM_MixOverlayOperation.cpp
546 operations/COM_MixSaturationOperation.h
547 operations/COM_MixSaturationOperation.cpp
548 operations/COM_MixScreenOperation.h
549 operations/COM_MixScreenOperation.cpp
550 operations/COM_MixSoftLightOperation.h
551 operations/COM_MixSoftLightOperation.cpp
552 operations/COM_MixValueOperation.h
553 operations/COM_MixValueOperation.cpp
554 operations/COM_MixSubtractOperation.h
555 operations/COM_MixSubtractOperation.cpp
557 operations/COM_MathBaseOperation.h
558 operations/COM_MathBaseOperation.cpp
560 operations/COM_AlphaOverMixedOperation.h
561 operations/COM_AlphaOverMixedOperation.cpp
562 operations/COM_AlphaOverPremultiplyOperation.h
563 operations/COM_AlphaOverPremultiplyOperation.cpp
564 operations/COM_AlphaOverKeyOperation.h
565 operations/COM_AlphaOverKeyOperation.cpp
567 operations/COM_ColorBalanceLGGOperation.h
568 operations/COM_ColorBalanceLGGOperation.cpp
569 operations/COM_ColorBalanceASCCDLOperation.h
570 operations/COM_ColorBalanceASCCDLOperation.cpp
571 operations/COM_InvertOperation.cpp
572 operations/COM_InvertOperation.h
573 operations/COM_SetAlphaOperation.cpp
574 operations/COM_SetAlphaOperation.h
575 operations/COM_MapValueOperation.cpp
576 operations/COM_MapValueOperation.h
577 operations/COM_MapRangeOperation.cpp
578 operations/COM_MapRangeOperation.h
581 operations/COM_TranslateOperation.h
582 operations/COM_TranslateOperation.cpp
583 operations/COM_WrapOperation.h
584 operations/COM_WrapOperation.cpp
585 operations/COM_RotateOperation.h
586 operations/COM_RotateOperation.cpp
587 operations/COM_ScaleOperation.h
588 operations/COM_ScaleOperation.cpp
589 operations/COM_MapUVOperation.h
590 operations/COM_MapUVOperation.cpp
591 operations/COM_DisplaceOperation.h
592 operations/COM_DisplaceOperation.cpp
593 operations/COM_DisplaceSimpleOperation.h
594 operations/COM_DisplaceSimpleOperation.cpp
595 operations/COM_FlipOperation.h
596 operations/COM_FlipOperation.cpp
597 operations/COM_ProjectorLensDistortionOperation.cpp
598 operations/COM_ProjectorLensDistortionOperation.h
599 operations/COM_ScreenLensDistortionOperation.cpp
600 operations/COM_ScreenLensDistortionOperation.h
603 operations/COM_ConvolutionFilterOperation.h
604 operations/COM_ConvolutionFilterOperation.cpp
605 operations/COM_ConvolutionEdgeFilterOperation.h
606 operations/COM_ConvolutionEdgeFilterOperation.cpp
607 operations/COM_DespeckleOperation.cpp
608 operations/COM_DespeckleOperation.h
609 operations/COM_DilateErodeOperation.cpp
610 operations/COM_DilateErodeOperation.h
611 operations/COM_InpaintOperation.cpp
612 operations/COM_InpaintOperation.h
613 operations/COM_GlareThresholdOperation.cpp
614 operations/COM_GlareThresholdOperation.h
615 operations/COM_GlareBaseOperation.cpp
616 operations/COM_GlareBaseOperation.h
617 operations/COM_GlareSimpleStarOperation.cpp
618 operations/COM_GlareSimpleStarOperation.h
619 operations/COM_GlareStreaksOperation.cpp
620 operations/COM_GlareStreaksOperation.h
621 operations/COM_GlareGhostOperation.cpp
622 operations/COM_GlareGhostOperation.h
623 operations/COM_GlareFogGlowOperation.cpp
624 operations/COM_GlareFogGlowOperation.h
625 operations/COM_SetSamplerOperation.cpp
626 operations/COM_SetSamplerOperation.h
630 operations/COM_IDMaskOperation.cpp
631 operations/COM_IDMaskOperation.h
633 operations/COM_SeparateChannelOperation.cpp
634 operations/COM_SeparateChannelOperation.h
635 operations/COM_CombineChannelsOperation.cpp
636 operations/COM_CombineChannelsOperation.h
638 operations/COM_DotproductOperation.cpp
639 operations/COM_DotproductOperation.h
642 operations/COM_BoxMaskOperation.h
643 operations/COM_BoxMaskOperation.cpp
644 operations/COM_EllipseMaskOperation.h
645 operations/COM_EllipseMaskOperation.cpp
647 operations/COM_MovieClipOperation.cpp
648 operations/COM_MovieClipOperation.h
649 operations/COM_ConvertColorProfileOperation.cpp
650 operations/COM_ConvertColorProfileOperation.h
652 operations/COM_AntiAliasOperation.cpp
653 operations/COM_AntiAliasOperation.h
655 operations/COM_MaskOperation.cpp
656 operations/COM_MaskOperation.h
660 ${CMAKE_CURRENT_BINARY_DIR}/operations
662 data_to_c(${CMAKE_CURRENT_SOURCE_DIR}/operations/COM_OpenCLKernels.cl
663 ${CMAKE_CURRENT_BINARY_DIR}/operations/COM_OpenCLKernels.cl.h SRC)
665 blender_add_lib(bf_compositor "${SRC}" "${INC}" "${INC_SYS}")