Blender V2.61 - r43446
Defines | Functions

anim_ipo_utils.c File Reference

#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "DNA_anim_types.h"
#include "RNA_access.h"
#include "ED_anim_api.h"

Go to the source code of this file.

Defines

#define HSV_BANDWIDTH   0.3f

Functions

int getname_anim_fcurve (char *name, ID *id, FCurve *fcu)
void getcolor_fcurve_rainbow (int cur, int tot, float *out)

Detailed Description

Definition in file anim_ipo_utils.c.


Define Documentation

#define HSV_BANDWIDTH   0.3f

Definition at line 190 of file anim_ipo_utils.c.

Referenced by getcolor_fcurve_rainbow().


Function Documentation

void getcolor_fcurve_rainbow ( int  cur,
int  tot,
float *  out 
)

Definition at line 194 of file anim_ipo_utils.c.

References HSV_BANDWIDTH, hsv_to_rgb(), and simple_enum_gen::val.

Referenced by graph_refresh().

int getname_anim_fcurve ( char *  name,
ID id,
FCurve fcu 
)