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:
Diffstat (limited to 'source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
index 82f41ad68e3..258b5d385c0 100644
--- a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
+++ b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
@@ -39,7 +39,7 @@ class VariableSizeBokehBlurOperation : public NodeOperation, public QualityStepH
VariableSizeBokehBlurOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);
@@ -96,7 +96,7 @@ class InverseSearchRadiusOperation : public NodeOperation {
InverseSearchRadiusOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixelChunk(float output[4], int x, int y, void *data);