Blender
V5.0
source
blender
sequencer
intern
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
11
struct
Scene
;
12
struct
Strip
;
13
14
namespace
blender::seq
{
15
16
bool
sequencer_strip_generates_image
(
Strip
*strip);
17
void
strip_open_anim_file
(
Scene
*scene,
Strip
*strip,
bool
openfile);
18
19
}
// namespace blender::seq
Scene
struct Scene Scene
Definition
ConstraintSet.hpp:69
Strip
struct Strip Strip
blender::seq
Definition
animation.cc:23
blender::seq::sequencer_strip_generates_image
bool sequencer_strip_generates_image(Strip *strip)
Definition
sequencer/intern/utils.cc:455
blender::seq::strip_open_anim_file
void strip_open_anim_file(Scene *scene, Strip *strip, bool openfile)
Definition
sequencer/intern/utils.cc:301
Scene
Definition
DNA_scene_types.h:2120
Strip
Definition
DNA_sequence_types.h:172
Generated on
for Blender by
doxygen
1.16.1