Blender V5.0
sequencer/intern/utils.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
10
11struct Scene;
12struct Strip;
13
14namespace blender::seq {
15
17void strip_open_anim_file(Scene *scene, Strip *strip, bool openfile);
18
19} // namespace blender::seq
struct Scene Scene
struct Strip Strip
bool sequencer_strip_generates_image(Strip *strip)
void strip_open_anim_file(Scene *scene, Strip *strip, bool openfile)