From a8461d2c408ebc4234e898c18f0b64a667fb7cc6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Aug 2006 14:08:21 +0000 Subject: DNA_ipo_types.h comments only other are changes so calchandles_ipocurve only calc handels on a bezier line. This makes bvh import faster but should also speed up internal IPO operations. --- source/blender/makesdna/DNA_ipo_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_ipo_types.h') diff --git a/source/blender/makesdna/DNA_ipo_types.h b/source/blender/makesdna/DNA_ipo_types.h index fc30c1ec5e6..0bea05bb634 100644 --- a/source/blender/makesdna/DNA_ipo_types.h +++ b/source/blender/makesdna/DNA_ipo_types.h @@ -367,11 +367,11 @@ typedef short IPO_Channel; #define IPO_SHORT_BIT 17 #define IPO_INT_BIT 18 -/* icu->ipo */ +/* icu->ipo: the type of curve */ #define IPO_CONST 0 #define IPO_LIN 1 #define IPO_BEZ 2 -#define IPO_MIXED 3 +#define IPO_MIXED 3 /* not used yet */ /* icu->extrap */ #define IPO_HORIZ 0 -- cgit v1.2.3