Blender V2.61 - r43446
|
Public Attributes | |
struct ActBeztColumn * | next |
struct ActBeztColumn * | prev |
struct ActBeztColumn * | left |
struct ActBeztColumn * | right |
struct ActBeztColumn * | parent |
char | tree_col |
char | pad |
short | numBezts |
float | cfra |
BezTriple * | bezts [MAX_ABK_BUFSIZE] |
Definition at line 214 of file keyframes_draw.c.
BezTriple* ActBeztColumn::bezts[MAX_ABK_BUFSIZE] |
Definition at line 229 of file keyframes_draw.c.
Referenced by abk_get_bezt_with_value(), nalloc_abk_bezt(), and nupdate_abk_bezt().
float ActBeztColumn::cfra |
Definition at line 227 of file keyframes_draw.c.
Referenced by compare_abk_bezt(), and nalloc_abk_bezt().
struct ActBeztColumn* ActBeztColumn::left |
Definition at line 220 of file keyframes_draw.c.
struct ActBeztColumn* ActBeztColumn::next |
Definition at line 217 of file keyframes_draw.c.
short ActBeztColumn::numBezts |
Definition at line 226 of file keyframes_draw.c.
Referenced by abk_get_bezt_with_value(), nalloc_abk_bezt(), and nupdate_abk_bezt().
char ActBeztColumn::pad |
Definition at line 223 of file keyframes_draw.c.
struct ActBeztColumn* ActBeztColumn::parent |
Definition at line 221 of file keyframes_draw.c.
struct ActBeztColumn * ActBeztColumn::prev |
Definition at line 217 of file keyframes_draw.c.
Referenced by add_bezt_to_keyblocks_list(), clean_fcurve(), selmap_build_bezier_less(), and selmap_build_bezier_more().
struct ActBeztColumn * ActBeztColumn::right |
Definition at line 220 of file keyframes_draw.c.
Definition at line 222 of file keyframes_draw.c.