|
| bool | blender::ed::vse::maskedit_mask_poll (bContext *C) |
| bool | blender::ed::vse::check_show_maskedit (SpaceSeq *sseq, Scene *scene) |
| bool | blender::ed::vse::maskedit_poll (bContext *C) |
| bool | blender::ed::vse::check_show_imbuf (const SpaceSeq &sseq) |
| bool | blender::ed::vse::check_show_strip (const SpaceSeq &sseq) |
| static bool | blender::ed::vse::sequencer_fcurves_targets_color_strip (const FCurve *fcurve) |
| bool | blender::ed::vse::has_playback_animation (const Scene *scene) |
| bool | blender::ed::vse::sequencer_edit_poll (bContext *C) |
| bool | blender::ed::vse::sequencer_edit_with_channel_region_poll (bContext *C) |
| bool | blender::ed::vse::sequencer_editing_initialized_and_active (bContext *C) |
| bool | blender::ed::vse::sequencer_strip_editable_poll (bContext *C) |
| bool | blender::ed::vse::sequencer_strip_has_path_poll (bContext *C) |
| bool | blender::ed::vse::sequencer_view_has_preview_poll (bContext *C) |
| bool | blender::ed::vse::sequencer_view_preview_only_poll (const bContext *C) |
| bool | blender::ed::vse::sequencer_view_strips_poll (bContext *C) |
| static bool | blender::ed::vse::sequencer_effect_poll (bContext *C) |
| static bool | blender::ed::vse::sequencer_swap_inputs_poll (bContext *C) |
| bool | blender::ed::vse::is_scene_time_sync_needed (const bContext &C) |
| static Scene * | blender::ed::vse::get_sequencer_scene_for_time_sync (const bContext &C) |
| const Strip * | blender::ed::vse::get_scene_strip_for_time_sync (const Scene *sequence_scene) |
| void | blender::ed::vse::sync_active_scene_and_time_with_scene_strip (bContext &C) |
| static wmOperatorStatus | blender::ed::vse::sequencer_gap_remove_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_gap_remove (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_gap_insert_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_gap_insert (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_snap_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_snap_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| void | blender::ed::vse::SEQUENCER_OT_snap (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_mute_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_mute (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_unmute_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_unmute (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_lock_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_lock (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_unlock_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_unlock (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_connect_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_connect (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_disconnect_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_disconnect (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_reload_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_reload (wmOperatorType *ot) |
| static bool | blender::ed::vse::sequencer_refresh_all_poll (bContext *C) |
| static wmOperatorStatus | blender::ed::vse::sequencer_refresh_all_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_refresh_all (wmOperatorType *ot) |
| StringRef | blender::ed::vse::effect_inputs_validate (const VectorSet< Strip * > &inputs, int num_inputs) |
| VectorSet< Strip * > | blender::ed::vse::strip_effect_get_new_inputs (const Scene *scene, int num_inputs, bool ignore_active) |
| static wmOperatorStatus | blender::ed::vse::sequencer_reassign_inputs_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_reassign_inputs (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_swap_inputs_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_swap_inputs (wmOperatorType *ot) |
| static void | blender::ed::vse::sequencer_report_duplicates (wmOperator *op, ListBase *duplicated_strips) |
| static wmOperatorStatus | blender::ed::vse::sequencer_add_duplicate_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_duplicate (wmOperatorType *ot) |
| static void | blender::ed::vse::sequencer_delete_strip_data (bContext *C, Strip *strip) |
| static wmOperatorStatus | blender::ed::vse::sequencer_delete_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_delete_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | blender::ed::vse::SEQUENCER_OT_delete (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_offset_clear_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_offset_clear (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_separate_images_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_separate_images_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | blender::ed::vse::SEQUENCER_OT_images_separate (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_meta_toggle_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_meta_toggle (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_meta_make_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_meta_make (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_meta_separate_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_meta_separate (wmOperatorType *ot) |
| static bool | blender::ed::vse::strip_jump_internal (Scene *scene, const short side, const bool do_skip_mute, const bool do_center) |
| static bool | blender::ed::vse::sequencer_strip_jump_poll (bContext *C) |
| static wmOperatorStatus | blender::ed::vse::sequencer_strip_jump_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_strip_jump (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_rendersize_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_rendersize (wmOperatorType *ot) |
| void | blender::ed::vse::SEQUENCER_OT_copy (wmOperatorType *ot) |
| void | blender::ed::vse::SEQUENCER_OT_paste (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_swap_data_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_swap_data (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_change_path_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_change_path_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| void | blender::ed::vse::SEQUENCER_OT_change_path (wmOperatorType *ot) |
| static bool | blender::ed::vse::sequencer_strip_change_scene_poll (bContext *C) |
| static wmOperatorStatus | blender::ed::vse::sequencer_change_scene_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_change_scene_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | blender::ed::vse::SEQUENCER_OT_change_scene (wmOperatorType *ot) |
| static int | blender::ed::vse::strip_cmp_time_startdisp_channel (void *thunk, const void *a, const void *b) |
| static wmOperatorStatus | blender::ed::vse::sequencer_export_subtitles_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| static bool | blender::ed::vse::strip_get_text_strip_cb (Strip *strip, void *user_data) |
| static wmOperatorStatus | blender::ed::vse::sequencer_export_subtitles_exec (bContext *C, wmOperator *op) |
| static bool | blender::ed::vse::sequencer_strip_is_text_poll (bContext *C) |
| void | blender::ed::vse::SEQUENCER_OT_export_subtitles (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_set_range_to_strips_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_set_range_to_strips (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_strip_transform_fit_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_strip_transform_fit (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_strip_color_tag_set_exec (bContext *C, wmOperator *op) |
| static bool | blender::ed::vse::sequencer_strip_color_tag_set_poll (bContext *C) |
| void | blender::ed::vse::SEQUENCER_OT_strip_color_tag_set (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_set_2d_cursor_exec (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::vse::sequencer_set_2d_cursor_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | blender::ed::vse::SEQUENCER_OT_cursor_set (wmOperatorType *ot) |
| static wmOperatorStatus | blender::ed::vse::sequencer_scene_frame_range_update_exec (bContext *C, wmOperator *) |
| static bool | blender::ed::vse::sequencer_scene_frame_range_update_poll (bContext *C) |
| void | blender::ed::vse::SEQUENCER_OT_scene_frame_range_update (wmOperatorType *ot) |
|
| enum | {
blender::ed::vse::SLIP_MODAL_CANCEL = 1
, blender::ed::vse::SLIP_MODAL_CONFIRM
, blender::ed::vse::SLIP_MODAL_PRECISION_ENABLE
, blender::ed::vse::SLIP_MODAL_PRECISION_DISABLE
,
blender::ed::vse::SLIP_MODAL_CLAMP_TOGGLE
} |
| void | blender::ed::vse::slip_modal_keymap (wmKeyConfig *keyconf) |
| static void | blender::ed::vse::slip_draw_status (bContext *C, const wmOperator *op) |
| static void | blender::ed::vse::slip_update_header (const Scene *scene, ScrArea *area, SlipData *data, const float offset) |
| static SlipData * | blender::ed::vse::slip_data_init (bContext *C, const wmOperator *op, const wmEvent *event) |
| static wmOperatorStatus | blender::ed::vse::sequencer_slip_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| static void | blender::ed::vse::slip_strips_delta (bContext *C, wmOperator *op, Scene *scene, SlipData *data, const float delta) |
| static void | blender::ed::vse::slip_cleanup (bContext *C, wmOperator *op, Scene *scene) |
| static float | blender::ed::vse::slip_apply_clamp (const Scene *scene, const SlipData *data, float *r_offset) |
| static wmOperatorStatus | blender::ed::vse::sequencer_slip_exec (bContext *C, wmOperator *op) |
| static void | blender::ed::vse::slip_handle_num_input (bContext *C, wmOperator *op, ScrArea *area, SlipData *data, Scene *scene) |
| static wmOperatorStatus | blender::ed::vse::sequencer_slip_modal (bContext *C, wmOperator *op, const wmEvent *event) |
| void | blender::ed::vse::SEQUENCER_OT_slip (wmOperatorType *ot) |