|
Blender V5.0
|
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 71 of file action_intern.hh.
| Enumerator | |
|---|---|
| ACTKEYS_LRSEL_TEST | |
| ACTKEYS_LRSEL_LEFT | |
| ACTKEYS_LRSEL_RIGHT | |
Definition at line 64 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 131 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 121 of file action_intern.hh.
| void action_buttons_register | ( | ARegionType * | art | ) |
Definition at line 20 of file action_buttons.cc.
References BLI_addtail(), BLT_I18NCONTEXT_DEFAULT_BPYRNA, PanelType::draw, PanelType::idname, PanelType::label, MEM_callocN(), N_, PanelType::poll, STRNCPY_UTF8, and PanelType::translation_context.
Referenced by ED_spacetype_action().
| void action_keymap | ( | wmKeyConfig * | keyconf | ) |
Definition at line 92 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 25 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_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 1361 of file action_edit.cc.
References actkeys_bake_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_clean | ( | wmOperatorType * | ot | ) |
Definition at line 1287 of file action_edit.cc.
References actkeys_clean_exec(), ED_operator_action_active(), FLT_MAX, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_boolean(), and RNA_def_float().
Referenced by action_operatortypes().
| void ACTION_OT_clickselect | ( | wmOperatorType * | ot | ) |
Definition at line 2086 of file action_select.cc.
References actkeys_clickselect_exec(), ED_operator_action_active(), OPTYPE_UNDO, ot, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), 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 644 of file action_edit.cc.
References actkeys_copy_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_delete | ( | wmOperatorType * | ot | ) |
Definition at line 1206 of file action_edit.cc.
References actkeys_delete_exec(), actkeys_delete_invoke(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and WM_operator_properties_confirm_or_exec().
Referenced by action_operatortypes().
| void ACTION_OT_duplicate | ( | wmOperatorType * | ot | ) |
Definition at line 1095 of file action_edit.cc.
References actkeys_duplicate_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_easing_type | ( | wmOperatorType * | ot | ) |
Definition at line 1602 of file action_edit.cc.
References actkeys_easing_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), rna_enum_beztriple_interpolation_easing_items, and WM_menu_invoke().
Referenced by action_operatortypes().
| void ACTION_OT_extrapolation_type | ( | wmOperatorType * | ot | ) |
Definition at line 1492 of file action_edit.cc.
References actkeys_expo_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, prop_actkeys_expo_types, RNA_def_enum(), and WM_menu_invoke().
Referenced by action_operatortypes().
| void ACTION_OT_frame_jump | ( | wmOperatorType * | ot | ) |
Definition at line 1899 of file action_edit.cc.
References actkeys_framejump_exec(), actkeys_framejump_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_handle_type | ( | wmOperatorType * | ot | ) |
Definition at line 1692 of file action_edit.cc.
References actkeys_handletype_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), rna_enum_keyframe_handle_type_items, and WM_menu_invoke().
Referenced by action_operatortypes().
| void ACTION_OT_interpolation_type | ( | wmOperatorType * | ot | ) |
Definition at line 1548 of file action_edit.cc.
References actkeys_ipo_exec(), BLT_I18NCONTEXT_ID_ACTION, ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), RNA_def_property_translation_context(), rna_enum_beztriple_interpolation_mode_items, and WM_menu_invoke().
Referenced by action_operatortypes().
| void ACTION_OT_keyframe_insert | ( | wmOperatorType * | ot | ) |
Definition at line 1007 of file action_edit.cc.
References actkeys_insertkey_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, prop_actkeys_insertkey_types, RNA_def_enum(), and WM_menu_invoke().
Referenced by action_operatortypes().
| void ACTION_OT_keyframe_type | ( | wmOperatorType * | ot | ) |
Definition at line 1786 of file action_edit.cc.
References actkeys_keytype_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), rna_enum_beztriple_keyframe_type_items, and WM_menu_invoke().
Referenced by action_operatortypes().
| void ACTION_OT_layer_next | ( | wmOperatorType * | ot | ) |
References ot.
| void ACTION_OT_layer_prev | ( | wmOperatorType * | ot | ) |
References ot.
| void ACTION_OT_markers_make_local | ( | wmOperatorType * | ot | ) |
Definition at line 134 of file action_edit.cc.
References act_markers_make_local_exec(), act_markers_make_local_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_mirror | ( | wmOperatorType * | ot | ) |
Definition at line 2167 of file action_edit.cc.
References actkeys_mirror_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, prop_actkeys_mirror_types, RNA_def_enum(), and WM_menu_invoke().
Referenced by action_operatortypes().
| void ACTION_OT_new | ( | wmOperatorType * | ot | ) |
Definition at line 261 of file action_data.cc.
References action_new_exec(), action_new_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_paste | ( | wmOperatorType * | ot | ) |
Definition at line 743 of file action_edit.cc.
References actkeys_paste_exec(), actkeys_paste_get_description(), ED_operator_action_active(), KEYFRAME_PASTE_MERGE_MIX, KEYFRAME_PASTE_OFFSET_CFRA_START, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_enum(), RNA_def_property_flag(), rna_enum_keyframe_paste_merge_items, and rna_enum_keyframe_paste_offset_items.
Referenced by action_operatortypes().
| void ACTION_OT_previewrange_set | ( | wmOperatorType * | ot | ) |
Definition at line 294 of file action_edit.cc.
References actkeys_previewrange_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_push_down | ( | wmOperatorType * | ot | ) |
Definition at line 329 of file action_data.cc.
References action_pushdown_exec(), action_pushdown_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_select_all | ( | wmOperatorType * | ot | ) |
Definition at line 410 of file action_select.cc.
References actkeys_deselectall_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and WM_operator_properties_select_all().
Referenced by action_operatortypes().
| void ACTION_OT_select_box | ( | wmOperatorType * | ot | ) |
Definition at line 675 of file action_select.cc.
References actkeys_box_select_exec(), actkeys_box_select_invoke(), ED_operator_action_active(), OPTYPE_UNDO, ot, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), 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 1012 of file action_select.cc.
References action_circle_select_exec(), ED_operator_action_active(), ED_select_circle_get_name(), OPTYPE_UNDO, ot, 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 1267 of file action_select.cc.
References actkeys_columnselect_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, prop_column_select_types, PROP_HIDDEN, RNA_def_enum(), and RNA_def_property_flag().
Referenced by action_operatortypes().
| void ACTION_OT_select_lasso | ( | wmOperatorType * | ot | ) |
Definition at line 943 of file action_select.cc.
References actkeys_lassoselect_exec(), ED_operator_action_active(), OPTYPE_DEPENDS_ON_CURSOR, OPTYPE_UNDO, ot, 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 1657 of file action_select.cc.
References ACTKEYS_LRSEL_TEST, actkeys_select_leftright_exec(), actkeys_select_leftright_invoke(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, prop_actkeys_leftright_select_types, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_enum(), and RNA_def_property_flag().
Referenced by action_operatortypes().
| void ACTION_OT_select_less | ( | wmOperatorType * | ot | ) |
Definition at line 1459 of file action_select.cc.
References actkeys_select_less_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_select_linked | ( | wmOperatorType * | ot | ) |
Definition at line 1333 of file action_select.cc.
References actkeys_select_linked_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_select_more | ( | wmOperatorType * | ot | ) |
Definition at line 1422 of file action_select.cc.
References actkeys_select_more_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_snap | ( | wmOperatorType * | ot | ) |
Definition at line 2033 of file action_edit.cc.
References actkeys_snap_exec(), ED_operator_action_active(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, prop_actkeys_snap_types, RNA_def_enum(), and WM_menu_invoke().
Referenced by action_operatortypes().
| void ACTION_OT_stash | ( | wmOperatorType * | ot | ) |
Definition at line 373 of file action_data.cc.
References action_pushdown_poll(), action_stash_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and RNA_def_boolean().
Referenced by action_operatortypes().
| void ACTION_OT_stash_and_create | ( | wmOperatorType * | ot | ) |
Definition at line 480 of file action_data.cc.
References action_stash_create_exec(), action_stash_create_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by action_operatortypes().
| void ACTION_OT_unlink | ( | wmOperatorType * | ot | ) |
Definition at line 622 of file action_data.cc.
References action_unlink_exec(), action_unlink_invoke(), action_unlink_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, PROP_SKIP_SAVE, RNA_def_boolean(), and RNA_def_property_flag().
Referenced by action_operatortypes().
| void ACTION_OT_view_all | ( | wmOperatorType * | ot | ) |
Definition at line 451 of file action_edit.cc.
References actkeys_viewall_exec(), ED_operator_action_active(), and ot.
Referenced by action_operatortypes().
| void ACTION_OT_view_frame | ( | wmOperatorType * | ot | ) |
Definition at line 495 of file action_edit.cc.
References actkeys_view_frame_exec(), ED_operator_action_active(), and ot.
Referenced by action_operatortypes().
| void ACTION_OT_view_selected | ( | wmOperatorType * | ot | ) |
Definition at line 466 of file action_edit.cc.
References actkeys_viewsel_exec(), ED_operator_action_active(), and ot.
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(), C, View2D::cur, blender::ui::Emboss, ListBase::first, IN_RANGE, bAnimListElem::next, UI_block_begin(), UI_block_draw(), UI_block_end(), 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 | ( | bAnimContext * | ac, |
| SpaceAction * | saction, | ||
| ARegion * | region, | ||
| ListBase * | anim_data ) |
Draw keyframes in each channel.
Definition at line 476 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_PRIM_LINES, GPU_SHADER_3D_UNIFORM_COLOR, GPU_vertformat_attr_add(), immBegin(), immBindBuiltinProgram(), immEnd(), immUnbindProgram(), immUniformColor3f(), immVertex2f(), immVertexFormat(), pos, SACTION_MOVING, SpaceAction::timeslide, ARegion::v2d, 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 842 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_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(), U, and UI_SCALE_FAC.
Referenced by action_main_region_draw_overlay().