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>2016-02-25 02:37:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-25 02:37:22 +0300
commita21c6b5f59f3a8d02099e1c01ae08abf14a7c2d1 (patch)
treee0220e60e6a798bfb5e3261fb34287b9d0fb2d7f /source/blender/blenkernel/intern/colortools.c
parent1a7b9ce00679c9ec9625db1c0d0d4705442e2e19 (diff)
Correct comments
Diffstat (limited to 'source/blender/blenkernel/intern/colortools.c')
-rw-r--r--source/blender/blenkernel/intern/colortools.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/colortools.c b/source/blender/blenkernel/intern/colortools.c
index df45761fbe1..4a9d384250b 100644
--- a/source/blender/blenkernel/intern/colortools.c
+++ b/source/blender/blenkernel/intern/colortools.c
@@ -409,7 +409,9 @@ void curvemap_sethandle(CurveMap *cuma, int type)
/* *********************** Making the tables and display ************** */
-/* reduced copy of garbled calchandleNurb() code in curve.c */
+/**
+ * reduced copy of #calchandleNurb_intern code in curve.c
+ */
static void calchandle_curvemap(BezTriple *bezt, BezTriple *prev, BezTriple *next, int UNUSED(mode))
{
float *p1, *p2, *p3, pt[3];