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_GaussianBokehBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h
index b4b5c0e8b2f..a37a70b4b33 100644
--- a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h
+++ b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h
@@ -33,7 +33,7 @@ class GaussianBokehBlurOperation : public BlurBaseOperation {
void initExecution();
void *initializeTileData(rcti *rect);
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);
@@ -62,7 +62,7 @@ class GaussianBlurReferenceOperation : public BlurBaseOperation {
void initExecution();
void *initializeTileData(rcti *rect);
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);