Blender
V3.3
|
#include <ED_keyframes_edit.h>
Public Attributes | |
rctf * | rectf_scaled |
const rctf * | rectf_view |
const int(* | mcoords )[2] |
int | mcoords_len |
Definition at line 98 of file ED_keyframes_edit.h.
const int(* KeyframeEdit_LassoData::mcoords)[2] |
Definition at line 101 of file ED_keyframes_edit.h.
Referenced by actkeys_lassoselect_exec(), graphkeys_lassoselect_exec(), and keyframe_region_lasso_test().
int KeyframeEdit_LassoData::mcoords_len |
Definition at line 102 of file ED_keyframes_edit.h.
Referenced by actkeys_lassoselect_exec(), graphkeys_lassoselect_exec(), and keyframe_region_lasso_test().
rctf* KeyframeEdit_LassoData::rectf_scaled |
Definition at line 99 of file ED_keyframes_edit.h.
Referenced by initialize_box_select_key_editing_data(), keyframe_region_lasso_test(), and region_select_action_keys().
const rctf* KeyframeEdit_LassoData::rectf_view |
Definition at line 100 of file ED_keyframes_edit.h.
Referenced by actkeys_lassoselect_exec(), graphkeys_lassoselect_exec(), and keyframe_region_lasso_test().