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-01-05 17:44:09 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-05 17:50:58 +0300
commitcffa39358faa0c365cf12f9dc72eb138d823767a (patch)
tree68cfc59d0c13af0a42dd1eb89073d970e32af869 /source/blender/compositor/operations/COM_DirectionalBlurOperation.h
parent36ae6e66c1068b5579c725c3353d39afe96c9d29 (diff)
Cleanup: Compositor comment style
Diffstat (limited to 'source/blender/compositor/operations/COM_DirectionalBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_DirectionalBlurOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_DirectionalBlurOperation.h b/source/blender/compositor/operations/COM_DirectionalBlurOperation.h
index 57fc0bb7fa3..fdb7b82779e 100644
--- a/source/blender/compositor/operations/COM_DirectionalBlurOperation.h
+++ b/source/blender/compositor/operations/COM_DirectionalBlurOperation.h
@@ -34,7 +34,7 @@ class DirectionalBlurOperation : public NodeOperation, public QualityStepHelper
DirectionalBlurOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);