Blender V2.61 - r43446
|
#include <ED_keyframes_edit.h>
Public Attributes | |
ListBase | list |
struct Scene * | scene |
void * | data |
float | f1 |
float | f2 |
int | i1 |
int | i2 |
struct FCurve * | fcu |
int | curIndex |
short | curflags |
short | iterflags |
Definition at line 106 of file ED_keyframes_edit.h.
Definition at line 119 of file ED_keyframes_edit.h.
Referenced by ANIM_fcurve_keyframes_loop(), select_bezier_add(), and select_bezier_subtract().
Definition at line 116 of file ED_keyframes_edit.h.
Referenced by ANIM_fcurve_keyframes_loop(), bezt_selmap_flush(), selmap_build_bezier_less(), and selmap_build_bezier_more().
void* KeyframeEditData::data |
Definition at line 110 of file ED_keyframes_edit.h.
Referenced by ANIM_nla_mapping_apply_fcurve(), bezt_apply_nlamapping(), bezt_nlamapping_apply(), bezt_nlamapping_restore(), bezt_remap_times(), bezt_selmap_flush(), nlaedit_apply_scale_exec(), ok_bezier_region(), select_moreless_action_keys(), select_moreless_graph_keys(), selmap_build_bezier_less(), and selmap_build_bezier_more().
float KeyframeEditData::f1 |
Definition at line 111 of file ED_keyframes_edit.h.
Referenced by actkeys_framejump_exec(), actkeys_mselect_column(), actkeys_mselect_single(), actkeys_select_leftright(), ANIM_unit_mapping_apply_fcurve(), bezt_calc_average(), bezt_unit_mapping_apply(), borderselect_action(), columnselect_action_keys(), columnselect_graph_keys(), graphkeys_framejump_exec(), graphkeys_mselect_column(), graphkeys_select_leftright(), markers_selectkeys_between(), mirror_action_keys(), mirror_bezier_marker(), mirror_bezier_value(), mirror_graph_keys(), poselib_apply_pose(), snap_bezier_value(), and snap_graph_keys().
float KeyframeEditData::f2 |
Definition at line 111 of file ED_keyframes_edit.h.
Referenced by actkeys_select_leftright(), bezt_calc_average(), borderselect_action(), graphkeys_framejump_exec(), graphkeys_select_leftright(), markers_selectkeys_between(), and poselib_apply_pose().
struct FCurve* KeyframeEditData::fcu |
Definition at line 115 of file ED_keyframes_edit.h.
Referenced by ANIM_fcurve_keyframes_loop(), mouse_graph_keys(), selmap_build_bezier_less(), and selmap_build_bezier_more().
Definition at line 112 of file ED_keyframes_edit.h.
Referenced by actkeys_framejump_exec(), ANIM_nla_mapping_apply_fcurve(), ANIM_unit_mapping_apply_fcurve(), bezt_calc_average(), bezt_nlamapping_apply(), bezt_nlamapping_restore(), bezt_unit_mapping_apply(), and graphkeys_framejump_exec().
Definition at line 112 of file ED_keyframes_edit.h.
Definition at line 120 of file ED_keyframes_edit.h.
Referenced by select_bezier_add(), and select_bezier_subtract().
Definition at line 108 of file ED_keyframes_edit.h.
Referenced by actkeys_mselect_column(), bezt_to_cfraelem(), columnselect_action_keys(), columnselect_graph_keys(), graphkeys_mselect_column(), snap_action_keys(), snap_bezier_nearmarker(), and snap_graph_keys().
struct Scene* KeyframeEditData::scene |
Definition at line 109 of file ED_keyframes_edit.h.
Referenced by mirror_action_keys(), mirror_bezier_cframe(), mirror_graph_keys(), snap_action_keys(), snap_bezier_cframe(), snap_bezier_nearestsec(), and snap_graph_keys().