Blender V4.5
SEQ_select.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
11struct Scene;
12struct Strip;
13
14namespace blender::seq {
15
17bool select_active_get_pair(Scene *scene, Strip **r_strip_act, Strip **r_strip_other);
19
20} // namespace blender::seq
Scene scene
Strip * select_active_get(const Scene *scene)
bool select_active_get_pair(Scene *scene, Strip **r_strip_act, Strip **r_strip_other)
void select_active_set(Scene *scene, Strip *strip)