|
Blender V4.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 69 of file action_intern.hh.
| Enumerator | |
|---|---|
| ACTKEYS_LRSEL_TEST | |
| ACTKEYS_LRSEL_LEFT | |
| ACTKEYS_LRSEL_RIGHT | |
Definition at line 62 of file action_intern.hh.
| enum eActKeys_Mirror_Mode |
| Enumerator | |
|---|---|
| ACTKEYS_MIRROR_CFRA | |
| ACTKEYS_MIRROR_YAXIS | |
| ACTKEYS_MIRROR_XAXIS | |
| ACTKEYS_MIRROR_MARKER | |
Definition at line 129 of file action_intern.hh.
| enum eActKeys_Snap_Mode |
| Enumerator | |
|---|---|
| ACTKEYS_SNAP_CFRA | |
| ACTKEYS_SNAP_NEAREST_FRAME | |
| ACTKEYS_SNAP_NEAREST_SECOND | |
| ACTKEYS_SNAP_NEAREST_MARKER | |
Definition at line 119 of file action_intern.hh.
| void action_buttons_register | ( | ARegionType * | art | ) |
Definition at line 25 of file action_buttons.cc.
References BLI_addtail(), BLT_I18NCONTEXT_DEFAULT_BPYRNA, PanelType::draw, PanelType::idname, PanelType::label, MEM_callocN, N_, PanelType::poll, STRNCPY, and PanelType::translation_context.
Referenced by ED_spacetype_action().
| void action_keymap | ( | wmKeyConfig * | keyconf | ) |
Definition at line 96 of file action_ops.cc.
References RGN_TYPE_WINDOW, SPACE_ACTION, and WM_keymap_ensure().
Referenced by ED_spacetype_action().
| void action_operatortypes | ( | ) |
Definition at line 26 of file action_ops.cc.
References ACTION_OT_bake_keys(), 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_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_bake_keys | ( | wmOperatorType * | ot | ) |
Definition at line 1349 of file action_edit.cc.
References actkeys_bake_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_clean | ( | wmOperatorType * | ot | ) |
Definition at line 1275 of file action_edit.cc.
References actkeys_clean_exec(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, FLT_MAX, 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 | ( | wmOperatorType * | ot | ) |
Definition at line 2125 of file action_select.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 626 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1194 of file action_edit.cc.
References actkeys_delete_exec(), actkeys_delete_invoke(), wmOperatorType::description, ED_operator_action_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and WM_operator_properties_confirm_or_exec().
Referenced by action_operatortypes().
| void ACTION_OT_duplicate | ( | wmOperatorType * | ot | ) |
Definition at line 1081 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1590 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1480 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1894 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1680 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1536 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 993 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1775 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 944 of file action_data.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1048 of file action_data.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 133 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 2176 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 310 of file action_data.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 725 of file action_edit.cc.
References actkeys_paste_exec(), actkeys_paste_get_description(), 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 | ( | wmOperatorType * | ot | ) |
Definition at line 297 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 394 of file action_data.cc.
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_select_all | ( | wmOperatorType * | ot | ) |
Definition at line 405 of file action_select.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 681 of file action_select.cc.
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_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 | ( | wmOperatorType * | ot | ) |
Definition at line 1031 of file action_select.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1298 of file action_select.cc.
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, PROP_HIDDEN, RNA_def_enum(), RNA_def_property_flag(), and wmOperatorType::srna.
Referenced by action_operatortypes().
| void ACTION_OT_select_lasso | ( | wmOperatorType * | ot | ) |
Definition at line 962 of file action_select.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1693 of file action_select.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1490 of file action_select.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1364 of file action_select.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 1453 of file action_select.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 2036 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 453 of file action_data.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 566 of file action_data.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 737 of file action_data.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 454 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 498 of file action_edit.cc.
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 | ( | wmOperatorType * | ot | ) |
Definition at line 469 of file action_edit.cc.
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 | ( | bContext * | C, |
| bAnimContext * | ac, | ||
| ARegion * | region, | ||
| const ListBase & | anim_data ) |
Left hand part.
Definition at line 56 of file action_draw.cc.
References ANIM_channel_draw(), ANIM_channel_draw_widgets(), ANIM_UI_get_channel_height(), ANIM_UI_get_channel_step(), ANIM_UI_get_first_channel_top(), bAnimContext::area, BLI_rctf_init(), View2D::cur, ListBase::first, IN_RANGE, bAnimListElem::next, UI_block_begin(), UI_block_draw(), UI_block_end(), UI_EMBOSS, UI_view2d_sync(), V2D_LOCK_COPY, rctf::xmax, rctf::ymax, and rctf::ymin.
Referenced by action_channel_region_draw().
| void draw_channel_strips | ( | bAnimContext * | ac, |
| SpaceAction * | saction, | ||
| ARegion * | region, | ||
| ListBase * | anim_data ) |
Draw keyframes in each channel.
Definition at line 469 of file action_draw.cc.
References ANIM_animdata_freelist(), ANIMCONT_DOPESHEET, View2D::cur, bAnimContext::datatype, draw_backdrops(), draw_channel_action_ranges(), draw_keyframes(), EXTRA_SCROLL_PAD, SpaceAction::flag, GPU_blend(), GPU_BLEND_ALPHA, GPU_BLEND_NONE, GPU_COMP_F32, GPU_FETCH_FLOAT, GPU_PRIM_LINES, GPU_SHADER_3D_UNIFORM_COLOR, GPU_vertformat_attr_add(), immBegin(), immBindBuiltinProgram(), immEnd(), immUnbindProgram(), immUniformColor3f(), immVertex2f(), immVertexFormat(), pos, SACTION_MOVING, SpaceAction::timeslide, rctf::ymax, and rctf::ymin.
Referenced by action_main_region_draw().
| void timeline_draw_cache | ( | const SpaceAction * | saction, |
| const Object * | ob, | ||
| const Scene * | scene ) |
Definition at line 835 of file action_draw.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::bke::bake::BakeNodeCache::bake, blender::bke::bake::SimulationNodeCache::bake, blender::bke::bake::ModifierCache::bake_cache_by_id, blender::bke::bake::Baked, BKE_ptcache_ids_from_object(), BLI_freelistN(), SpaceAction::cache_display, blender::bke::bake::SimulationNodeCache::cache_status, eModifierType_Nodes, blender::bke::bake::NodeBakeCache::frame_range(), blender::bke::bake::NodeBakeCache::frames, GPU_blend(), GPU_BLEND_ALPHA, GPU_BLEND_NONE, GPU_COMP_F32, GPU_FETCH_FLOAT, GPU_SHADER_2D_DIAG_STRIPES, GPU_vertformat_attr_add(), immBindBuiltinProgram(), immUnbindProgram(), immUniform1i(), immVertexFormat(), LISTBASE_FOREACH, lock, Object::modifiers, blender::bke::bake::ModifierCache::mutex, bNodeTree::nested_node_refs_num, NodesModifierData::node_group, NODES_MODIFIER_BAKE_MODE_STILL, NodesModifierData::runtime, blender::bke::bake::ModifierCache::simulation_cache_by_id, TIME_CACHE_DISPLAY, TIME_CACHE_SIMULATION_NODES, timeline_cache_draw_geometry_nodes(), timeline_cache_draw_single(), timeline_cache_is_hidden_by_setting(), and UI_SCALE_FAC.
Referenced by action_main_region_draw_overlay().