Changeset View
Changeset View
Standalone View
Standalone View
source/blender/sequencer/SEQ_time.h
| Show First 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | |||||
| * timeline frame has width of 1 frame and therefore ends at timeline_frame + 1 | * timeline frame has width of 1 frame and therefore ends at timeline_frame + 1 | ||||
| * | * | ||||
| * \param seq: Sequence to be checked | * \param seq: Sequence to be checked | ||||
| * \param timeline_frame: absolute frame position | * \param timeline_frame: absolute frame position | ||||
| * \return true if strip intersects with timeline frame. | * \return true if strip intersects with timeline frame. | ||||
| */ | */ | ||||
| bool SEQ_time_strip_intersects_frame(const struct Sequence *seq, int timeline_frame); | bool SEQ_time_strip_intersects_frame(const struct Sequence *seq, int timeline_frame); | ||||
| void SEQ_time_update_meta_strip_range(struct Scene *scene, struct Sequence *seq_meta); | void SEQ_time_update_meta_strip_range(struct Scene *scene, struct Sequence *seq_meta); | ||||
| bool SEQ_time_has_still_frames(const struct Sequence *seq); | |||||
| bool SEQ_time_has_left_still_frames(const struct Sequence *seq); | |||||
| bool SEQ_time_has_right_still_frames(const struct Sequence *seq); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||