Blender
V3.3
|
Go to the source code of this file.
Enumerator | |
---|---|
ACTKEYS_COLUMNSEL_KEYS | |
ACTKEYS_COLUMNSEL_CFRA | |
ACTKEYS_COLUMNSEL_MARKERS_COLUMN | |
ACTKEYS_COLUMNSEL_MARKERS_BETWEEN |
Definition at line 64 of file action_intern.h.
Enumerator | |
---|---|
ACTKEYS_LRSEL_TEST | |
ACTKEYS_LRSEL_LEFT | |
ACTKEYS_LRSEL_RIGHT |
Definition at line 57 of file action_intern.h.
enum eActKeys_Mirror_Mode |
Enumerator | |
---|---|
ACTKEYS_MIRROR_CFRA | |
ACTKEYS_MIRROR_YAXIS | |
ACTKEYS_MIRROR_XAXIS | |
ACTKEYS_MIRROR_MARKER |
Definition at line 124 of file action_intern.h.
enum eActKeys_Snap_Mode |
Enumerator | |
---|---|
ACTKEYS_SNAP_CFRA | |
ACTKEYS_SNAP_NEAREST_FRAME | |
ACTKEYS_SNAP_NEAREST_SECOND | |
ACTKEYS_SNAP_NEAREST_MARKER |
Definition at line 114 of file action_intern.h.
void action_buttons_register | ( | struct ARegionType * | art | ) |
void action_keymap | ( | struct wmKeyConfig * | keyconf | ) |
Definition at line 94 of file action_ops.c.
References SPACE_ACTION, and WM_keymap_ensure().
Referenced by ED_spacetype_action().
Definition at line 25 of file action_ops.c.
References ACTION_OT_clean(), ACTION_OT_clickselect(), ACTION_OT_copy(), ACTION_OT_delete(), ACTION_OT_duplicate(), ACTION_OT_easing_type(), ACTION_OT_extrapolation_type(), ACTION_OT_frame_jump(), ACTION_OT_handle_type(), ACTION_OT_interpolation_type(), ACTION_OT_keyframe_insert(), ACTION_OT_keyframe_type(), ACTION_OT_layer_next(), ACTION_OT_layer_prev(), ACTION_OT_markers_make_local(), ACTION_OT_mirror(), ACTION_OT_new(), ACTION_OT_paste(), ACTION_OT_previewrange_set(), ACTION_OT_push_down(), ACTION_OT_sample(), ACTION_OT_select_all(), ACTION_OT_select_box(), ACTION_OT_select_circle(), ACTION_OT_select_column(), ACTION_OT_select_lasso(), ACTION_OT_select_leftright(), ACTION_OT_select_less(), ACTION_OT_select_linked(), ACTION_OT_select_more(), ACTION_OT_snap(), ACTION_OT_stash(), ACTION_OT_stash_and_create(), ACTION_OT_unlink(), ACTION_OT_view_all(), ACTION_OT_view_frame(), ACTION_OT_view_selected(), and WM_operatortype_append().
Referenced by ED_spacetype_action().
void ACTION_OT_clean | ( | struct wmOperatorType * | ot | ) |
Definition at line 1124 of file action_edit.c.
References actkeys_clean_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_boolean(), RNA_def_float(), and wmOperatorType::srna.
Referenced by action_operatortypes().
void ACTION_OT_clickselect | ( | struct wmOperatorType * | ot | ) |
Definition at line 1845 of file action_select.c.
References actkeys_clickselect_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_UNDO, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), wmOperatorType::srna, WM_generic_select_invoke(), WM_generic_select_modal(), and WM_operator_properties_generic_select().
Referenced by action_operatortypes().
void ACTION_OT_copy | ( | struct wmOperatorType * | ot | ) |
Definition at line 583 of file action_edit.c.
References actkeys_copy_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_delete | ( | struct wmOperatorType * | ot | ) |
Definition at line 1052 of file action_edit.c.
References actkeys_delete_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, WM_operator_confirm_or_exec(), and WM_operator_properties_confirm_or_exec().
Referenced by action_operatortypes().
void ACTION_OT_duplicate | ( | struct wmOperatorType * | ot | ) |
Definition at line 965 of file action_edit.c.
References actkeys_duplicate_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_easing_type | ( | struct wmOperatorType * | ot | ) |
Definition at line 1428 of file action_edit.c.
References actkeys_easing_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), rna_enum_beztriple_interpolation_easing_items, wmOperatorType::srna, and WM_menu_invoke().
Referenced by action_operatortypes().
void ACTION_OT_extrapolation_type | ( | struct wmOperatorType * | ot | ) |
Definition at line 1326 of file action_edit.c.
References actkeys_expo_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, prop_actkeys_expo_types, RNA_def_enum(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by action_operatortypes().
void ACTION_OT_frame_jump | ( | struct wmOperatorType * | ot | ) |
Definition at line 1709 of file action_edit.c.
References actkeys_framejump_exec(), actkeys_framejump_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_handle_type | ( | struct wmOperatorType * | ot | ) |
Definition at line 1515 of file action_edit.c.
References actkeys_handletype_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), rna_enum_keyframe_handle_type_items, wmOperatorType::srna, and WM_menu_invoke().
Referenced by action_operatortypes().
void ACTION_OT_interpolation_type | ( | struct wmOperatorType * | ot | ) |
Definition at line 1378 of file action_edit.c.
References actkeys_ipo_exec(), BLT_I18NCONTEXT_ID_ACTION, wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), RNA_def_property_translation_context(), rna_enum_beztriple_interpolation_mode_items, wmOperatorType::srna, and WM_menu_invoke().
Referenced by action_operatortypes().
void ACTION_OT_keyframe_insert | ( | struct wmOperatorType * | ot | ) |
Definition at line 885 of file action_edit.c.
References actkeys_insertkey_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, prop_actkeys_insertkey_types, RNA_def_enum(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by action_operatortypes().
void ACTION_OT_keyframe_type | ( | struct wmOperatorType * | ot | ) |
Definition at line 1603 of file action_edit.c.
References actkeys_keytype_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), rna_enum_beztriple_keyframe_type_items, wmOperatorType::srna, and WM_menu_invoke().
Referenced by action_operatortypes().
void ACTION_OT_layer_next | ( | struct wmOperatorType * | ot | ) |
Definition at line 872 of file action_data.c.
References action_layer_next_exec(), action_layer_next_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_layer_prev | ( | struct wmOperatorType * | ot | ) |
Definition at line 971 of file action_data.c.
References action_layer_prev_exec(), action_layer_prev_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_markers_make_local | ( | struct wmOperatorType * | ot | ) |
Definition at line 130 of file action_edit.c.
References act_markers_make_local_exec(), act_markers_make_local_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_mirror | ( | struct wmOperatorType * | ot | ) |
Definition at line 1955 of file action_edit.c.
References actkeys_mirror_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, prop_actkeys_mirror_types, RNA_def_enum(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by action_operatortypes().
void ACTION_OT_new | ( | struct wmOperatorType * | ot | ) |
Definition at line 278 of file action_data.c.
References action_new_exec(), action_new_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_paste | ( | struct wmOperatorType * | ot | ) |
Definition at line 677 of file action_edit.c.
References actkeys_paste_description(), actkeys_paste_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::get_description, wmOperatorType::idname, KEYFRAME_PASTE_MERGE_MIX, KEYFRAME_PASTE_OFFSET_CFRA_START, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_enum(), RNA_def_property_flag(), rna_enum_keyframe_paste_merge_items, rna_enum_keyframe_paste_offset_items, and wmOperatorType::srna.
Referenced by action_operatortypes().
void ACTION_OT_previewrange_set | ( | struct wmOperatorType * | ot | ) |
Definition at line 280 of file action_edit.c.
References actkeys_previewrange_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_push_down | ( | struct wmOperatorType * | ot | ) |
Definition at line 358 of file action_data.c.
References action_pushdown_exec(), action_pushdown_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_sample | ( | struct wmOperatorType * | ot | ) |
Definition at line 1195 of file action_edit.c.
References actkeys_sample_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_select_all | ( | struct wmOperatorType * | ot | ) |
Definition at line 331 of file action_select.c.
References actkeys_deselectall_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and WM_operator_properties_select_all().
Referenced by action_operatortypes().
void ACTION_OT_select_box | ( | struct wmOperatorType * | ot | ) |
Definition at line 572 of file action_select.c.
References actkeys_box_select_exec(), actkeys_box_select_invoke(), wmOperatorType::cancel, wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), wmOperatorType::srna, WM_gesture_box_cancel(), WM_gesture_box_modal(), WM_operator_properties_gesture_box(), and WM_operator_properties_select_operation_simple().
Referenced by action_operatortypes().
void ACTION_OT_select_circle | ( | struct wmOperatorType * | ot | ) |
Definition at line 877 of file action_select.c.
References action_circle_select_exec(), wmOperatorType::cancel, wmOperatorType::description, ED_operator_action_active(), ED_select_circle_get_name(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::get_name, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_UNDO, ot, wmOperatorType::poll, WM_gesture_circle_cancel(), WM_gesture_circle_invoke(), WM_gesture_circle_modal(), WM_operator_properties_gesture_circle(), and WM_operator_properties_select_operation_simple().
Referenced by action_operatortypes().
void ACTION_OT_select_column | ( | struct wmOperatorType * | ot | ) |
Definition at line 1116 of file action_select.c.
References actkeys_columnselect_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, prop_column_select_types, RNA_def_enum(), and wmOperatorType::srna.
Referenced by action_operatortypes().
void ACTION_OT_select_lasso | ( | struct wmOperatorType * | ot | ) |
Definition at line 809 of file action_select.c.
References actkeys_lassoselect_exec(), wmOperatorType::cancel, wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_DEPENDS_ON_CURSOR, OPTYPE_UNDO, ot, wmOperatorType::poll, WM_gesture_lasso_cancel(), WM_gesture_lasso_invoke(), WM_gesture_lasso_modal(), WM_operator_properties_gesture_lasso(), and WM_operator_properties_select_operation_simple().
Referenced by action_operatortypes().
void ACTION_OT_select_leftright | ( | struct wmOperatorType * | ot | ) |
Definition at line 1488 of file action_select.c.
References ACTKEYS_LRSEL_TEST, actkeys_select_leftright_exec(), actkeys_select_leftright_invoke(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, prop_actkeys_leftright_select_types, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_enum(), RNA_def_property_flag(), and wmOperatorType::srna.
Referenced by action_operatortypes().
void ACTION_OT_select_less | ( | struct wmOperatorType * | ot | ) |
Definition at line 1301 of file action_select.c.
References actkeys_select_less_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_select_linked | ( | struct wmOperatorType * | ot | ) |
Definition at line 1178 of file action_select.c.
References actkeys_select_linked_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_select_more | ( | struct wmOperatorType * | ot | ) |
Definition at line 1264 of file action_select.c.
References actkeys_select_more_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_snap | ( | struct wmOperatorType * | ot | ) |
Definition at line 1831 of file action_edit.c.
References actkeys_snap_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, prop_actkeys_snap_types, RNA_def_enum(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by action_operatortypes().
void ACTION_OT_stash | ( | struct wmOperatorType * | ot | ) |
Definition at line 413 of file action_data.c.
References action_pushdown_poll(), action_stash_exec(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by action_operatortypes().
void ACTION_OT_stash_and_create | ( | struct wmOperatorType * | ot | ) |
Definition at line 521 of file action_data.c.
References action_stash_create_exec(), action_stash_create_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_unlink | ( | struct wmOperatorType * | ot | ) |
Definition at line 676 of file action_data.c.
References action_unlink_exec(), action_unlink_invoke(), action_unlink_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), and wmOperatorType::srna.
Referenced by action_operatortypes().
void ACTION_OT_view_all | ( | struct wmOperatorType * | ot | ) |
Definition at line 432 of file action_edit.c.
References actkeys_viewall_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_view_frame | ( | struct wmOperatorType * | ot | ) |
Definition at line 472 of file action_edit.c.
References actkeys_view_frame_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void ACTION_OT_view_selected | ( | struct wmOperatorType * | ot | ) |
Definition at line 447 of file action_edit.c.
References actkeys_viewsel_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by action_operatortypes().
void draw_channel_names | ( | struct bContext * | C, |
struct bAnimContext * | ac, | ||
struct ARegion * | region | ||
) |
Left hand part.
Definition at line 50 of file action_draw.c.
References ACHANNEL_FIRST_TOP, ACHANNEL_HEIGHT, ACHANNEL_STEP, ACHANNEL_TOT_HEIGHT, ANIM_animdata_filter(), ANIM_animdata_freelist(), ANIM_channel_draw(), ANIM_channel_draw_widgets(), ANIMFILTER_DATA_VISIBLE, ANIMFILTER_LIST_CHANNELS, ANIMFILTER_LIST_VISIBLE, bAnimContext::area, BLI_rctf_init(), C, View2D::cur, bAnimContext::data, bAnimContext::datatype, filter(), ListBase::first, height, IN_RANGE, bAnimListElem::next, NULL, View2D::tot, UI_block_begin(), UI_block_draw(), UI_block_end(), UI_EMBOSS, UI_view2d_sync(), ARegion::v2d, V2D_LOCK_COPY, rctf::xmax, rctf::ymax, and rctf::ymin.
Referenced by action_channel_region_draw().
void draw_channel_strips | ( | struct bAnimContext * | ac, |
struct SpaceAction * | saction, | ||
struct ARegion * | region | ||
) |
Draw keyframes in each channel.
Definition at line 165 of file action_draw.c.
References ACHANNEL_FIRST_TOP, ACHANNEL_HEIGHT, ACHANNEL_SETTING_SELECT, ACHANNEL_STEP, ACHANNEL_TOT_HEIGHT, ThemeWireColor::active, SpaceAction::ads, ALE_ACT, ALE_ALL, ALE_FCURVE, ALE_GPFRAME, ALE_GROUP, ALE_MASKLAY, ALE_NONE, ALE_OB, ALE_SCE, ANIM_animdata_filter(), ANIM_animdata_freelist(), ANIM_channel_get_typeinfo(), ANIM_channel_setting_get(), ANIM_nla_mapping_get(), ANIMCONT_ACTION, ANIMCONT_DOPESHEET, ANIMCONT_GPENCIL, ANIMCONT_MASK, ANIMCONT_SHAPEKEY, ANIMFILTER_DATA_VISIBLE, ANIMFILTER_LIST_CHANNELS, ANIMFILTER_LIST_VISIBLE, ANIMTYPE_DSSKEY, ANIMTYPE_DSWOR, ANIMTYPE_FCURVE, ANIMTYPE_FILLACTD, ANIMTYPE_GPLAYER, ANIMTYPE_GROUP, ANIMTYPE_OBJECT, ANIMTYPE_SCENE, ANIMTYPE_SUMMARY, bGPDlayer::color, color, bActionGroup::cs, View2D::cur, bActionGroup::customCol, bAnimContext::data, bAnimListElem::data, bAnimContext::datatype, bAnimListElem::datatype, draw_action_channel(), draw_agroup_channel(), draw_channel_action_ranges(), draw_fcurve_channel(), draw_gpl_channel(), draw_masklay_channel(), draw_object_channel(), draw_scene_channel(), draw_summary_channel(), ED_keylist_draw_list_create(), ED_keylist_draw_list_flush(), ED_keylist_draw_list_free(), RenderData::efra, ELEM, EXTRA_SCROLL_PAD, filter(), ListBase::first, SpaceAction::flag, GPU_blend(), GPU_BLEND_ALPHA, GPU_BLEND_NONE, GPU_COMP_F32, GPU_FETCH_FLOAT, GPU_PRIM_LINES, GPU_SHADER_2D_UNIFORM_COLOR, GPU_vertformat_attr_add(), FCurve::grp, bAnimChannelType::has_setting, height, immBegin(), immBindBuiltinProgram(), immEnd(), immRectf(), immUnbindProgram(), immUniformColor3f(), immUniformColor3ubvAlpha(), immUniformColor4ubv(), immUniformThemeColor(), immVertex2f(), immVertexFormat(), IN_RANGE, bAnimListElem::key_data, MIN2, SpaceAction::mode, bAnimListElem::next, NULL, pos, Scene::r, rgb_float_to_uchar(), SACTCONT_TIMELINE, SACTION_MOVING, SACTION_SHOW_EXTREMES, SACTION_SHOW_INTERPOLATION, bAnimContext::scene, ThemeWireColor::select, RenderData::sfra, ThemeWireColor::solid, TH_ANIM_ACTIVE, TH_DOPESHEET_CHANNELOB, TH_DOPESHEET_CHANNELSUBOB, TH_GROUP, TH_GROUP_ACTIVE, TH_HILITE, TH_SHADE2, SpaceAction::timeslide, View2D::tot, bAnimListElem::type, UI_GetThemeColor4ubv(), USER_ANIM_SHOW_CHANNEL_GROUP_COLORS, ARegion::v2d, rctf::xmax, rctf::xmin, rctf::ymax, rctf::ymin, and bAnimContext::yscale_fac.
Referenced by action_main_region_draw().
void timeline_draw_cache | ( | struct SpaceAction * | saction, |
struct Object * | ob, | ||
struct Scene * | scene | ||
) |
Definition at line 609 of file action_draw.c.
References BKE_ptcache_ids_from_object(), BLI_freelistN(), SpaceAction::cache_display, GPU_blend(), GPU_BLEND_ALPHA, GPU_BLEND_NONE, GPU_COMP_F32, GPU_FETCH_FLOAT, GPU_SHADER_2D_UNIFORM_COLOR, GPU_vertformat_attr_add(), immBindBuiltinProgram(), immUnbindProgram(), immVertexFormat(), LISTBASE_FOREACH, NULL, scene, TIME_CACHE_DISPLAY, timeline_cache_draw_single(), timeline_cache_is_hidden_by_setting(), and UI_DPI_FAC.
Referenced by action_main_region_draw().