Blender V2.61 - r43446
|
#include <ED_keyframes_draw.h>
Public Attributes | |
struct ActKeyBlock * | next |
struct ActKeyBlock * | prev |
struct ActKeyBlock * | left |
struct ActKeyBlock * | right |
struct ActKeyBlock * | parent |
char | tree_col |
char | sel |
short | handle_type |
float | val |
float | start |
float | end |
short | modified |
short | totcurve |
Definition at line 72 of file ED_keyframes_draw.h.
float ActKeyBlock::end |
Definition at line 85 of file ED_keyframes_draw.h.
Referenced by actkeyblock_is_valid(), bezts_to_new_actkeyblock(), draw_keylist(), and pose_propagate_get_boneHoldEndFrame().
short ActKeyBlock::handle_type |
Definition at line 83 of file ED_keyframes_draw.h.
struct ActKeyBlock* ActKeyBlock::left |
Definition at line 77 of file ED_keyframes_draw.h.
Referenced by add_bezt_to_keyblocks_list(), and set_touched_actkeyblock().
short ActKeyBlock::modified |
Definition at line 88 of file ED_keyframes_draw.h.
Referenced by add_bezt_to_keyblocks_list(), bezts_to_new_actkeyblock(), and set_touched_actkeyblock().
struct ActKeyBlock* ActKeyBlock::next |
Definition at line 74 of file ED_keyframes_draw.h.
Referenced by draw_keylist(), and pose_propagate_get_boneHoldEndFrame().
struct ActKeyBlock* ActKeyBlock::parent |
Definition at line 78 of file ED_keyframes_draw.h.
Referenced by add_bezt_to_keyblocks_list().
struct ActKeyBlock * ActKeyBlock::prev |
Definition at line 74 of file ED_keyframes_draw.h.
struct ActKeyBlock * ActKeyBlock::right |
Definition at line 77 of file ED_keyframes_draw.h.
Referenced by add_bezt_to_keyblocks_list(), and set_touched_actkeyblock().
char ActKeyBlock::sel |
Definition at line 82 of file ED_keyframes_draw.h.
Referenced by add_bezt_to_keyblocks_list(), bezts_to_new_actkeyblock(), and draw_keylist().
float ActKeyBlock::start |
Definition at line 85 of file ED_keyframes_draw.h.
Referenced by actkeyblock_is_valid(), add_bezt_to_keyblocks_list(), bezts_to_new_actkeyblock(), compare_ab_cfraPtr(), draw_keylist(), and pose_propagate_get_boneHoldEndFrame().
short ActKeyBlock::totcurve |
Definition at line 89 of file ED_keyframes_draw.h.
Referenced by actkeyblock_is_valid(), pose_propagate_get_boneHoldEndFrame(), and set_touched_actkeyblock().
Definition at line 79 of file ED_keyframes_draw.h.
float ActKeyBlock::val |
Definition at line 84 of file ED_keyframes_draw.h.
Referenced by bezts_to_new_actkeyblock(), and pose_propagate_get_boneHoldEndFrame().