Blender V4.3
effects.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2004 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
11#include "SEQ_effects.hh"
12
13struct Scene;
14struct Sequence;
15
26 Sequence *seq_speed,
27 float timeline_frame,
28 int input);
float seq_speed_effect_target_frame_get(Scene *scene, Sequence *seq_speed, float timeline_frame, int input)
Definition effects.cc:2159
void seq_effect_speed_rebuild_map(Scene *scene, Sequence *seq)
Definition effects.cc:2118
SeqEffectHandle seq_effect_get_sequence_blend(Sequence *seq)
Definition effects.cc:3445