Blender V2.61 - r43446
|
#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) |
Definition in file anim_ipo_utils.c.
#define HSV_BANDWIDTH 0.3f |
Definition at line 190 of file anim_ipo_utils.c.
Referenced by getcolor_fcurve_rainbow().
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().
Definition at line 57 of file anim_ipo_utils.c.
References FCurve::array_index, BLI_getQuotedStr(), BLI_snprintf(), BLI_sprintfN(), PointerRNA::data, ELEM3, FCURVE_DISABLED, FCurve::flag, PointerRNA::id, MEM_freeN(), NULL, RNA_id_pointer_create(), FCurve::rna_path, RNA_path_resolve(), RNA_property_array_item_char(), RNA_property_array_length(), RNA_property_string_get_alloc(), RNA_property_ui_name(), RNA_struct_name_property(), RNA_struct_ui_icon(), RNA_struct_ui_name(), and PointerRNA::type.
Referenced by acf_fcurve_name(), and graph_panel_properties().