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:
authorCampbell Barton <ideasman42@gmail.com>2011-01-13 22:16:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-13 22:16:35 +0300
commit4cc4a73a9e228e0eee682a5220c3ed77572f02af (patch)
treea8a3564e0e1891415788fbdd2d03d576b46a1246 /source/blender/nodes/intern/CMP_util.h
parent1939ad3f94bfbe9a36a868b85ab6e3c23afeb532 (diff)
feature request from colin levy, camera lens stamp.
Diffstat (limited to 'source/blender/nodes/intern/CMP_util.h')
-rw-r--r--source/blender/nodes/intern/CMP_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/CMP_util.h b/source/blender/nodes/intern/CMP_util.h
index 1f91ee8a457..df583767f76 100644
--- a/source/blender/nodes/intern/CMP_util.h
+++ b/source/blender/nodes/intern/CMP_util.h
@@ -164,7 +164,7 @@ void convolve(CompBuf* dst, CompBuf* in1, CompBuf* in2);
extern void node_ID_title_cb(void *node_v, void *unused_v);
-/* utility functions used by glare, tonemap and lense distortion */
+/* utility functions used by glare, tonemap and lens distortion */
/* soms macros for color handling */
typedef float fRGB[4];
/* clear color */