Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_sequencer.h
| Show First 20 Lines • Show All 41 Lines • ▼ Show 20 Lines | |||||
| bool ED_space_sequencer_check_show_imbuf(struct SpaceSeq *sseq); | bool ED_space_sequencer_check_show_imbuf(struct SpaceSeq *sseq); | ||||
| bool ED_space_sequencer_check_show_strip(struct SpaceSeq *sseq); | bool ED_space_sequencer_check_show_strip(struct SpaceSeq *sseq); | ||||
| bool ED_space_sequencer_has_playback_animation(const struct SpaceSeq *sseq, | bool ED_space_sequencer_has_playback_animation(const struct SpaceSeq *sseq, | ||||
| const struct Scene *scene); | const struct Scene *scene); | ||||
| void ED_operatormacros_sequencer(void); | void ED_operatormacros_sequencer(void); | ||||
| Sequence *ED_sequencer_special_preview_get(void); | struct Sequence *ED_sequencer_special_preview_get(void); | ||||
| void ED_sequencer_special_preview_set(struct bContext *C, const int mval[2]); | void ED_sequencer_special_preview_set(struct bContext *C, const int mval[2]); | ||||
| void ED_sequencer_special_preview_clear(void); | void ED_sequencer_special_preview_clear(void); | ||||
| void ED_sequencer_draw_snap(const struct View2D *v2d, const float snap_point[2]); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||